From owner-freebsd-current Sat Dec 11 13:23:49 1999 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 6C84515290 for ; Sat, 11 Dec 1999 13:23:11 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 029B01CD1; Sun, 12 Dec 1999 05:22:54 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Kenneth Wayne Culver Cc: "Jordan K. Hubbard" , freebsd-current@freebsd.org Subject: Re: Audio support [was Re: HEADSUP: wd driver will be retired!] In-Reply-To: Message from Kenneth Wayne Culver of "Sat, 11 Dec 1999 15:40:08 EST." Date: Sun, 12 Dec 1999 05:22:54 +0800 From: Peter Wemm Message-Id: <19991211212254.029B01CD1@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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