From owner-freebsd-current Tue Mar 7 10:11:53 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA20515 for current-outgoing; Tue, 7 Mar 1995 10:11:53 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id KAA20508; Tue, 7 Mar 1995 10:11:52 -0800 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Steven Wallace cc: Sujal Patel , ache@freefall.cdrom.com, current@freefall.cdrom.com Subject: Re: FreeBSD Sound In-reply-to: Your message of "Tue, 07 Mar 95 09:44:00 PST." <199503071744.AA24766@balboa.eng.uci.edu> Date: Tue, 07 Mar 1995 10:11:52 -0800 Message-ID: <20507.794599912@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: current-owner@FreeBSD.org Precedence: bulk Also, after just talking with David, I have to say that I support Garrett's suggestion - make 'em device names, stop screwing around! :-) It's easy. Go into /sys/i386/conf/files.i386 and change all the stupid snd entries into the names Garrett suggested - gus, midi, ad1848, etc. Then go through the code and change the EXCLUDES into #if N_GUS < 1 ... #endif N_ > 1 becomes your equivalent to "AUDIO_", and when it's 0 you have an effective EXCLUDE_BLAH. Boy, wouldn't that clean things up! Jordan