看板 DFBSD_submit 關於我們 聯絡資訊
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