Date: Tue, 28 Sep 1999 09:48:42 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Wang Shidong <wangsd@ust.hk> Cc: current@freebsd.org Subject: Re: ESS1869 logical ID Message-ID: <Pine.BSF.4.10.9909280948060.322-100000@salmon.nlsystems.com> In-Reply-To: <19990928000113.A302@ust.hk>
next in thread | previous in thread | raw e-mail | index | archive | help
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: 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909280948060.322-100000>