Module Name:    src
Committed By:   jakllsch
Date:           Fri Apr 30 23:55:24 UTC 2010

Modified Files:
        src/sys/arch/i386/conf: XBOX XEN3_DOM0

Log Message:
Following precedent in the i386 GENERIC kernel and in similar amd64
kernels, comment a few *VERBOSE options that have questionable value.

In follow up to PR 38579 and PR 38581.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/i386/conf/XBOX
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/i386/conf/XEN3_DOM0

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/i386/conf/XBOX
diff -u src/sys/arch/i386/conf/XBOX:1.22 src/sys/arch/i386/conf/XBOX:1.23
--- src/sys/arch/i386/conf/XBOX:1.22	Fri Apr 16 13:48:32 2010
+++ src/sys/arch/i386/conf/XBOX	Fri Apr 30 23:55:24 2010
@@ -1,4 +1,4 @@
-# $NetBSD: XBOX,v 1.22 2010/04/16 13:48:32 pooka Exp $
+# $NetBSD: XBOX,v 1.23 2010/04/30 23:55:24 jakllsch Exp $
 #
 # XBOX -- A basic Microsoft XBox kernel config file.
 #
@@ -56,11 +56,11 @@
 
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
-options 	MIIVERBOSE	# verbose PHY autoconfig messages
-options 	PCIVERBOSE	# verbose PCI device autoconfig messages
+#options 	MIIVERBOSE	# verbose PHY autoconfig messages
+#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
 options 	SCSIVERBOSE	# human readable SCSI error messages
-options 	USBVERBOSE	# verbose USB device autoconfig messages
+#options 	USBVERBOSE	# verbose USB device autoconfig messages
 
 options 	NFS_BOOT_DHCP
 

Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.32 src/sys/arch/i386/conf/XEN3_DOM0:1.33
--- src/sys/arch/i386/conf/XEN3_DOM0:1.32	Fri Apr 16 13:48:32 2010
+++ src/sys/arch/i386/conf/XEN3_DOM0	Fri Apr 30 23:55:24 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: XEN3_DOM0,v 1.32 2010/04/16 13:48:32 pooka Exp $
+#	$NetBSD: XEN3_DOM0,v 1.33 2010/04/30 23:55:24 jakllsch Exp $
 #
 #	XEN3_0: Xen 3.0 domain0 kernel
 
@@ -174,11 +174,11 @@
 
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
-options 	MIIVERBOSE	# verbose PHY autoconfig messages
-options 	PCIVERBOSE	# verbose PCI device autoconfig messages
+#options 	MIIVERBOSE	# verbose PHY autoconfig messages
+#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
 options 	SCSIVERBOSE	# human readable SCSI error messages
-options 	USBVERBOSE	# verbose USB device autoconfig messages
+#options 	USBVERBOSE	# verbose USB device autoconfig messages
 
 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 #options 	NFS_BOOT_BOOTSTATIC

Reply via email to