summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2015-03-24 18:09:07 +0000
committerAlexander Motin <mav@FreeBSD.org>2015-03-24 18:09:07 +0000
commitcdc58367265a2bd6e8f913db2bdc591699ee229f (patch)
tree48bf4ad0fd382e08141106dbc28b6dcbe1553ab5 /UPDATING
parent502702c644230a884c0a9b62b2e2d5f64038d4a6 (diff)
downloadsrc-test-cdc58367265a2bd6e8f913db2bdc591699ee229f.tar.gz
src-test-cdc58367265a2bd6e8f913db2bdc591699ee229f.zip
Remove from legacy ata(4) driver support for hardware, supported by newer
and more functional drivers ahci(4), siis(4) and mvs(4). This removes about 3400 lines of code, unused since FreeBSD 9.0 release.
Notes
Notes: svn path=/head/; revision=280451
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f26428cd8445e..175a916321767 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150324:
+ From legacy ata(4) driver was removed support for SATA controllers
+ supported by more functional drivers ahci(4), siis(4) and mvs(4).
+ Kernel modules ataahci and ataadaptec were removed completely,
+ replaced by ahci and mvs modules respectively.
+
20150315:
Clang, llvm and lldb have been upgraded to 3.6.0 release. Please see
the 20141231 entry below for information about prerequisites and