Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2000 19:06:35 -0500
From:      "Daniel M. Eischen" <eischen@vigrid.com>
To:        current@FreeBSD.org
Cc:        cg@FreeBSD.org
Subject:   Support for ESS1878
Message-ID:  <387BC58B.959E54BF@vigrid.com>

next in thread | raw e-mail | index | archive | help
Hi,

I've got sound working on my laptop with ESS1878 with -current as of Jan 10th:

  sbc1: <ESS ES1878> at port 0x220-0x22f,0x388-0x38b,0x300-0x301 irq 7 drq 1,0 on isa0
  pcm0: <SB DSP 3.01 (ESS mode)> on sbc1

Anyone mind if I commit the following patch to add support for this chip?

Index: sbc.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/sound/isa/sbc.c,v
retrieving revision 1.15
diff -u -r1.15 sbc.c
--- sbc.c       1999/12/26 10:51:47     1.15
+++ sbc.c       2000/01/12 00:02:08
@@ -208,6 +208,7 @@
        {0x68187316, "ESS ES1868"},                     /* ESS1868 */
        {0x69187316, "ESS ES1869"},                     /* ESS1869 */
        {0xacb0110e, "ESS ES1869 (Compaq OEM)"},        /* CPQb0ac */
+       {0x78187316, "ESS ES1878"},                     /* ESS1878 */
        {0x79187316, "ESS ES1879"},                     /* ESS1879 */
        {0x88187316, "ESS ES1888"},                     /* ESS1888 */
        {0x07017316, "ESS ES1888 (DEC OEM)"},           /* ESS0107 */


Dan Eischen
eischen@vigrid.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?387BC58B.959E54BF>