summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2002-08-30 11:11:07 +0000
committeriwasaki <iwasaki@FreeBSD.org>2002-08-30 11:11:07 +0000
commit605d09c7f9581052248752fa4c3e1ff632c8c490 (patch)
tree7ff9ccec9967bb4e7ebd3deaf402ab1030e0b4b7 /sys/boot/common
parent8679677c5205b9d84ffb81181aca3a1945d032e2 (diff)
downloadFreeBSD-src-605d09c7f9581052248752fa4c3e1ff632c8c490.zip
FreeBSD-src-605d09c7f9581052248752fa4c3e1ff632c8c490.tar.gz
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).
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/loader.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 2c4dc58..a76e691 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -313,7 +313,7 @@ These are described below.
.It Va acpi_load
Unset this to disable automatic loading of the ACPI module.
See also
-.Va hint.acpi.0.disable
+.Va hint.acpi.0.disabled
in
.Xr device.hints 5 .
.It Va autoboot_delay
OpenPOWER on IntegriCloud