diff options
author | mav <mav@FreeBSD.org> | 2013-04-06 13:47:44 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2013-04-06 13:47:44 +0000 |
commit | 877e10369c47ccd0db9ee4dfe6c426eb83ca68e9 (patch) | |
tree | 7eef2ed1294ea9a077601cdcf1c98d3bd4b8b49d /UPDATING | |
parent | bac2f81e80c413c5cd81ac9fa1e3c7f5812c7140 (diff) | |
download | FreeBSD-src-877e10369c47ccd0db9ee4dfe6c426eb83ca68e9.zip FreeBSD-src-877e10369c47ccd0db9ee4dfe6c426eb83ca68e9.tar.gz |
Document legacy ATA stack removal.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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). |