summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-10-01 03:45:07 +0000
committeralfred <alfred@FreeBSD.org>2001-10-01 03:45:07 +0000
commit399d65595243af263359fe54d0b107965c08ece8 (patch)
tree1399ef2ed086c949ef772ed197b8bc02f25cae67 /UPDATING
parentcd548d6fe9da5742e2d906fb545c7dd37a2a9ecd (diff)
downloadFreeBSD-src-399d65595243af263359fe54d0b107965c08ece8.zip
FreeBSD-src-399d65595243af263359fe54d0b107965c08ece8.tar.gz
Tell people why they might want to disable ACPI and how to do it.
Tell people how to fix the 4.x compatibility issue.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 10 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 0a7e13e..a5d65bd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,10 +5,19 @@ This file is maintained and copyrighted by M. Warner Losh
of file for further details. For commonly done items, please see the
COMMON ITEMS: section later in the file.
+20010930:
+ ACPI may not interact well with some devices, if devices
+ are not probing or attaching you can disable ACPI by
+ adding
+ hint.acpi.0.disable="1"
+ to your /boot/device.hints
+
20010924:
The buildworld has been fixed. You may need to install
the 4.x compatibility libraries for some old binaries
- to work.
+ to work. You can do this by adding COMPAT4X=YES to your
+ make world command
+ make world COMPAT4X=YES
20010919:
There's a bug in the world build process. The cross-tools
OpenPOWER on IntegriCloud