From owner-acpi-jp@jp.FreeBSD.org Tue Sep 17 12:30:28 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id g8H3USY45304;
	Tue, 17 Sep 2002 12:30:28 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from axe-inc.co.jp (axegw.axe-inc.co.jp [61.199.217.66])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id g8H3UR345299
	for <acpi-jp@jp.FreeBSD.org>; Tue, 17 Sep 2002 12:30:27 +0900 (JST)
	(envelope-from takawata@axe-inc.co.jp)
Received: from axe-inc.co.jp ([192.47.224.47])
	by axe-inc.co.jp (8.9.3+3.2W/3.7W) with ESMTP id MAA29547
	for <acpi-jp@jp.FreeBSD.org>; Tue, 17 Sep 2002 12:30:26 +0900 (JST)
Message-Id: <200209170330.MAA29547@axe-inc.co.jp>
To: acpi-jp@jp.FreeBSD.org
In-reply-to: Your message of "Mon, 16 Sep 2002 23:42:24 +0200."
             <20020916214224.GA1722@laptop.6bone.nl>
From: User Takawata <takawata@axe-inc.co.jp>
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Tue, 17 Sep 2002 12:39:19 +0900
X-Sequence: acpi-jp 1835
Subject: [acpi-jp 1835] Re: load an acpi module after boot
Errors-To: owner-acpi-jp@jp.FreeBSD.org
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: takawata@axe-inc.co.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+020902

In message <20020916214224.GA1722@laptop.6bone.nl>, Mark Santcroos wrote:
>Can parts of the acpi code be ran after boot. So is the kernel and the
>acpi module the same name/address space?
>
>More specific, can I load a driver as a kld after boot?
>
>I got some undefined references, were they just bad macro expansions or is
>the problem more structural?
>

You can load a driver using ACPI specific function from userland,
though it cannot load ACPI module itself.
Undefined symbol is appear because you don't declear
MODULE_DEPEND,I think. See MODULE_DEPEND(9)

