From 1da8092eea741a81133a32aa16bb42ccdd7cbe1c Mon Sep 17 00:00:00 2001 From: Scott Long Date: Wed, 25 Sep 2002 15:21:50 +0000 Subject: [PATCH] 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 --- sys/conf/NOTES | 5 ----- sys/conf/files | 2 +- sys/conf/options | 2 -- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index be199abf9e0..462cf56ebea 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 4b3941d0a59..73e62c0fa1c 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 9c715eae271..079d77b5572 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -31,8 +31,6 @@ # opt_.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 -- 2.45.2