Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Correct MICVRA values: 0x0004 -> 0x0008



details:   https://anonhg.NetBSD.org/src/rev/b12cc510ac70
branches:  trunk
changeset: 537845:b12cc510ac70
user:      kent <kent%NetBSD.org@localhost>
date:      Sun Oct 06 15:06:05 2002 +0000

description:
Correct MICVRA values: 0x0004 -> 0x0008

diffstat:

 sys/dev/ic/ac97reg.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r d0c4301a603d -r b12cc510ac70 sys/dev/ic/ac97reg.h
--- a/sys/dev/ic/ac97reg.h      Sun Oct 06 14:28:55 2002 +0000
+++ b/sys/dev/ic/ac97reg.h      Sun Oct 06 15:06:05 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ac97reg.h,v 1.4 2002/02/02 11:13:44 augustss Exp $     */
+/*     $NetBSD: ac97reg.h,v 1.5 2002/10/06 15:06:05 kent Exp $ */
 
 /*
  * Copyright (c) 1999 Constantine Sapuntzakis
@@ -52,10 +52,10 @@
 /* AC'97 2.0 extensions -- 0x28-0x3a */
 #define        AC97_REG_EXTENDED_ID            0x28
 #define                AC97_CODEC_DOES_VRA             0x0001
-#define                AC97_CODEC_DOES_MICVRA          0x0004
+#define                AC97_CODEC_DOES_MICVRA          0x0008
 #define        AC97_REG_EXTENDED_STATUS        0x2a
 #define                AC97_ENAB_VRA                   0x0001
-#define                AC97_ENAB_MICVRA                0x0004
+#define                AC97_ENAB_MICVRA                0x0008
 #define        AC97_REG_PCM_FRONT_DAC_RATE     0x2c
 #define        AC97_REG_PCM_SURR_DAC_RATE      0x2e
 #define        AC97_REG_PCM_LFE_DAC_RATE       0x30



Home | Main Index | Thread Index | Old Index