From owner-freebsd-current Tue Sep 28 6:23:22 1999 Delivered-To: freebsd-current@freebsd.org Received: from dmv096.resnet.ust.hk (dmv096.resnet.ust.hk [143.89.94.146]) by hub.freebsd.org (Postfix) with ESMTP id 4C25F14BE0 for ; Tue, 28 Sep 1999 06:23:17 -0700 (PDT) (envelope-from wangsd@dmv096.resnet.ust.hk) Received: (from wangsd@localhost) by dmv096.resnet.ust.hk (8.9.3/8.9.3) id VAA00314; Tue, 28 Sep 1999 21:21:53 +0800 (CST) (envelope-from wangsd) Date: Tue, 28 Sep 1999 21:21:53 +0800 From: Wang Shidong To: Doug Rabson Cc: current@FreeBSD.ORG Subject: Re: ESS1869 logical ID Message-ID: <19990928212153.A279@ust.hk> References: <19990928000113.A302@ust.hk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 28, 1999 at 09:48:42AM +0100, Doug Rabson wrote: > On Tue, 28 Sep 1999, Wang Shidong wrote: > > > Following the suggestion of Mr. Peter Wemm, I manage to get my ESS1869 > > sound card work again. The attachments are the `dmesg' message and the > > `pnpinfo -v' output. I am grateful if the ID can be added. > > > > Thank you very much. > > Can you confirm that this patch matches your card: It works. ---- unknown0: on isa0 pcm0: at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on isa0 unknown1: at port 0x201 on isa0 unknown2: at port 0x168-0x16f,0x36e-0x36f irq 9 on isa0 ---- Thank you very much. > > Index: sb.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/pcm/isa/sb.c,v > retrieving revision 1.24 > diff -u -r1.24 sb.c > --- sb.c 1999/09/28 08:25:08 1.24 > +++ sb.c 1999/09/28 08:46:26 > @@ -1274,6 +1274,10 @@ > case 0x68187316: /* ESS1868 */ > s = "ESS1868"; > break; > + > + case 0x69187316: /* ESS1869 */ > + s = "ESS1869"; > + break; > } > if (s) { > device_set_desc(dev, s); > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 442 9037 > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message ---end quoted text--- regards, Wang Shidong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message