Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Enable pciverbose option to make use of the pcidevs...



details:   https://anonhg.NetBSD.org/src/rev/2cef3181605f
branches:  trunk
changeset: 846972:2cef3181605f
user:      sevan <sevan%NetBSD.org@localhost>
date:      Thu Dec 05 22:05:05 2019 +0000

description:
Enable pciverbose option to make use of the pcidevs database by default.

ok ad, mrg

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 +++---
 sys/arch/i386/conf/GENERIC  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r a45c593950cc -r 2cef3181605f sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Dec 05 22:02:29 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Dec 05 22:05:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.547 2019/11/20 09:37:45 hikaru Exp $
+# $NetBSD: GENERIC,v 1.548 2019/12/05 22:05:05 sevan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.547 $"
+#ident         "GENERIC-$Revision: 1.548 $"
 
 maxusers       64              # estimated number of users
 
@@ -234,7 +234,7 @@
 # Warning, these may compile large string tables into the kernel!
 #options       ACPIVERBOSE     # verbose ACPI configuration messages
 #options       MIIVERBOSE      # verbose PHY autoconfig messages
-#options       PCIVERBOSE      # verbose PCI device autoconfig messages
+options        PCIVERBOSE      # verbose PCI device autoconfig messages
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 #options       PCMCIAVERBOSE   # verbose PCMCIA configuration messages
 options        SCSIVERBOSE     # human readable SCSI error messages
diff -r a45c593950cc -r 2cef3181605f sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Dec 05 22:02:29 2019 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Dec 05 22:05:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1215 2019/11/01 02:53:23 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.1216 2019/12/05 22:05:05 sevan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1215 $"
+#ident         "GENERIC-$Revision: 1.1216 $"
 
 maxusers       64              # estimated number of users
 
@@ -198,7 +198,7 @@
 #options       ACPIVERBOSE     # verbose ACPI device autoconfig messages
 #options       EISAVERBOSE     # verbose EISA device autoconfig messages
 #options       MIIVERBOSE      # verbose PHY autoconfig messages
-#options       PCIVERBOSE      # verbose PCI device autoconfig messages
+options        PCIVERBOSE      # verbose PCI device autoconfig messages
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 #options       PCMCIAVERBOSE   # verbose PCMCIA configuration messages
 options        SCSIVERBOSE     # human readable SCSI error messages



Home | Main Index | Thread Index | Old Index