Module Name: src Committed By: pgoyette Date: Thu May 27 05:53:35 UTC 2010
Modified Files: src/sys/dev/pci: pci_verbose.c pcivar.h Added Files: src/sys/dev/pci: pci_verbose.h Log Message: Extract pci_verbose interface definitions into their own header file so we don't need to include pcivar.h in the module. pcivar.h tries to pull in machine/pci_machdep.h which doesn't exist on all machine/architecture combos. Keeping track and building the module only for those that work would have been a maintenance headache; this change allows us to build the module on all systems, regardless of whether the system has pci support or not. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/pci_verbose.c cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/pci_verbose.h cvs rdiff -u -r1.88 -r1.89 src/sys/dev/pci/pcivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.