Module Name:    src
Committed By:   skrll
Date:           Mon May  3 06:59:47 UTC 2010

Modified Files:
        src/sys/arch/hp700/conf: GENERIC

Log Message:
Add PCIVERBOSE


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/hp700/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/conf/GENERIC
diff -u src/sys/arch/hp700/conf/GENERIC:1.96 src/sys/arch/hp700/conf/GENERIC:1.97
--- src/sys/arch/hp700/conf/GENERIC:1.96	Fri Apr 30 15:51:27 2010
+++ src/sys/arch/hp700/conf/GENERIC	Mon May  3 06:59:47 2010
@@ -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

Reply via email to