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
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to