summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-09-25 15:21:50 +0000
committerscottl <scottl@FreeBSD.org>2002-09-25 15:21:50 +0000
commitc977071feb4c6e8b43122d860366369c7c1916ef (patch)
treede52fc4c8344c0f3010d685aa43a084b95e894e0 /sys
parentada687e3c40ecbe2f53b7d8c496c798c241809fa (diff)
downloadFreeBSD-src-c977071feb4c6e8b43122d860366369c7c1916ef.zip
FreeBSD-src-c977071feb4c6e8b43122d860366369c7c1916ef.tar.gz
Do away with AAC_COMPAT_LINUX option entirely. The functionality will
automatically be enabled if the kernel is compiled with COMPAT_LINUX. Submitted by: jhb MFC after: 3 days
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/options2
3 files changed, 1 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index be199ab..462cf56 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1322,11 +1322,6 @@ device mly
#
# Adaptec FSA RAID controllers, including integrated DELL controllers,
# the Dell PERC 2/QC and the HP NetRAID-4M
-#
-# AAC_COMPAT_LINUX Include code to support Linux-binary management
-# utilities (requires Linux compatibility
-# support).
-#
device aac
device aacp # SCSI Passthrough interface (optional, CAM required)
diff --git a/sys/conf/files b/sys/conf/files
index 4b3941d..73e62c0 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -223,7 +223,7 @@ dev/aac/aac_debug.c optional aac
dev/aac/aac_disk.c optional aac
dev/aac/aac_pci.c optional aac pci
dev/aac/aac_cam.c optional aacp aac
-dev/aac/aac_linux.c optional aac_compat_linux compat_linux
+dev/aac/aac_linux.c optional aac compat_linux
dev/acpica/acpi.c optional acpica
dev/acpica/acpica_support.c optional acpica
dev/acpica/acpi_acad.c optional acpica nowerror
diff --git a/sys/conf/options b/sys/conf/options
index 9c715ea..079d77b 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -31,8 +31,6 @@
# opt_<name-of-option-in-lower-case>.h
# Adaptec Array Controller driver options
-AAC_COMPAT_LINUX opt_dontuse.h # Enable the linux ioctl interface
-
AAC_DEBUG opt_aac.h # Debugging levels:
# 0 - quiet, only emit warnings
# 1 - noisy, emit major function
OpenPOWER on IntegriCloud