Module Name: src Committed By: pgoyette Date: Tue May 25 08:35:45 UTC 2010
Modified Files: src/sys/dev/pci: pci_subr.c pci_verbose.c pcivar.h Log Message: Rework the pciverbose module dispatch vectors to avoid renaming the externally-visible entrypoint name. Also this avoids a potential need to bump kernel version. Requested by dyoung@ and mrg@ To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/pci/pci_subr.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/pci_verbose.c cvs rdiff -u -r1.87 -r1.88 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.