Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci add PCI_CONFIG_DUMP as a defopted option



details:   https://anonhg.NetBSD.org/src/rev/fe1eacd63599
branches:  trunk
changeset: 483965:fe1eacd63599
user:      cgd <cgd%NetBSD.org@localhost>
date:      Wed Mar 22 00:43:47 2000 +0000

description:
add PCI_CONFIG_DUMP as a defopted option

diffstat:

 sys/dev/pci/files.pci |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 148713761690 -r fe1eacd63599 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Wed Mar 22 00:36:29 2000 +0000
+++ b/sys/dev/pci/files.pci     Wed Mar 22 00:43:47 2000 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: files.pci,v 1.79 2000/03/22 00:36:30 cgd Exp $
+#      $NetBSD: files.pci,v 1.80 2000/03/22 00:43:47 cgd Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
 # defined first.
 
-defopt opt_pci.h PCIVERBOSE
+defopt opt_pci.h       PCIVERBOSE PCI_CONFIG_DUMP
 
 device pci {[dev = -1], [function = -1]}
 attach pci at pcibus



Home | Main Index | Thread Index | Old Index