Date: Thu, 28 Aug 2003 14:22:25 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/pci pci_bus.c src/sys/dev/acpica/Osd OsdHardware.c src/sys/dev/pci pci.c pcireg.h src/sys/dev/puc puc_pci.c src/sys/i386/pci pci_bus.c Message-ID: <200308282122.h7SLMPaJ049856@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/08/28 14:22:25 PDT FreeBSD src repository Modified files: sys/amd64/pci pci_bus.c sys/dev/acpica/Osd OsdHardware.c sys/dev/pci pci.c pcireg.h sys/dev/puc puc_pci.c sys/i386/pci pci_bus.c Log: - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long. - Add a new PCIM_HDRTYPE constant for the field in PCIR_HDRTYPE that holds the header type. - Replace several magic numbers with appropriate constants for the header type register and a couple of PCI_FUNCMAX. - Merge to amd64 the fix to the i386 bridge code to skip devices with unknown header types. Requested by: imp (1, 2) Revision Changes Path 1.102 +10 -2 src/sys/amd64/pci/pci_bus.c 1.11 +3 -3 src/sys/dev/acpica/Osd/OsdHardware.c 1.227 +3 -3 src/sys/dev/pci/pci.c 1.35 +5 -4 src/sys/dev/pci/pcireg.h 1.6 +1 -1 src/sys/dev/puc/puc_pci.c 1.105 +3 -3 src/sys/i386/pci/pci_bus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308282122.h7SLMPaJ049856>