Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add commented out option PCI_CONFIG_DUMP whever the...
details: https://anonhg.NetBSD.org/src/rev/063f9b5dac67
branches: trunk
changeset: 483967:063f9b5dac67
user: cgd <cgd%NetBSD.org@localhost>
date: Wed Mar 22 00:58:16 2000 +0000
description:
add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.
diffstat:
sys/arch/alpha/conf/ALPHA | 5 +++--
sys/arch/alpha/conf/BABYLON | 3 ++-
sys/arch/alpha/conf/BISHOP | 3 ++-
sys/arch/alpha/conf/BUNNY | 3 ++-
sys/arch/alpha/conf/CANE | 3 ++-
sys/arch/alpha/conf/ENIWETOK | 3 ++-
sys/arch/alpha/conf/GENERIC | 5 +++--
sys/arch/alpha/conf/INSTALL | 3 ++-
sys/arch/alpha/conf/RAWHIDE | 3 ++-
sys/arch/alpha/conf/TCWSCONS | 5 +++--
sys/arch/arc/conf/ARCTIC | 3 ++-
sys/arch/arc/conf/GENERIC | 5 +++--
sys/arch/arc/conf/M403 | 3 ++-
sys/arch/arc/conf/P4032 | 3 ++-
sys/arch/arc/conf/PICA | 3 ++-
sys/arch/arc/conf/RAMDISK | 3 ++-
sys/arch/arm32/conf/CATS | 3 ++-
sys/arch/arm32/conf/CATSINST | 3 ++-
sys/arch/arm32/conf/EBSA285 | 3 ++-
sys/arch/atari/conf/GENERIC | 5 +++--
sys/arch/bebox/conf/GENERIC | 5 +++--
sys/arch/bebox/conf/INSTALL | 3 ++-
sys/arch/cobalt/conf/RAQ | 3 ++-
sys/arch/evbsh3/conf/COMPUTEX7750 | 3 ++-
sys/arch/evbsh3/conf/KZSH401 | 3 ++-
sys/arch/i386/conf/BIKINI | 3 ++-
sys/arch/i386/conf/CARDBUS | 3 ++-
sys/arch/i386/conf/DISKLESS | 3 ++-
sys/arch/i386/conf/DR-EVIL | 3 ++-
sys/arch/i386/conf/GENERIC | 5 +++--
sys/arch/i386/conf/GENERIC_TINY | 3 ++-
sys/arch/i386/conf/HOMEWORLD | 3 ++-
sys/arch/i386/conf/INSTALL | 3 ++-
sys/arch/i386/conf/INSTALL_SMALL | 3 ++-
sys/arch/i386/conf/INSTALL_TINY | 3 ++-
sys/arch/i386/conf/MINBAR | 3 ++-
sys/arch/i386/conf/NBFTP | 3 ++-
sys/arch/i386/conf/TRINITY | 3 ++-
sys/arch/i386/conf/UNDERWORLD | 3 ++-
sys/arch/i386/conf/ZHADUM | 3 ++-
sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS | 5 +++--
sys/arch/macppc/conf/GENERIC | 5 +++--
sys/arch/macppc/conf/POWERMAC | 3 ++-
sys/arch/mmeye/conf/GENERIC | 5 +++--
sys/arch/mmeye/conf/MMEYE | 3 ++-
sys/arch/prep/conf/GENERIC | 5 +++--
sys/arch/prep/conf/NATSUMI | 3 ++-
sys/arch/sparc64/conf/GENERIC | 5 +++--
sys/arch/sparc64/conf/POWEROFSEVEN | 3 ++-
49 files changed, 110 insertions(+), 61 deletions(-)
diffs (truncated from 931 to 300 lines):
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/ALPHA Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.116 2000/03/09 22:26:41 cjs Exp $
+# $NetBSD: ALPHA,v 1.117 2000/03/22 00:58:16 cgd Exp $
#
# Alpha kernel with all the options you'd want, and more.
@@ -6,7 +6,7 @@
maxusers 32
-ident "ALPHA-$Revision: 1.116 $"
+ident "ALPHA-$Revision: 1.117 $"
# 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 PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # Verbose SCSI errors
options TCVERBOSE # recognize "unknown" TC devices
options UCONSOLE # users can use TIOCCONS (for xconsole)
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/BABYLON
--- a/sys/arch/alpha/conf/BABYLON Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/BABYLON Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BABYLON,v 1.15 1999/07/29 10:37:12 augustss Exp $
+# $NetBSD: BABYLON,v 1.16 2000/03/22 00:58:16 cgd Exp $
#
# BABYLON -- babylon.netbsd.org, the new mail server
#
@@ -105,6 +105,7 @@
options FIX_UNALIGNED_VAX_FP # fix unaligned VAX FP loads & stores
#options NO_KERNEL_RCSIDS # don't include kernel file RCS IDs
options PCIVERBOSE # recognize "unknown" PCI devices
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # Verbose SCSI errors
#options TCVERBOSE # recognize "unknown" TC devices
options UCONSOLE # users can use TIOCCONS (for xconsole)
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/BISHOP
--- a/sys/arch/alpha/conf/BISHOP Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/BISHOP Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BISHOP,v 1.12 1999/12/03 07:03:43 thorpej Exp $
+# $NetBSD: BISHOP,v 1.13 2000/03/22 00:58:16 cgd Exp $
#
# Kernel for bishop.nas.nasa.gov and ripley.nas.nasa.gov (AlphaStation 500
# and AlphaStation 600, respectively).
@@ -84,6 +84,7 @@
# Misc. options
options EISAVERBOSE # recognize "unknown" EISA devices
options PCIVERBOSE # recognize "unknown" PCI devices
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # Verbose SCSI errors
options UCONSOLE # users can use TIOCCONS (for xconsole)
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/BUNNY
--- a/sys/arch/alpha/conf/BUNNY Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/BUNNY Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BUNNY,v 1.24 1999/07/29 10:37:12 augustss Exp $
+# $NetBSD: BUNNY,v 1.25 2000/03/22 00:58:16 cgd Exp $
#
# Kernel for bunnahabhain.pdl.cs.cmu.edu.
#
@@ -52,6 +52,7 @@
# Misc. options
options PCIVERBOSE # recognize "unknown" PCI devices
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options UCONSOLE # users can use TIOCCONS (for xconsole)
# WS console uses SUN terminal emulation
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/CANE
--- a/sys/arch/alpha/conf/CANE Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/CANE Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CANE,v 1.6 1999/07/29 10:37:12 augustss Exp $
+# $NetBSD: CANE,v 1.7 2000/03/22 00:58:16 cgd Exp $
#
# cane.nas.nasa.gov - thorpej's Multia
#
@@ -74,6 +74,7 @@
# Misc. options
#options EISAVERBOSE # recognize "unknown" EISA devices
options PCIVERBOSE # recognize "unknown" PCI devices
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # Verbose SCSI errors
#options TCVERBOSE # recognize "unknown" TC devices
options UCONSOLE # users can use TIOCCONS (for xconsole)
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/ENIWETOK
--- a/sys/arch/alpha/conf/ENIWETOK Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/ENIWETOK Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ENIWETOK,v 1.19 2000/02/27 00:15:30 mycroft Exp $
+# $NetBSD: ENIWETOK,v 1.20 2000/03/22 00:58:16 cgd Exp $
# From: GENERIC,v 1.139 2000/01/19 03:01:46 mycroft Exp
#
# Mycroft's AS200.
@@ -101,6 +101,7 @@
# Misc. options
#options EISAVERBOSE # recognize "unknown" EISA devices
#options PCIVERBOSE # recognize "unknown" PCI devices
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
#options SCSIVERBOSE # Verbose SCSI errors
#options TCVERBOSE # recognize "unknown" TC devices
options UCONSOLE # users can use TIOCCONS (for xconsole)
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.145 2000/03/09 22:27:26 cjs Exp $
+# $NetBSD: GENERIC,v 1.146 2000/03/22 00:58:17 cgd 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.145 $"
+#ident "GENERIC-$Revision: 1.146 $"
maxusers 32
@@ -104,6 +104,7 @@
# Misc. options
options EISAVERBOSE # recognize "unknown" EISA devices
options PCIVERBOSE # recognize "unknown" PCI devices
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # Verbose SCSI errors
options TCVERBOSE # recognize "unknown" TC devices
options UCONSOLE # users can use TIOCCONS (for xconsole)
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/INSTALL Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.33 1999/11/16 07:37:43 dan Exp $
+# $NetBSD: INSTALL,v 1.34 2000/03/22 00:58:17 cgd Exp $
#
# Alpha INSTALL kernel.
@@ -56,6 +56,7 @@
# Misc. options
#options EISAVERBOSE # recognize "unknown" EISA devices
#options PCIVERBOSE # recognize "unknown" PCI devices
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
#options SCSIVERBOSE # Verbose SCSI errors
#options TCVERBOSE # recognize "unknown" TC devices
options UCONSOLE # users can use TIOCCONS (for xconsole)
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/RAWHIDE
--- a/sys/arch/alpha/conf/RAWHIDE Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/RAWHIDE Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAWHIDE,v 1.7 1999/07/29 10:37:13 augustss Exp $
+# $NetBSD: RAWHIDE,v 1.8 2000/03/22 00:58:17 cgd Exp $
#
# Alpha 4100 stripped for action server kernel.
#
@@ -36,6 +36,7 @@
options SYSVSHM
options EISAVERBOSE
options PCIVERBOSE
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE
options UCONSOLE
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/alpha/conf/TCWSCONS
--- a/sys/arch/alpha/conf/TCWSCONS Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/alpha/conf/TCWSCONS Wed Mar 22 00:58:16 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: TCWSCONS,v 1.8 2000/03/16 08:42:40 nisimura Exp $
+# $NetBSD: TCWSCONS,v 1.9 2000/03/22 00:58:17 cgd Exp $
#
# TURBOchannel Alpha DEC3000
include "arch/alpha/conf/std.alpha"
-#ident "GENERIC-$Revision: 1.8 $"
+#ident "GENERIC-$Revision: 1.9 $"
maxusers 32
@@ -93,6 +93,7 @@
# Misc. options
#options EISAVERBOSE # recognize "unknown" EISA devices
#options PCIVERBOSE # recognize "unknown" PCI devices
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options SCSIVERBOSE # Verbose SCSI errors
options TCVERBOSE # recognize "unknown" TC devices
options UCONSOLE # users can use TIOCCONS (for xconsole)
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/arc/conf/ARCTIC
--- a/sys/arch/arc/conf/ARCTIC Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/arc/conf/ARCTIC Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ARCTIC,v 1.4 2000/02/22 11:25:58 soda Exp $
+# $NetBSD: ARCTIC,v 1.5 2000/03/22 00:58:18 cgd Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@@ -117,6 +117,7 @@
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA device 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
# Kernel root file system and dump configuration.
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/arc/conf/GENERIC Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.27 2000/02/22 11:25:58 soda Exp $
+# $NetBSD: GENERIC,v 1.28 2000/03/22 00:58:18 cgd Exp $
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
#
# GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
include "arch/arc/conf/std.arc"
-#ident "GENERIC-$Revision: 1.27 $"
+#ident "GENERIC-$Revision: 1.28 $"
maxusers 32 # estimated number of users
@@ -115,6 +115,7 @@
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA device 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
# Kernel root file system and dump configuration.
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/arc/conf/M403
--- a/sys/arch/arc/conf/M403 Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/arc/conf/M403 Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: M403,v 1.4 2000/02/22 11:25:58 soda Exp $
+# $NetBSD: M403,v 1.5 2000/03/22 00:58:18 cgd Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@@ -115,6 +115,7 @@
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA device 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
# Kernel root file system and dump configuration.
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/arc/conf/P4032
--- a/sys/arch/arc/conf/P4032 Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/arc/conf/P4032 Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P4032,v 1.4 2000/02/22 11:25:59 soda Exp $
+# $NetBSD: P4032,v 1.5 2000/03/22 00:58:18 cgd Exp $
# $OpenBSD: P4032,v 1.5 1998/03/16 09:38:36 pefo Exp $
#
# configuration file for Algorithmics P4032 board
@@ -113,6 +113,7 @@
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA device 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
# Kernel root file system and dump configuration.
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/arc/conf/PICA
--- a/sys/arch/arc/conf/PICA Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/arc/conf/PICA Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: PICA,v 1.18 2000/02/22 11:25:59 soda Exp $
+# $NetBSD: PICA,v 1.19 2000/03/22 00:58:18 cgd Exp $
#
# configuration file for ACER PICA system
#
@@ -112,6 +112,7 @@
# Warning, these may compile large string tables into the kernel!
#options EISAVERBOSE # verbose EISA device 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
# Kernel root file system and dump configuration.
diff -r 11a383a15c8e -r 063f9b5dac67 sys/arch/arc/conf/RAMDISK
--- a/sys/arch/arc/conf/RAMDISK Wed Mar 22 00:47:26 2000 +0000
+++ b/sys/arch/arc/conf/RAMDISK Wed Mar 22 00:58:16 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.5 2000/02/22 12:17:52 soda Exp $
+# $NetBSD: RAMDISK,v 1.6 2000/03/22 00:58:18 cgd Exp $
# $OpenBSD: RAMDISK,v 1.9 1999/08/29 12:14:03 niklas Exp $
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
@@ -121,6 +121,7 @@
# Warning, these may compile large string tables into the kernel!
Home |
Main Index |
Thread Index |
Old Index