diff options
author | bmah <bmah@FreeBSD.org> | 2003-05-23 17:27:32 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2003-05-23 17:27:32 +0000 |
commit | 3a5ee925b1f041a25eb7425baa290b7c06304ebf (patch) | |
tree | 392c285e43885a9de0d7493bfa227cd6bff1906c /release | |
parent | 4d1e113b48f9cb9d3ffc7afc83f5272fc8afbac0 (diff) | |
download | FreeBSD-src-3a5ee925b1f041a25eb7425baa290b7c06304ebf.zip FreeBSD-src-3a5ee925b1f041a25eb7425baa290b7c06304ebf.tar.gz |
I'm lost in a maze of twisty little tunables, all different.
The ACPI-disabling hint goes into device.hints, not loader.conf.
Pointed out by: njl
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml b/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml index a92fd07..b6c2d50 100644 --- a/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml @@ -72,7 +72,7 @@ page. The use of ACPI causes instabilities on some machines and it may be necessary to disable the ACPI driver, which is normally loaded via a kernel module. This may be accomplished by adding - the following line to <filename>/boot/loader.conf</filename>:</para> + the following line to <filename>/boot/device.hints</filename>:</para> <programlisting>hint.acpi.0.disabled="1"</programlisting> |