From owner-freebsd-current Sat Dec 11 16:57:25 1999 Delivered-To: freebsd-current@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 81D8B1511D for ; Sat, 11 Dec 1999 16:57:18 -0800 (PST) (envelope-from culverk@wam.umd.edu) Received: from rac5.wam.umd.edu (root@rac5.wam.umd.edu [128.8.10.145]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id TAA05155; Sat, 11 Dec 1999 19:56:43 -0500 (EST) Received: from rac5.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac5.wam.umd.edu (8.9.3/8.9.3) with SMTP id TAA16995; Sat, 11 Dec 1999 19:56:43 -0500 (EST) Received: from localhost (culverk@localhost) by rac5.wam.umd.edu (8.9.3/8.9.3) with ESMTP id TAA16991; Sat, 11 Dec 1999 19:56:43 -0500 (EST) X-Authentication-Warning: rac5.wam.umd.edu: culverk owned process doing -bs Date: Sat, 11 Dec 1999 19:56:43 -0500 (EST) From: Kenneth Wayne Culver To: Peter Wemm Cc: "Jordan K. Hubbard" , freebsd-current@freebsd.org Subject: Re: Audio support [was Re: HEADSUP: wd driver will be retired!] In-Reply-To: <19991211212254.029B01CD1@overcee.netplex.com.au> 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 Here is a patch for my modem: --- sio.c.orig Sat Dec 11 19:51:29 1999 +++ sio.c Sat Dec 11 19:51:20 1999 @@ -553,6 +553,7 @@ {0x31307256, NULL}, /* USR3031 */ {0x8020b04e, NULL}, /* SUP2080 */ {0x8024b04e, NULL}, /* SUP2480 */ + {0x7420b04e, NULL}, /* SUP2070 */ {0} }; ================================================================= | Kenneth Culver | FreeBSD: The best OS around. | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: AgRSkaterq | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Sun, 12 Dec 1999, Peter Wemm wrote: > Kenneth Wayne Culver wrote: > > > > The same thing is about to apply to the woxware sound code, we have a > > > > new shiny system that works and is much better designed... > > > > > > Actually, I'm sad to say that our shiny new sound system does *not* > > > work for some of the most popular audio chipsets on the market today > > > (where the older "luigi" sound system did support them) and this is a > > > matter of significant concern to some folks, myself included. > > > > > > I'll have to second you on that one, I've been applying patchs of my own > > as well as other's patchs to make my soundcard even detect. I used to be > > able to get my ViBRA16X to work using the Voxware drivers, but since the > > PnP changes, I've had to use pcm because Voxware will no longer detect my > > soundcard with the bios in PnP OS mode. (And when I turn PnP OS off, the > > OS won't boot) My modem which used to be detected simply as sio1, now > > won't even attach to the sio driver. > > Regarding the modem.. Look in sys/isa/sio.c for sio_ids[]. Look up the > ID of your modem (pnpinfo) and add the logical ID (not the vendor ID) to > the table. It should work, and when it does, please send a patch. > > Cheers, > -Peter > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message