In the last episode (Sep 10), Viswas Nair said:
> I have a bunch of kernel modules I load from loader.conf. Eg: snd_emu10k1,
> acpi, ndis and many others.
> I am thinking of custom building the kernel. Could anyone guide me into
> integrating these kernel modules into the kernel, so that i dont have to
> load these options into loader.conf?

Just add them as devices to your config file.  Take a look at
/sys/config/NOTES and /sys/i386/config/NOTES for the full list and any
dependencies.

device sound
device snd_emu10k1
device acpi
device ndis

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to