Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add (sometimes commented out) MIIVERBOSE option.
details: https://anonhg.NetBSD.org/src/rev/742218e18dd1
branches: trunk
changeset: 485888:742218e18dd1
user: augustss <augustss%NetBSD.org@localhost>
date: Mon May 08 13:49:44 2000 +0000
description:
Add (sometimes commented out) MIIVERBOSE option.
diffstat:
sys/arch/alpha/conf/ALPHA | 5 +++--
sys/arch/alpha/conf/GENERIC | 5 +++--
sys/arch/alpha/conf/INSTALL | 3 ++-
sys/arch/arm32/conf/CATS | 3 ++-
sys/arch/arm32/conf/CATSINST | 3 ++-
sys/arch/cobalt/conf/GENERIC | 5 +++--
sys/arch/hpcmips/conf/TX3922 | 3 ++-
sys/arch/i386/conf/GENERIC | 5 +++--
sys/arch/i386/conf/INSTALL | 3 ++-
sys/arch/macppc/conf/GENERIC | 5 +++--
sys/arch/mmeye/conf/MMTA | 3 ++-
sys/arch/prep/conf/GENERIC | 5 +++--
sys/arch/sparc/conf/GENERIC | 6 ++++--
sys/arch/sparc/conf/INSTALL | 4 +++-
sys/arch/sparc64/conf/GENERIC | 5 +++--
15 files changed, 40 insertions(+), 23 deletions(-)
diffs (truncated from 317 to 300 lines):
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/alpha/conf/ALPHA Mon May 08 13:49:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.121 2000/05/02 08:04:24 augustss Exp $
+# $NetBSD: ALPHA,v 1.122 2000/05/08 13:49:44 augustss Exp $
#
# Alpha kernel with all the options you'd want, and more.
@@ -6,7 +6,7 @@
maxusers 32
-ident "ALPHA-$Revision: 1.121 $"
+ident "ALPHA-$Revision: 1.122 $"
# CPU Support
#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
@@ -125,6 +125,7 @@
# Misc. options
options EISAVERBOSE # recognize "unknown" EISA devices
options PCIVERBOSE # recognize "unknown" PCI devices
+options MIIVERBOSE # verbose PHY autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # Verbose SCSI errors
options TCVERBOSE # recognize "unknown" TC devices
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC Mon May 08 13:49:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.150 2000/04/28 13:51:56 ad Exp $
+# $NetBSD: GENERIC,v 1.151 2000/05/08 13:49:45 augustss Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
#
@@ -6,7 +6,7 @@
include "arch/alpha/conf/std.alpha"
-#ident "GENERIC-$Revision: 1.150 $"
+#ident "GENERIC-$Revision: 1.151 $"
maxusers 32
@@ -104,6 +104,7 @@
# Misc. options
options EISAVERBOSE # recognize "unknown" EISA devices
options PCIVERBOSE # recognize "unknown" PCI devices
+options MIIVERBOSE # verbose PHY autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # Verbose SCSI errors
options TCVERBOSE # recognize "unknown" TC devices
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/alpha/conf/INSTALL Mon May 08 13:49:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.36 2000/04/28 13:51:56 ad Exp $
+# $NetBSD: INSTALL,v 1.37 2000/05/08 13:49:45 augustss Exp $
#
# Alpha INSTALL kernel.
@@ -56,6 +56,7 @@
# Misc. options
#options EISAVERBOSE # recognize "unknown" EISA devices
#options PCIVERBOSE # recognize "unknown" PCI devices
+#options MIIVERBOSE # verbose PHY autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
#options SCSIVERBOSE # Verbose SCSI errors
#options TCVERBOSE # recognize "unknown" TC devices
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/arm32/conf/CATS
--- a/sys/arch/arm32/conf/CATS Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/arm32/conf/CATS Mon May 08 13:49:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CATS,v 1.30 2000/04/22 13:13:21 tsutsui Exp $
+# $NetBSD: CATS,v 1.31 2000/05/08 13:49:46 augustss Exp $
#
# CATS -- CHALTECH CATS Development kernel
#
@@ -137,6 +137,7 @@
#options KMEMSTATS # kernel memory statistics
options SCSIVERBOSE # Verbose SCSI errors
options PCIVERBOSE # Verbose PCI descriptions
+options MIIVERBOSE # verbose PHY autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options USBVERBOSE # verbose USB device autoconfig messages
#options DDB_KEYCODE=0x40
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/arm32/conf/CATSINST
--- a/sys/arch/arm32/conf/CATSINST Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/arm32/conf/CATSINST Mon May 08 13:49:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CATSINST,v 1.14 2000/04/22 13:13:21 tsutsui Exp $
+# $NetBSD: CATSINST,v 1.15 2000/05/08 13:49:46 augustss Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@@ -137,6 +137,7 @@
#options KMEMSTATS # kernel memory statistics
options SCSIVERBOSE # Verbose SCSI errors
options PCIVERBOSE # Verbose PCI descriptions
+#options MIIVERBOSE # verbose PHY autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options USBVERBOSE # verbose USB device autoconfig messages
#options DDB_KEYCODE=0x40
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/cobalt/conf/GENERIC Mon May 08 13:49:44 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: GENERIC,v 1.4 2000/04/27 10:52:43 soren Exp $
+# $NetBSD: GENERIC,v 1.5 2000/05/08 13:49:46 augustss Exp $
include "arch/cobalt/conf/std.cobalt"
-#ident "GENERIC-$Revision: 1.4 $"
+#ident "GENERIC-$Revision: 1.5 $"
maxusers 32
@@ -101,6 +101,7 @@
options PCIVERBOSE # verbose PCI device autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # human readable SCSI error messages
+#options MIIVERBOSE # verbose PHY autoconfig messages
options NFS_BOOT_DHCP
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922 Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3922 Mon May 08 13:49:44 2000 +0000
@@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
-# $NetBSD: TX3922,v 1.19 2000/05/04 10:25:45 takemura Exp $
+# $NetBSD: TX3922,v 1.20 2000/05/08 13:49:47 augustss Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@@ -39,6 +39,7 @@
options SCSIVERBOSE # human readable SCSI error messages
options PCMCIAVERBOSE # verbose PCMCIA configuration messages
options USBVERBOSE # verbose USB device autoconfig messages
+options MIIVERBOSE # verbose PHY autoconfig messages
options NTP # network time protocol
#options UCONSOLE # users can redirect console (unsafe)
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Mon May 08 13:49:44 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.334 2000/05/07 00:44:45 wiz Exp $
+# $NetBSD: GENERIC,v 1.335 2000/05/08 13:49:47 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.334 $"
+#ident "GENERIC-$Revision: 1.335 $"
maxusers 32 # estimated number of users
@@ -155,6 +155,7 @@
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
options EISAVERBOSE # verbose EISA 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 PCMCIAVERBOSE # verbose PCMCIA configuration messages
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL Mon May 08 13:49:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.142 2000/04/30 19:08:20 dante Exp $
+# $NetBSD: INSTALL,v 1.143 2000/05/08 13:49:47 augustss Exp $
#
# INSTALL - Installation kernel.
#
@@ -142,6 +142,7 @@
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA 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 PCMCIAVERBOSE # verbose PCMCIA configuration messages
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC Mon May 08 13:49:44 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.63 2000/04/25 16:05:06 tsubai Exp $
+# $NetBSD: GENERIC,v 1.64 2000/05/08 13:49:48 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/macppc/conf/std.macppc"
-#ident "GENERIC-$Revision: 1.63 $"
+#ident "GENERIC-$Revision: 1.64 $"
maxusers 32
@@ -108,6 +108,7 @@
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
options PCIVERBOSE # verbose PCI device autoconfig messages
+options MIIVERBOSE # verbose PHY 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
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/mmeye/conf/MMTA
--- a/sys/arch/mmeye/conf/MMTA Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/mmeye/conf/MMTA Mon May 08 13:49:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTA,v 1.3 2000/01/07 11:20:41 msaitoh Exp $
+# $NetBSD: MMTA,v 1.4 2000/05/08 13:49:48 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -96,6 +96,7 @@
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
options PCMCIAVERBOSE # verbose PCMCIA configuration messages
+options MIIVERBOSE # verbose PHY autoconfig messages
#options SCSIVERBOSE # human readable SCSI error messages
# Kernel root file system and dump configuration.
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/prep/conf/GENERIC
--- a/sys/arch/prep/conf/GENERIC Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/prep/conf/GENERIC Mon May 08 13:49:44 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.5 2000/04/19 06:50:35 itojun Exp $
+# $NetBSD: GENERIC,v 1.6 2000/05/08 13:49:48 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/prep/conf/std.prep"
-#ident "GENERIC-$Revision: 1.5 $"
+#ident "GENERIC-$Revision: 1.6 $"
maxusers 32
@@ -97,6 +97,7 @@
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
options PCIVERBOSE # verbose PCI device autoconfig messages
+options MIIVERBOSE # verbose PHY autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # human readable SCSI error messages
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC Mon May 08 13:49:44 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: GENERIC,v 1.104 2000/04/19 06:50:35 itojun Exp $
+# $NetBSD: GENERIC,v 1.105 2000/05/08 13:49:49 augustss Exp $
include "arch/sparc/conf/std.sparc"
-#ident "GENERIC-$Revision: 1.104 $"
+#ident "GENERIC-$Revision: 1.105 $"
maxusers 32
@@ -101,6 +101,8 @@
## Make SCSI error messages more verbose when explaining their meanings.
options SCSIVERBOSE
+options MIIVERBOSE # verbose PHY autoconfig messages
+
## `INSECURE' turns off the kernel security level (securelevel = 0 always).
## This allows writing to /dev/mem, loading kernel modules while multi-user,
## and other insecurities good only for development work. Do not use this
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/sparc/conf/INSTALL Mon May 08 13:49:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.12 2000/01/14 13:41:45 pk Exp $
+# $NetBSD: INSTALL,v 1.13 2000/05/08 13:49:49 augustss Exp $
#
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
#
@@ -107,6 +107,8 @@
## on the system console
#options DEBUG
+#options MIIVERBOSE # verbose PHY autoconfig messages
+
## Make SCSI error messages more verbose when explaining their meanings.
#options SCSIVERBOSE
diff -r 9f1ea14601c4 -r 742218e18dd1 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Mon May 08 13:38:44 2000 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Mon May 08 13:49:44 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: GENERIC,v 1.31 2000/04/19 06:50:36 itojun Exp $
Home |
Main Index |
Thread Index |
Old Index