Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/conf Add PCIVERBOSE



details:   https://anonhg.NetBSD.org/src/rev/db52d00ff7a6
branches:  trunk
changeset: 754531:db52d00ff7a6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 03 06:59:47 2010 +0000

description:
Add PCIVERBOSE

diffstat:

 sys/arch/hp700/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6af34b7df57b -r db52d00ff7a6 sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC       Mon May 03 06:11:38 2010 +0000
+++ b/sys/arch/hp700/conf/GENERIC       Mon May 03 06:59:47 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.96 2010/04/30 15:51:27 skrll Exp $
+# $NetBSD: GENERIC,v 1.97 2010/05/03 06:59:47 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -23,7 +23,7 @@
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-#ident                 "GENERIC-$Revision: 1.96 $"
+#ident                 "GENERIC-$Revision: 1.97 $"
 
 maxusers       32              # estimated number of users
 
@@ -157,6 +157,7 @@
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
 options        GSCVERBOSE      # verbose GSC device autoconfig messages
+options        PCIVERBOSE      # verbose PCI device autoconfig messages
 options        EISAVERBOSE     # verbose EISA device autoconfig messages
 options        MIIVERBOSE      # verbose PHY autoconfig messages
 options        SCSIVERBOSE     # human readable SCSI error messages



Home | Main Index | Thread Index | Old Index