From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 12:08:13 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 71AA116A4CE for ; Fri, 27 Feb 2004 12:08:13 -0800 (PST) Received: from spock.ste-land.com (spock.ste-land.com [64.32.179.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032FE43D31 for ; Fri, 27 Feb 2004 12:08:11 -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 511022D24C for ; Fri, 27 Feb 2004 15:08:08 -0500 (EST) Message-ID: <403FA3A7.9010305@ste-land.com> Date: Fri, 27 Feb 2004 15:08:07 -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: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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:08:13 -0000 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 questions. I'm trying to learn FreeBSD as fast as I can. :) -ste