From owner-freebsd-stable Wed Mar 14 16:49:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from scully.zoominternet.net (scully.zoominternet.net [63.67.120.3]) by hub.freebsd.org (Postfix) with SMTP id 8865E37B737 for ; Wed, 14 Mar 2001 16:49:35 -0800 (PST) (envelope-from dmmiller@cvzoom.net) Received: (qmail 26777 invoked from network); 15 Mar 2001 00:43:26 -0000 Received: from acs-24-154-53-165.zoominternet.net (HELO cvzoom.net) (24.154.53.165) by scully.zoominternet.net with SMTP; 15 Mar 2001 00:43:26 -0000 Message-ID: <3AB0119E.F19940B5@cvzoom.net> Date: Wed, 14 Mar 2001 19:49:34 -0500 From: Donn Miller X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: William Carrel Cc: freebsd-stable@FreeBSD.ORG Subject: Re: MFC: src/sys/i386/conf/GENERIC and sound support References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Carrel wrote: > I hope not. Isn't /boot/loader.conf sufficient? How much initialization is > required besides just loading the module? And would we then roll all module > loading into rc.conf. /boot/loader.conf should work now for this too. Ooops, you're right. The way I planned to do it was create a sound.sh script, put it in /usr/local/etc/rc.d, and put kldload snd_pcm kldload snd_sbc in there. I suppose this isn't as clean as putting these in /boot/loader.conf, but it's one method, nonetheless. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message