Date: Sun, 5 Sep 1999 21:10:56 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: David Scheidt <dscheidt@tumbolia.com> Cc: freebsd-current@freebsd.org Subject: Re: another newpcm casualty Message-ID: <Pine.BSF.4.10.9909052110410.2081-100000@salmon.nlsystems.com> In-Reply-To: <Pine.NEB.3.96.990905104816.54581A-100000@shell-3.enteract.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 5 Sep 1999, David Scheidt wrote: > Yesterday's -current fails to find my soundcard. It's an Opti chipset thing > that worked fine (for a $12 soundcard...) with the old driver. What is > decent soundcard that works with the new driver? pnpinfo and dmesg snippet > for the thing: Try this patch: Index: mss.c =================================================================== RCS file: /home/ncvs/src/sys/dev/pcm/isa/mss.c,v retrieving revision 1.26 diff -u -r1.26 mss.c --- mss.c 1999/09/01 20:53:35 1.26 +++ mss.c 1999/09/05 20:10:27 @@ -1370,6 +1370,7 @@ break; case 0x3100143e: /* opti931 */ + case 0x1093143e: /* OPT9310 */ mss->bd_flags |= BD_F_MSS_OFFSET; mss->conf_rid = 3; mss->bd_id = MD_OPTI931; -- 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.9909052110410.2081-100000>