From owner-freebsd-current Tue Mar 7 10:48:28 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA21469 for current-outgoing; Tue, 7 Mar 1995 10:48:28 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA21461; Tue, 7 Mar 1995 10:48:19 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id KAA00473; Tue, 7 Mar 1995 10:47:53 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.9/8.6.5) with SMTP id KAA03697; Tue, 7 Mar 1995 10:47:53 -0800 Message-Id: <199503071847.KAA03697@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: Sujal Patel , current@freefall.cdrom.com Subject: Re: FreeBSD Sound In-reply-to: Your message of "Tue, 07 Mar 95 10:11:52 PST." <20507.794599912@freefall.cdrom.com> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 07 Mar 1995 10:47:47 -0800 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 #if NGUS > 0 >N_ > 1 becomes your equivalent to "AUDIO_", and when it's 0 you >have an effective EXCLUDE_BLAH. No underscore, and compare to greater than 0. -DG