From owner-freebsd-current Sun Sep 5 13:10:50 1999 Delivered-To: freebsd-current@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 3EAD31510F for ; Sun, 5 Sep 1999 13:10:35 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id VAA10225; Sun, 5 Sep 1999 21:10:56 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sun, 5 Sep 1999 21:10:56 +0100 (BST) From: Doug Rabson To: David Scheidt Cc: freebsd-current@freebsd.org Subject: Re: another newpcm casualty In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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