Tell people why they might want to disable ACPI and how to do it.

Tell people how to fix the 4.x compatibility issue.
This commit is contained in:
Alfred Perlstein 2001-10-01 03:45:07 +00:00
parent 24e7f58b03
commit 378f44862a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84240

View File

@ -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