Module Name:    src
Committed By:   wiz
Date:           Thu Apr 19 20:20:35 UTC 2012

Modified Files:
        src/share/man/man4: hdaudio.4
        src/sys/arch/i386/conf: ALL

Log Message:
Correct option name for hdaudio debugging.
Reported by Dave Tyson in PR 46357.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/hdaudio.4
cvs rdiff -u -r1.337 -r1.338 src/sys/arch/i386/conf/ALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/hdaudio.4
diff -u src/share/man/man4/hdaudio.4:1.8 src/share/man/man4/hdaudio.4:1.9
--- src/share/man/man4/hdaudio.4:1.8	Sat Mar 17 11:11:00 2012
+++ src/share/man/man4/hdaudio.4	Thu Apr 19 20:20:35 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hdaudio.4,v 1.8 2012/03/17 11:11:00 wiz Exp $
+.\"	$NetBSD: hdaudio.4,v 1.9 2012/04/19 20:20:35 wiz Exp $
 .\"
 .\" Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 28, 2010
+.Dd April 19, 2012
 .Dt HDAUDIO 4
 .Os
 .Sh NAME
@@ -39,7 +39,7 @@
 .Cd "audio* at audiobus?"
 .Pp
 .Cd "options HDAUDIO_DEBUG"
-.Cd "options HDAUDIO_AFG_DEBUG"
+.Cd "options HDAFG_DEBUG"
 .Sh DESCRIPTION
 The
 .Nm

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.337 src/sys/arch/i386/conf/ALL:1.338
--- src/sys/arch/i386/conf/ALL:1.337	Thu Apr 19 17:50:51 2012
+++ src/sys/arch/i386/conf/ALL	Thu Apr 19 20:20:34 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.337 2012/04/19 17:50:51 bouyer Exp $
+# $NetBSD: ALL,v 1.338 2012/04/19 20:20:34 wiz 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.337 $"
+#ident 		"ALL-$Revision: 1.338 $"
 
 maxusers	64		# estimated number of users
 
@@ -2081,7 +2081,7 @@ options HD64461PCMCIA_DEBUG
 options HD64461VIDEO_DEBUG
 options HD64465PCMCIA_DEBUG
 options HDAUDIO_DEBUG
-options HDAUDIO_AFG_DEBUG
+options HDAFG_DEBUG
 options HDLCDEBUG
 options HIFN_DEBUG
 options HMEDEBUG

Reply via email to