diff options
author | jhb <jhb@FreeBSD.org> | 2003-11-03 23:02:17 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-11-03 23:02:17 +0000 |
commit | ec91280dd4912a731ca0c6122533e1ab01af38b2 (patch) | |
tree | a8a134d56f93254b24a86ad77a2d587fce7cd519 /UPDATING | |
parent | 65dadc1a3a5befdba388a04ed6d679e8062f1cde (diff) | |
download | FreeBSD-src-ec91280dd4912a731ca0c6122533e1ab01af38b2.zip FreeBSD-src-ec91280dd4912a731ca0c6122533e1ab01af38b2.tar.gz |
Add an entry dealing with the change from 'options APIC_IO' to
'device acpi' as well as the temporary disablement of the ACPI kernel
module.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20031103: + The i386 APIC_IO kernel option has been replaced by + 'device apic'. The ACPI module has also been temporarily + disabled, so APCI must be statically compiled into your + kernel using 'device acpi' if you wish to use the ACPI driver. + 20031031: The API and ABI of struct ifnet have been changed by removing the if_name and if_unit members and replacing them with |