From owner-freebsd-current Tue Mar 7 09:44:30 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA19932 for current-outgoing; Tue, 7 Mar 1995 09:44:30 -0800 Received: from balboa.eng.uci.edu (balboa.eng.uci.edu [128.200.61.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id JAA19920; Tue, 7 Mar 1995 09:44:26 -0800 Received: from localhost.uci.edu by balboa.eng.uci.edu with SMTP id AA24766 (5.65c/IDA-1.4.4 for current@freefall.cdrom.com); Tue, 7 Mar 1995 09:44:01 -0800 Message-Id: <199503071744.AA24766@balboa.eng.uci.edu> To: "Jordan K. Hubbard" Cc: Sujal Patel , current@freefall.cdrom.com Subject: Re: FreeBSD Sound In-Reply-To: Your message of "Tue, 07 Mar 1995 09:24:30 PST." <19375.794597070@freefall.cdrom.com> Date: Tue, 07 Mar 1995 09:44:00 -0800 From: Steven Wallace Sender: current-owner@FreeBSD.org Precedence: bulk >> >> Looking at the current source tree, everything looks to be in working >> order.. Hopefully :) If your card is working properly, it seems that >> swallace's cleanup was perfect (Andrew's changes were not spammed >> either). Let me know if you still are having problems, and I'll try to >> figure it out with swallace. >> >> Sujal > > This is what I get with -current sources and my SB16: > > snd1 not found at 0x388 > snd2 not found at 0x220 > snd6 not found at 0x220 > snd7 not found at 0x300 > > No sound devices are probed. > Ummm, I think I know what you did, Mr. Jordan. Like I said in my commit and followup message, I have reversed the logic of EXCLUDE_* and AUDIO_* and spammed your additional #undefs for SB. I was waiting until we could figure out a real solution. Andrew seemed to like my #ifdef NSND thing but Garrett called it "EVIL" and suggested a new device naming approach which I am not sure how to implement. Until then, for the SB16, in addition to correct snd1 device configs, you need options "AUDIO_YM3812" options AUDIO_SB options AUDIO_SBPRO options AUDIO_SB16 Otherwise you are not compiling in the code you need and the devices will not be probed. Steven