Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add verbose output options commented out.
details: https://anonhg.NetBSD.org/src/rev/cc5bc40d805b
branches: trunk
changeset: 950402:cc5bc40d805b
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jan 27 15:52:46 2021 +0000
description:
Add verbose output options commented out.
diffstat:
sys/arch/evbarm/conf/GENERIC | 12 +++++++++++-
sys/arch/evbarm/conf/GENERIC64 | 12 +++++++++++-
2 files changed, 22 insertions(+), 2 deletions(-)
diffs (68 lines):
diff -r 68261775938d -r cc5bc40d805b sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Wed Jan 27 15:29:27 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Wed Jan 27 15:52:46 2021 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.90 2020/12/29 01:48:22 thorpej Exp $
+# $NetBSD: GENERIC,v 1.91 2021/01/27 15:52:46 skrll Exp $
#
# GENERIC ARM (aarch32) kernel
#
@@ -38,6 +38,7 @@
#options DEBUG
#options LOCKDEBUG
#options UVMHIST # kernhist for uvm/pmap subsystems
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
options MSGBUFSIZE=32768
@@ -89,6 +90,15 @@
#options POOL_QUARANTINE # optional
#options KASAN_PANIC # optional
+# These options enable verbose messages for several subsystems.
+# Warning, these may compile large string tables into the kernel!
+#options ACPIVERBOSE # verbose ACPI configuration messages
+#options MIIVERBOSE # verbose PHY autoconfig messages
+#options PCIVERBOSE # verbose PCI device autoconfig messages
+#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
+#options SCSIVERBOSE # human readable SCSI error messages
+#options USBVERBOSE # verbose USB device autoconfig messages
+
makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
diff -r 68261775938d -r cc5bc40d805b sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64 Wed Jan 27 15:29:27 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64 Wed Jan 27 15:52:46 2021 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.175 2021/01/24 18:02:51 jmcneill Exp $
+# $NetBSD: GENERIC64,v 1.176 2021/01/27 15:52:46 skrll Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -34,6 +34,7 @@
options INCLUDE_CONFIG_FILE
#options UVMHIST # kernhist for uvm/pmap subsystems
#options UVMHIST_PRINT,KERNHIST_DELAY=0
+#options PCI_CONFIG_DUMP # verbosely dump PCI config space
# EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.
#options EARLYCONS=bcm2837, CONSADDR=0x3f215040
@@ -70,6 +71,15 @@
#options POOL_QUARANTINE # optional
#options KASAN_PANIC # optional
+# These options enable verbose messages for several subsystems.
+# Warning, these may compile large string tables into the kernel!
+#options ACPIVERBOSE # verbose ACPI configuration messages
+#options MIIVERBOSE # verbose PHY autoconfig messages
+#options PCIVERBOSE # verbose PCI device autoconfig messages
+#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
+#options SCSIVERBOSE # human readable SCSI error messages
+#options USBVERBOSE # verbose USB device autoconfig messages
+
makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
Home |
Main Index |
Thread Index |
Old Index