Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/pnpbios Pull up revisions 1.5-1.6 (reques...



details:   https://anonhg.NetBSD.org/src/rev/3ea52eeb17ae
branches:  netbsd-1-5
changeset: 493000:3ea52eeb17ae
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 27 10:12:52 2002 +0000

description:
Pull up revisions 1.5-1.6 (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/arch/i386/pnpbios/ym_pnpbios.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 4915c2c99e8b -r 3ea52eeb17ae sys/arch/i386/pnpbios/ym_pnpbios.c
--- a/sys/arch/i386/pnpbios/ym_pnpbios.c        Wed Mar 27 09:57:36 2002 +0000
+++ b/sys/arch/i386/pnpbios/ym_pnpbios.c        Wed Mar 27 10:12:52 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ym_pnpbios.c,v 1.3.6.1 2000/09/26 00:35:02 itohy Exp $ */
+/* $NetBSD: ym_pnpbios.c,v 1.3.6.2 2002/03/27 10:12:52 he Exp $ */
 /*
  * Copyright (c) 1999
  *     Matthias Drochner.  All rights reserved.
@@ -26,6 +26,9 @@
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: ym_pnpbios.c,v 1.3.6.2 2002/03/27 10:12:52 he Exp $");
+
 #include "mpu_ym.h"
 
 #include <sys/param.h>
@@ -143,7 +146,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