Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/isapnp Pull up revisions 1.12-1.13 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/b488621c1da1
branches:  netbsd-1-5
changeset: 493008:b488621c1da1
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 27 10:18:51 2002 +0000

description:
Pull up revisions 1.12-1.13 (requested by itohy):
  Several changes to wss-compatible audio devices:
   o Fix ADPCM playback/recording
   o Add explicit support for OPL3-SA2 (YMF711), fixes PR#14819
   o Add AD1845 support
   o other minor bugfixes and cleanups

diffstat:

 sys/dev/isapnp/ym_isapnp.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r a9364086d05e -r b488621c1da1 sys/dev/isapnp/ym_isapnp.c
--- a/sys/dev/isapnp/ym_isapnp.c        Wed Mar 27 10:18:30 2002 +0000
+++ b/sys/dev/isapnp/ym_isapnp.c        Wed Mar 27 10:18:51 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ym_isapnp.c,v 1.11 1999/10/05 03:47:20 itohy Exp $ */
+/*     $NetBSD: ym_isapnp.c,v 1.11.12.1 2002/03/27 10:18:51 he Exp $ */
 
 
 /*
@@ -42,6 +42,9 @@
  *  Original code from OpenBSD.
  */
 
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: ym_isapnp.c,v 1.11.12.1 2002/03/27 10:18:51 he Exp $");
+
 #include "mpu_ym.h"
 
 #include <sys/param.h>
@@ -141,7 +144,6 @@
        }
        ac->mode = 2;
        ac->MCE_bit = MODE_CHANGE_ENABLE;
-       ac->chip_name = "OPL3-SA3";
 
        sc->sc_ad1848.sc_ic  = sc->sc_ic;
 



Home | Main Index | Thread Index | Old Index