Module Name: src Committed By: pgoyette Date: Sun Jul 25 14:14:26 UTC 2010
Modified Files: src/sys/dev/pci: pci_subr.c pci_verbose.c Log Message: Move setting of pci_verbose_loaded flag into the module's init routine. This ensures that the flag is set even if the module was manually loaded by the user rather than just auto-loaded. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/pci/pci_subr.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/pci_verbose.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.