Date: Fri, 30 Aug 2002 20:17:59 +0900 (JST) From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> To: current@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: HEADS UP: Method of disabling acpi(4) has changed Message-ID: <20020830.201759.71081317.iwasaki@jp.FreeBSD.org> In-Reply-To: <200208301111.g7UBB7rN014938@freefall.freebsd.org> References: <200208301111.g7UBB7rN014938@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
If you want to stop auto-loading acpi.ko or to disable acpi(4), please change hint.acpi.0.disable="1" to hint.acpi.0.disabled="1" in your /boot/device.hints. Thanks From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> Subject: cvs commit: src/share/man/man5 device.hints.5 src/sys/boot/common loader.8 src/sys/boot/i386/libi386 i386_module.c src/sys/boot/i386/loader help.i386 src/sys/dev/acpica acpi.c Date: Fri, 30 Aug 2002 04:11:07 -0700 (PDT) Message-ID: <200208301111.g7UBB7rN014938@freefall.freebsd.org> > iwasaki 2002/08/30 04:11:07 PDT > > Modified files: > share/man/man5 device.hints.5 > sys/boot/common loader.8 > sys/boot/i386/libi386 i386_module.c > sys/boot/i386/loader help.i386 > sys/dev/acpica acpi.c > Log: > s/hint.acpi.0.disable/hint.acpi.0.disabled/ > > Fix device hints entry for disabling acpi(4). > This also should fix the arbitration with apm(4) when both drivers > are enabled. > > Note that your /boot/device.hints needs to be updated if you want to > stop auto-loading acpi.ko or disable acpi(4). > > Revision Changes Path > 1.6 +1 -1 src/share/man/man5/device.hints.5 > 1.47 +1 -1 src/sys/boot/common/loader.8 > 1.8 +1 -1 src/sys/boot/i386/libi386/i386_module.c > 1.7 +1 -1 src/sys/boot/i386/loader/help.i386 > 1.72 +5 -0 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020830.201759.71081317.iwasaki>