diff options
author | mav <mav@FreeBSD.org> | 2013-04-04 07:12:24 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2013-04-04 07:12:24 +0000 |
commit | 7c2b81b0e97e507aa2b3b3fac77056edcdf18669 (patch) | |
tree | 942cf38be24f7762b9c2eb69d37326ad19bf5fec /sys/pc98 | |
parent | 8f86323b516396dac627133e46a94b9db684dc7f (diff) | |
download | FreeBSD-src-7c2b81b0e97e507aa2b3b3fac77056edcdf18669.zip FreeBSD-src-7c2b81b0e97e507aa2b3b3fac77056edcdf18669.tar.gz |
Remove all legacy ATA code parts, not used since options ATA_CAM enabled in
most kernels before FreeBSD 9.0. Remove such modules and respective kernel
options: atadisk, ataraid, atapicd, atapifd, atapist, atapicam. Remove the
atacontrol utility and some man pages. Remove useless now options ATA_CAM.
No objections: current@, stable@
MFC after: never
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/pc98/conf/NOTES | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index eda1d14..7386c1f 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -83,7 +83,6 @@ device fdc # ATA controllers device ahci # AHCI-compatible SATA controllers device ata # Legacy ATA/SATA controllers -options ATA_CAM # Handle legacy controllers with CAM options ATA_STATIC_ID # Static device numbering device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 03cabb1..98a28b1 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -612,7 +612,6 @@ nodevice ida # Compaq Smart RAID nodevice mlx # Mylex DAC960 nodevice amr # AMI MegaRAID nodevice twe # 3ware ATA RAID -nodevice ataraid nodevice cm nodevice ex nodevice fea |