Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2005 21:07:23 +0100
From:      Jose M Rodriguez <josemi@freebsd.jazztel.es>
To:        Doug Barton <dougb@freebsd.org>
Cc:        current@freebsd.org
Subject:   Re: rcNG changes/aditions
Message-ID:  <200503152107.23496.freebsd@redesjm.local>
In-Reply-To: <42363DAC.7040001@FreeBSD.org>
References:  <200503142306.54642.freebsd@redesjm.local> <42363DAC.7040001@FreeBSD.org>

index | next in thread | previous in thread | raw e-mail

El Martes, 15 de Marzo de 2005 02:43, Doug Barton escribió:
> Jose M Rodriguez wrote:
> > Hi,
> > I'll glad to know if this is of interest:
> >
> > update to PR conf/75137 (sound modules): I rework this adding
> > support for preloaded modules to /etc/rc.subr
>
> Why is this necessary? My understanding is that modules load
> themselves when called. Do the sound modules do this differently?
>

This is not needed (I think). You can load modules 
via /boot/loader.conf, but may be more confortable if we 'go modules' 
in a future.

As an example, before that, I load my sound module 
via /boot/loader.conf:
snd_via8233_load="YES"

Now, I use this on /etc/rc.conf:
mixer_modules="snd_via8233"

I also have plans to take usb support out of my kernel and use:
usbd_modules="usb ugen umass ueagle"

> > update to PR conf/74006 (named minor fixes): Fix a typo and umount
> > dev in chroot in post_stop works
>
> Please submit this as followup to the PR.
>

Will do.

> Doug

--
  josemi


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503152107.23496.freebsd>