aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2013-04-06 13:47:44 +0000
committerAlexander Motin <mav@FreeBSD.org>2013-04-06 13:47:44 +0000
commit9a95a7ca854398d737bb130f429126740d9bab9a (patch)
tree7eef2ed1294ea9a077601cdcf1c98d3bd4b8b49d /UPDATING
parent67e09bb94ca480d8fdf6183fda37fcf817964415 (diff)
downloadsrc-9a95a7ca854398d737bb130f429126740d9bab9a.tar.gz
src-9a95a7ca854398d737bb130f429126740d9bab9a.zip
Document legacy ATA stack removal.
Notes
Notes: svn path=/head/; revision=249201
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 013a1a085628..e9dbb839ac93 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,6 +26,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130404:
+ Legacy ATA stack, disabled and replaced by new CAM-based one since
+ FreeBSD 9.0, completely removed from the sources. Kernel modules
+ atadisk and atapi*, user-level tools atacontrol and burncd are
+ removed. Kernel option `options ATA_CAM` is now permanently enabled
+ and removed.
+
20130308:
CTL_DISABLE has also been added to the sparc64 GENERIC (for further
information, see the respective 20130304 entry).