From owner-freebsd-current@FreeBSD.ORG Sat Mar 13 09:35:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E49E16A4CE for ; Sat, 13 Mar 2004 09:35:14 -0800 (PST) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BBF43D3F for ; Sat, 13 Mar 2004 09:35:13 -0800 (PST) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])i2DHZ9712867 for ; Sun, 14 Mar 2004 02:35:10 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <1079131349.35221.7.camel@pcgem.rdg.cyberkinetica.com> References: <1079131349.35221.7.camel@pcgem.rdg.cyberkinetica.com> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20030322(IM144) Lines: 16 From: Makoto Matsushita To: current@FreeBSD.org Date: Sun, 14 Mar 2004 02:35:08 +0900 Message-Id: <20040314023508Q.matusita@jp.FreeBSD.org> Subject: Re: Useful patch for ACPI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 17:35:14 -0000 Just a thought... antony.t.curtis> I have a small patch here which allows additional antony.t.curtis> modules be loaded at boot time along with antony.t.curtis> acpi... It would be a job for acpi.ko and not loader(8), since the dependency is closed within acpi itself. If you think it must be a loader(8)'s job, it can be easily generalized as "load additional modules if other (statically, or dynamically defined) module is already loaded, or statically compiled into the kernel." -- - Makoto `MAR' Matsushita