From owner-freebsd-questions@FreeBSD.ORG Mon Aug 16 07:41:15 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 B60CB16A4CE for ; Mon, 16 Aug 2004 07:41:15 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 147AF43D1F for ; Mon, 16 Aug 2004 07:41:14 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a142.otenet.gr [212.205.215.142]) i7G7f6vP014394 for ; Mon, 16 Aug 2004 10:41:08 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i7G7e7KR074974 for ; Mon, 16 Aug 2004 10:40:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i7FI8IIY031692 for freebsd-questions@freebsd.org; Sun, 15 Aug 2004 21:08:18 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 15 Aug 2004 21:08:18 +0300 From: Giorgos Keramidas To: freebsd-questions@freebsd.org Message-ID: <20040815180818.GA31669@gothmog.gr> References: <20040815160407.GA941@gicco.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040815160407.GA941@gicco.homeip.net> Subject: Re: kernel module configuration 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: Mon, 16 Aug 2004 07:41:15 -0000 On 2004-08-15 18:04, Hanspeter Roth wrote: > in the kernel configuration one can enable various devices by the > respective 'device' statement. It seems that most drivers go into > the kernel directly. Some drivers such as 'acpi' produce a kernel > module. > How is determined which modules become built in and which become > modules? If you don't include something in the kernel it's built as a module. > Can I have 'ohci' as a kernel module? I haven't tried. I don't know for sure. - Giorgos