Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 03/21/2000 16:47:27
Module Name: syssrc
Committed By: cgd
Date: Wed Mar 22 00:47:27 UTC 2000
Modified Files:
syssrc/sys/dev/pci: pci.c
Log Message:
if the PCI_CONFIG_DUMP option is defined, set the patchable
pci_config_dump variable to 1. otherwise, it gets set to 0. If
that's set, when configuring PCI devices spew the very verbose
configuration space header dump that was previously "#if 0"'d.
If you use this option, or patch the variable to 1, it's strongly
encouraged that you have used the MSGBUFSIZE option to enlarge the
kernel message buffer.
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/dev/pci/pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.