--- - branch: MAIN date: Sun Aug 28 05:32:41 UTC 2011 files: - new: '1.7' old: '1.6' path: src/sys/arch/x86/pci/pci_addr_fixup.c pathrev: src/sys/arch/x86/pci/pci_addr_fixup.c@1.7 type: modified id: 20110828T053241Z.7410613a2a3e0c14599df6447a9fa72cac47b751 log: | Replace some anonymous constants with PCI_ constants. Print debugging information using aprint_debug(9) not aprint_verbose(9) and be consistent about that. Get rid of the pciaddrverbose switch for debugging printfs. Make 'static' several functions that are private to this module. Don't test truth of arbitrary integers but compare with 0. Change 'return (x)' to 'return x'. module: src subject: 'CVS commit: src/sys/arch/x86/pci' unixtime: '1314509561' user: dyoung