Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Correct option name for hdaudio debugging.



details:   https://anonhg.NetBSD.org/src/rev/354fddbf9471
branches:  trunk
changeset: 778911:354fddbf9471
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 19 20:20:34 2012 +0000

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

diffstat:

 share/man/man4/hdaudio.4 |  6 +++---
 sys/arch/i386/conf/ALL   |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 88cc6f5005fe -r 354fddbf9471 share/man/man4/hdaudio.4
--- a/share/man/man4/hdaudio.4  Thu Apr 19 20:13:48 2012 +0000
+++ b/share/man/man4/hdaudio.4  Thu Apr 19 20:20:34 2012 +0000
@@ -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
diff -r 88cc6f5005fe -r 354fddbf9471 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Thu Apr 19 20:13:48 2012 +0000
+++ b/sys/arch/i386/conf/ALL    Thu Apr 19 20:20:34 2012 +0000
@@ -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 @@
 
 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 HD64461VIDEO_DEBUG
 options HD64465PCMCIA_DEBUG
 options HDAUDIO_DEBUG
-options HDAUDIO_AFG_DEBUG
+options HDAFG_DEBUG
 options HDLCDEBUG
 options HIFN_DEBUG
 options HMEDEBUG



Home | Main Index | Thread Index | Old Index