Re: Kernel modules question.

2004-02-28 Thread Warren Block
On Fri, 27 Feb 2004, Shaun T. Erickson wrote: > Warren Block wrote: > > > > It's /boot/loader.conf. See 'man 5 loader.conf'. > > Ah. Thank you. :) Where do I find documentation for the 341 or so modules? Man pages should cover most of them, although you may have to do a slight variation on the n

Re: Kernel modules question.

2004-02-28 Thread Ruslan N. Gogunsci
Just add to /boot/loader.conf: module-name_load="YES" On Fri, Feb 27, 2004 at 03:08:07PM -0500, Shaun T. Erickson wrote: > In linux, I'd use /etc/modules.conf to list and configure any kernel > modules I want loaded at boot time. How is that done in FreeBSD? > > I see that there are a *lot* of k

Re: Kernel modules question.

2004-02-27 Thread Ion-Mihai Tetcu
<[EMAIL PROTECTED]>: Connected to 65.173.111.5 but sender was rejected. Remote host said: 554 5.0.0 Romanian spam rejected Now ain't this a nice and full of wisdom message. On Fri, 27 Feb 2004 13:25:22 -0700 (MST) Warren Block <

Re: Kernel modules question.

2004-02-27 Thread Ion-Mihai Tetcu
On Fri, 27 Feb 2004 15:44:24 -0500 "Shaun T. Erickson" <[EMAIL PROTECTED]> wrote: > Warren Block wrote: > > > On Fri, 27 Feb 2004, Shaun T. Erickson wrote: > > > > > >>In linux, I'd use /etc/modules.conf to list and configure any kernel > >>modules I want loaded at boot time. How is that done i

Re: Kernel modules question.

2004-02-27 Thread Shaun T. Erickson
Warren Block wrote: On Fri, 27 Feb 2004, Shaun T. Erickson wrote: In linux, I'd use /etc/modules.conf to list and configure any kernel modules I want loaded at boot time. How is that done in FreeBSD? It's /boot/loader.conf. See 'man 5 loader.conf'. Ah. Thank you. :) Where do I find documentat

Re: Kernel modules question.

2004-02-27 Thread Warren Block
On Fri, 27 Feb 2004, Shaun T. Erickson wrote: > In linux, I'd use /etc/modules.conf to list and configure any kernel > modules I want loaded at boot time. How is that done in FreeBSD? It's /boot/loader.conf. See 'man 5 loader.conf'. -Warren Block * Rapid City, South Dakota USA _

Kernel modules question.

2004-02-27 Thread Shaun T. Erickson
In linux, I'd use /etc/modules.conf to list and configure any kernel modules I want loaded at boot time. How is that done in FreeBSD? I see that there are a *lot* of kernel modules in /boot/kernel. How do I find out what each one is for and what their configuration options are? Sorry for newbie