Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Following precedent in the i386 GENERIC k...



details:   https://anonhg.NetBSD.org/src/rev/5885c2e21944
branches:  trunk
changeset: 754458:5885c2e21944
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri Apr 30 23:55:24 2010 +0000

description:
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.

diffstat:

 sys/arch/i386/conf/XBOX      |  8 ++++----
 sys/arch/i386/conf/XEN3_DOM0 |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r 78a444ea9f1c -r 5885c2e21944 sys/arch/i386/conf/XBOX
--- a/sys/arch/i386/conf/XBOX   Fri Apr 30 21:17:22 2010 +0000
+++ b/sys/arch/i386/conf/XBOX   Fri Apr 30 23:55:24 2010 +0000
@@ -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
 
diff -r 78a444ea9f1c -r 5885c2e21944 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Fri Apr 30 21:17:22 2010 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Fri Apr 30 23:55:24 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index