From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 12:44:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F3716A4CE for ; Fri, 27 Feb 2004 12:44:25 -0800 (PST) Received: from spock.ste-land.com (spock.ste-land.com [64.32.179.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E6443D39 for ; Fri, 27 Feb 2004 12:44:25 -0800 (PST) (envelope-from ste@ste-land.com) Received: from ste-land.com (bgp377940bgs.plnfld01.nj.comcast.net [68.36.5.198]) by spock.ste-land.com (Postfix) with ESMTP id 098132D24C; Fri, 27 Feb 2004 15:44:25 -0500 (EST) Message-ID: <403FAC28.6050905@ste-land.com> Date: Fri, 27 Feb 2004 15:44:24 -0500 From: "Shaun T. Erickson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warren Block References: <403FA3A7.9010305@ste-land.com> <20040227132309.C2868@wonkity.com> In-Reply-To: <20040227132309.C2868@wonkity.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Kernel modules question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 20:44:25 -0000 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 documentation for the 341 or so modules? -ste