summaryrefslogtreecommitdiffstats
path: root/sys/cam/ata
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2013-04-04 07:12:24 +0000
committermav <mav@FreeBSD.org>2013-04-04 07:12:24 +0000
commit7c2b81b0e97e507aa2b3b3fac77056edcdf18669 (patch)
tree942cf38be24f7762b9c2eb69d37326ad19bf5fec /sys/cam/ata
parent8f86323b516396dac627133e46a94b9db684dc7f (diff)
downloadFreeBSD-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/cam/ata')
-rw-r--r--sys/cam/ata/ata_da.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/cam/ata/ata_da.c b/sys/cam/ata/ata_da.c
index 0e4e543..0a6e1ac 100644
--- a/sys/cam/ata/ata_da.c
+++ b/sys/cam/ata/ata_da.c
@@ -411,11 +411,7 @@ static void adasuspend(void *arg);
static void adaresume(void *arg);
#ifndef ADA_DEFAULT_LEGACY_ALIASES
-#ifdef ATA_CAM
#define ADA_DEFAULT_LEGACY_ALIASES 1
-#else
-#define ADA_DEFAULT_LEGACY_ALIASES 0
-#endif
#endif
#ifndef ADA_DEFAULT_TIMEOUT
OpenPOWER on IntegriCloud