aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader
diff options
context:
space:
mode:
authorMitsuru IWASAKI <iwasaki@FreeBSD.org>2002-08-30 11:11:07 +0000
committerMitsuru IWASAKI <iwasaki@FreeBSD.org>2002-08-30 11:11:07 +0000
commit6c4070521218c5a8aab8570290b329ba2490a311 (patch)
tree7ff9ccec9967bb4e7ebd3deaf402ab1030e0b4b7 /sys/boot/i386/loader
parent22810858976761ab4249de7266b051a17d2ce7cb (diff)
downloadsrc-6c4070521218c5a8aab8570290b329ba2490a311.tar.gz
src-6c4070521218c5a8aab8570290b329ba2490a311.zip
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).
Notes
Notes: svn path=/head/; revision=102612
Diffstat (limited to 'sys/boot/i386/loader')
-rw-r--r--sys/boot/i386/loader/help.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/help.i386 b/sys/boot/i386/loader/help.i386
index f9a40767c657..16e0fd3f92f7 100644
--- a/sys/boot/i386/loader/help.i386
+++ b/sys/boot/i386/loader/help.i386
@@ -7,7 +7,7 @@
unset acpi_load
- $hint.acpi.0.disable="1"
+ $hint.acpi.0.disabled="1"
If set, the ACPI module won't be loaded.