acpica5 and acpi sub-modules (Re: cvs commit: src/sys/dev Makefile)

YONETANI Tomokazu qhwt+dragonfly-submit at les.ath.cx
Sat May 29 04:21:59 PDT 2004


On Thu, May 27, 2004 at 08:24:25AM +0900, YONETANI Tomokazu wrote:
> After all, if I added the default rule and everything worked as expected.
> I wrote another patch that put the build of acpi*.ko back into
> /sys/dev/acpica5 as:
>     http://les.ath.cx/DragonFly/acpi-update-2.patch.gz

And here's patch to (mostly) catch up with recent FreeBSD-CURRENT.
This time I didn't try to make it compile with ACPICA-20031203,
because doing so makes the patch messy.
Also, you have to download the new acpica code from Intel site
in order to build the new acpi module.

$ fetch http://developer.intel.com/technology/iapc/acpi/downloads/acpica-unix-20040514.tar.gz
$ fetch http://les.ath.cx/DragonFly/acpica-20040514-update20040529.patch.gz
$ zcat acpica-20040514-update20040529.patch.gz | patch -d /sys -p0
$ tar -C /sys/contrib/dev -zxf acpica-unix-20040514.tar.gz
$ cd /usr/src
$ export KERNCONF=YourConfig KERNCONFDIR=/where/you/keep/it
$ make -s buildkernel





More information about the Submit mailing list