diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml
index 0846ac9369..88c929fd52 100644
--- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml
@@ -2421,11 +2421,11 @@ device_probe_and_attach: cbb0 attach returned 12
very large. Generate a copy of your ASL
by running this command:
- &prompt.root; acpidump -t -d > $NAME-$SYSTEM.asl
+ &prompt.root; acpidump -t -d > name-system.asl(Substitute your login name for
- $NAME and manufacturer/model for
- $SYSTEM. Example:
+ name and manufacturer/model for
+ system. Example:
njl-FooCo6000.asl)
@@ -2515,11 +2515,11 @@ device_probe_and_attach: cbb0 attach returned 12
hw.acpi.supported_sleep_state: S3 S4 S5hw.acpi.s4bios: 0
- This means that I can use acpiconf
- to test S3,
+ This means that I can use acpiconf
+ -s to test S3,
S4OS, and
S5. If was one
- (1), I would have S4BIOS
+ (1), I would have S4BIOS
support instead of S4
OS.
@@ -2588,9 +2588,9 @@ device_probe_and_attach: cbb0 attach returned 12
SCI.Interrupt storms can be distinguished from lost interrupts
- by checking the output of vmstat
- and looking at the line that has
- acpi0. If the counter is increasing at more
+ by checking the output of vmstat -i
+ and looking at the line that has
+ acpi0. If the counter is increasing at more
than a couple per second, you have an interrupt storm. If the
system appears hung, try breaking to DDB
(CTRL
@@ -2599,7 +2599,7 @@ device_probe_and_attach: cbb0 attach returned 12
Your best hope when dealing with interrupt problems is to
try disabling APIC support with
- 1 in
+ hint.apic.0.disabled="1" in
loader.conf.
@@ -2752,7 +2752,7 @@ device_probe_and_attach: cbb0 attach returned 12
filename for iasl. You can load this
instead of your BIOS's buggy copy (which
is still present in flash memory) by editing
- /boot/loader.conf as
+ /boot/loader.conf as
follows:acpi_dsdt_load="YES"
@@ -2791,8 +2791,8 @@ acpi_dsdt_name="/boot/DSDT.aml"acpi.ko module as follows:
&prompt.root; cd /sys/modules/acpi/acpi
- && make clean && make
- ACPI_DEBUG=1
+&& make clean &&
+make ACPI_DEBUG=1
Install acpi.ko in
/boot/kernel and add your