Module Name:    src
Committed By:   nia
Date:           Sat Apr 16 11:57:46 UTC 2022

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

Log Message:
x86: Enable HDAUDIOVERBOSE (as on arm) in order for AUDIO_GETDEV
to return human-readable data.  Especially now that HDMI/DP audio
is enabled by default, it helps to be able to tell two devices
apart in audiocfg/aiomixer.


To generate a diff of this commit:
cvs rdiff -u -r1.594 -r1.595 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1237 -r1.1238 src/sys/arch/i386/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.594 src/sys/arch/amd64/conf/GENERIC:1.595
--- src/sys/arch/amd64/conf/GENERIC:1.594	Thu Mar 24 02:24:24 2022
+++ src/sys/arch/amd64/conf/GENERIC	Sat Apr 16 11:57:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.594 2022/03/24 02:24:24 manu Exp $
+# $NetBSD: GENERIC,v 1.595 2022/04/16 11:57:46 nia 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.594 $"
+#ident		"GENERIC-$Revision: 1.595 $"
 
 maxusers	64		# estimated number of users
 
@@ -250,7 +250,7 @@ options 	PCIVERBOSE	# verbose PCI device
 #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 	HDAUDIOVERBOSE	# human readable HDAUDIO device names
 
 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1237 src/sys/arch/i386/conf/GENERIC:1.1238
--- src/sys/arch/i386/conf/GENERIC:1.1237	Mon May 17 04:07:43 2021
+++ src/sys/arch/i386/conf/GENERIC	Sat Apr 16 11:57:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1237 2021/05/17 04:07:43 yamaguchi Exp $
+# $NetBSD: GENERIC,v 1.1238 2022/04/16 11:57:46 nia 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.1237 $"
+#ident		"GENERIC-$Revision: 1.1238 $"
 
 maxusers	64		# estimated number of users
 
@@ -211,7 +211,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 	HDAUDIOVERBOSE	# human readable HDAUDIO device names
 
 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
 

Reply via email to