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: [EMAIL PROTECTED]
Nonlinear Systems Ltd. Phone: +44 181 442 9037
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message