Date: Tue, 07 Mar 1995 10:11:52 -0800 From: "Jordan K. Hubbard" <jkh@freefall.cdrom.com> To: Steven Wallace <swallace@ece.uci.edu> Cc: Sujal Patel <smpatel@wam.umd.edu>, ache@freefall.cdrom.com, current@freefall.cdrom.com Subject: Re: FreeBSD Sound Message-ID: <20507.794599912@freefall.cdrom.com> In-Reply-To: Your message of "Tue, 07 Mar 95 09:44:00 PST." <199503071744.AA24766@balboa.eng.uci.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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_<device> > 1 becomes your equivalent to "AUDIO_<blah>", and when it's 0 you have an effective EXCLUDE_BLAH. Boy, wouldn't that clean things up! Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20507.794599912>