From owner-freebsd-current Sat Jan 18 08:00:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA14515 for current-outgoing; Sat, 18 Jan 1997 08:00:37 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id IAA14510 for ; Sat, 18 Jan 1997 08:00:33 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.4/8.8.4) with SMTP id LAA02225; Sat, 18 Jan 1997 11:00:32 -0500 (EST) Date: Sat, 18 Jan 1997 11:00:32 -0500 (EST) From: John Fieber To: Stephen Hocking cc: current@freebsd.org Subject: Re: Recent DEVFS souncard changes In-Reply-To: <199701181317.XAA11973@bloop.craftncomp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 18 Jan 1997, Stephen Hocking wrote: > The recent DEVFS soundcard changes don't register (in the devfs fs) the > sound blaster component of my PAS-16. The PAS stuff goes in OK, but the 8 bit > sound blaster stuff (which is picked up on the kernel probe, and can be used > as /dev/{dsp1,audio1} in the conventional /dev. Hm... I guess I had assumed that unit numbers were assigned on a per card basis, but they must be assigned on a per-driver basis. It looks like sndattach() will have to get a little more complicated. It also sounds (no pun intended) like sndattach() may not be getting called with the unit number set correctly; you should have gotten dsp1 and audio1 if it was correctly set. Anybody more familiar with the sound code care to step in here??? Regardless, I'm glad it at least sort of works for you, which is better than it was before! -john