From owner-freebsd-questions@FreeBSD.ORG Sun Sep 10 16:55:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DD47C16A5FA for ; Sun, 10 Sep 2006 16:55:42 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 725AF43D49 for ; Sun, 10 Sep 2006 16:55:42 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.6) id k8AGtfAV080010; Sun, 10 Sep 2006 11:55:41 -0500 (CDT) (envelope-from dan) Date: Sun, 10 Sep 2006 11:55:41 -0500 From: Dan Nelson To: Viswas Nair Message-ID: <20060910165539.GE30620@dan.emsphone.com> References: <73d604760609100122w387d4ebet6e68a07391ae4eff@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <73d604760609100122w387d4ebet6e68a07391ae4eff@mail.gmail.com> X-OS: FreeBSD 6.1-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: Integrating kernel modules into the kernel while building the kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 16:55:43 -0000 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 dnelson@allantgroup.com