diff --git a/en/releases/9.0R/errata.html b/en/releases/9.0R/errata.html index d8c46efe2d..d3a5cd5dc3 100644 --- a/en/releases/9.0R/errata.html +++ b/en/releases/9.0R/errata.html @@ -21,7 +21,7 @@ alink="#0000FF">
Copyright © 2012 The FreeBSD Documentation Project
$FreeBSD: stable/9/release/doc/en_US.ISO8859-1/errata/article.sgml
-230031 2012-01-12 21:12:16Z hrs $
+230088 2012-01-13 20:50:18Z hrs $
[amd64, i386] FreeBSD 9.0-RELEASE includes several changes to improve resource
+management of PCI devices. Some x86 machines may not boot or may have devices that no
+longer attach when using ACPI as a result of these changes. This can be worked around by
+setting a
+loader(8)
+tunable debug.acpi.disabled to hostres. To do this, enter the following lines at the loader
+prompt:
+set debug.acpi.disabled="hostres" +boot ++ +
Or, put the following line into /boot/loader.conf:
+ ++debug.acpi.disabled="hostres" +