DragonFly BSD
DragonFly submit List (threaded) for 2004-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: YONETANI Tomokazu <qhwt+dragonfly-submit@xxxxxxxxxx>
Date: Sat, 29 May 2004 20:20:44 +0900

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]