Module Name: src Committed By: dyoung Date: Tue Feb 16 00:03:48 UTC 2010
Modified Files: src/sys/arch/i386/pci: pcibios.c src/sys/arch/x86/include: pci_machdep.h src/sys/arch/x86/pci: pci_machdep.c Log Message: Get rid of all PCI_CONF_MODE #ifdef'age except for the little bit that initializes pci_mode, which I have moved to the top. Make pci_mode private to pci_machdep.c. Provide pci_mode_set() for pcibios.c to configure the PCI Configuration Mechanism. KASSERT() in pci_mode_set() that the mechanism is not changing from anything but the "don't know" value, -1. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/i386/pci/pcibios.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/include/pci_machdep.h cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/pci/pci_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.