This is a discussion on PCI comment fixes within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Sorry for the resend, the patch keeps getting stripped out when I send as an attachment. Index: sys/arch/i386/pci/pcibios.c ================================================== ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Sorry for the resend, the patch keeps getting stripped out when I send as an attachment. Index: sys/arch/i386/pci/pcibios.c ================================================== ================= RCS file: /cvs/src/sys/arch/i386/pci/pcibios.c,v retrieving revision 1.36 diff -u -r1.36 pcibios.c --- sys/arch/i386/pci/pcibios.c 20 Feb 2007 21:15:01 -0000 1.36 +++ sys/arch/i386/pci/pcibios.c 7 Mar 2007 02:57:03 -0000 @@ -371,7 +371,7 @@ return (PCIBIOS_SERVICE_NOT_PRESENT); /* XXX */ /* - * Fill in the various pieces if info we're looking for. + * Fill in the various pieces of info we're looking for. */ *mech1 = ax & 1; *mech2 = ax & (1 << 1); Index: sys/arch/i386/pci/pcibiosvar.h ================================================== ================= RCS file: /cvs/src/sys/arch/i386/pci/pcibiosvar.h,v retrieving revision 1.16 diff -u -r1.16 pcibiosvar.h --- sys/arch/i386/pci/pcibiosvar.h 29 Nov 2006 22:40:13 -0000 1.16 +++ sys/arch/i386/pci/pcibiosvar.h 7 Mar 2007 02:57:03 -0000 @@ -86,7 +86,7 @@ /* * $PIR header. Reference: * - * http://www.microsoft.com/HWDEV/busbios/PCIIRQ.htm + * http://www.microsoft.com/whdc/archive/pciirq.mspx */ struct pcibios_pir_header { u_int32_t signature; /* $PIR */ |