Module Name:    src
Committed By:   christos
Date:           Fri Sep 19 17:30:03 UTC 2014

Modified Files:
        src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0
        src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0

Log Message:
Add HDAUDIOVERBOSE


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.398 -r1.399 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.385 -r1.386 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1113 -r1.1114 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/i386/conf/XEN3_DOM0

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/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.19 src/sys/arch/amd64/conf/ALL:1.20
--- src/sys/arch/amd64/conf/ALL:1.19	Fri Sep 19 11:24:24 2014
+++ src/sys/arch/amd64/conf/ALL	Fri Sep 19 13:30:03 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.19 2014/09/19 15:24:24 christos Exp $
+# $NetBSD: ALL,v 1.20 2014/09/19 17:30:03 christos Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.19 $"
+#ident 		"ALL-$Revision: 1.20 $"
 
 maxusers	64		# estimated number of users
 
@@ -262,6 +262,7 @@ options 	USBVERBOSE	# verbose USB device
 options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
 #options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
 options 	MCAVERBOSE	# verbose MCA device autoconfig messages
+options 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
 
 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.398 src/sys/arch/amd64/conf/GENERIC:1.399
--- src/sys/arch/amd64/conf/GENERIC:1.398	Fri Sep 19 11:24:24 2014
+++ src/sys/arch/amd64/conf/GENERIC	Fri Sep 19 13:30:03 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.398 2014/09/19 15:24:24 christos Exp $
+# $NetBSD: GENERIC,v 1.399 2014/09/19 17:30:03 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.398 $"
+#ident 		"GENERIC-$Revision: 1.399 $"
 
 maxusers	64		# estimated number of users
 
@@ -215,6 +215,7 @@ options 	IPFILTER_COMPAT # Compat for IP
 #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
 options 	SCSIVERBOSE	# human readable SCSI error messages
 #options 	USBVERBOSE	# verbose USB device autoconfig messages
+#options 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
 
 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 

Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.107 src/sys/arch/amd64/conf/XEN3_DOM0:1.108
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.107	Fri Sep 19 11:24:24 2014
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Fri Sep 19 13:30:03 2014
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.107 2014/09/19 15:24:24 christos Exp $
+# $NetBSD: XEN3_DOM0,v 1.108 2014/09/19 17:30:03 christos Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -219,6 +219,7 @@ options 	MPBIOS_SCANPCI		# MPBIOS config
 #options 	PCI_INTR_FIXUP		# fixup PCI interrupt routing
 #options 	PCIVERBOSE		# verbose PCI device autoconfig messages
 #options 	USBVERBOSE		# verbose USB device autoconfig messages
+#options 	HDAUDIOVERBOSE		# verbose HDAUDIO driver messages
 
 ioapic* 	at mainbus? apid ?
 

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.385 src/sys/arch/i386/conf/ALL:1.386
--- src/sys/arch/i386/conf/ALL:1.385	Fri Sep 19 11:24:24 2014
+++ src/sys/arch/i386/conf/ALL	Fri Sep 19 13:30:03 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.385 2014/09/19 15:24:24 christos Exp $
+# $NetBSD: ALL,v 1.386 2014/09/19 17:30:03 christos Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.385 $"
+#ident 		"ALL-$Revision: 1.386 $"
 
 maxusers	64		# estimated number of users
 
@@ -261,6 +261,7 @@ options 	USBVERBOSE	# verbose USB device
 options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
 #options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
 options 	MCAVERBOSE	# verbose MCA device autoconfig messages
+options 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
 
 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1113 src/sys/arch/i386/conf/GENERIC:1.1114
--- src/sys/arch/i386/conf/GENERIC:1.1113	Fri Sep 19 11:24:24 2014
+++ src/sys/arch/i386/conf/GENERIC	Fri Sep 19 13:30:03 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1113 2014/09/19 15:24:24 christos Exp $
+# $NetBSD: GENERIC,v 1.1114 2014/09/19 17:30:03 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1113 $"
+#ident 		"GENERIC-$Revision: 1.1114 $"
 
 maxusers	64		# estimated number of users
 
@@ -242,6 +242,7 @@ options 	SCSIVERBOSE	# human readable SC
 #options 	PNPBIOSVERBOSE	# verbose PnP BIOS messages
 #options 	PNPBIOSDEBUG	# more fulsome PnP BIOS debugging messages
 #options 	MCAVERBOSE	# verbose MCA device autoconfig messages
+#options 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
 
 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 

Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.89 src/sys/arch/i386/conf/XEN3_DOM0:1.90
--- src/sys/arch/i386/conf/XEN3_DOM0:1.89	Fri Sep 19 11:24:24 2014
+++ src/sys/arch/i386/conf/XEN3_DOM0	Fri Sep 19 13:30:03 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: XEN3_DOM0,v 1.89 2014/09/19 15:24:24 christos Exp $
+#	$NetBSD: XEN3_DOM0,v 1.90 2014/09/19 17:30:03 christos Exp $
 #
 #	XEN3_0: Xen 3.0 domain0 kernel
 
@@ -178,6 +178,7 @@ options 	IPFILTER_LOOKUP	# ippool(8) sup
 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
 options 	SCSIVERBOSE	# human readable SCSI error messages
 #options 	USBVERBOSE	# verbose USB device autoconfig messages
+#options 	HDAUDIOVERBOSE	# verbose HDAUDIO driver messages
 
 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 #options 	NFS_BOOT_BOOTSTATIC

Reply via email to