Module Name:    src
Committed By:   skrll
Date:           Wed Jan 27 15:52:46 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC GENERIC64

Log Message:
Add verbose output options commented out.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/evbarm/conf/GENERIC
cvs rdiff -u -r1.175 -r1.176 src/sys/arch/evbarm/conf/GENERIC64

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/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.90 src/sys/arch/evbarm/conf/GENERIC:1.91
--- src/sys/arch/evbarm/conf/GENERIC:1.90	Tue Dec 29 01:48:22 2020
+++ src/sys/arch/evbarm/conf/GENERIC	Wed Jan 27 15:52:46 2021
@@ -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 @@ pseudo-device 	openfirm	# /dev/openfirm
 #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 	MSGBUFSIZE=32768
 #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
 

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.175 src/sys/arch/evbarm/conf/GENERIC64:1.176
--- src/sys/arch/evbarm/conf/GENERIC64:1.175	Sun Jan 24 18:02:51 2021
+++ src/sys/arch/evbarm/conf/GENERIC64	Wed Jan 27 15:52:46 2021
@@ -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 @@ pseudo-device 	openfirm	# /dev/openfirm
 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 	ARMV81_PAN
 #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
 

Reply via email to