diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-09-25 15:21:50 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-09-25 15:21:50 +0000 |
| commit | 1da8092eea741a81133a32aa16bb42ccdd7cbe1c (patch) | |
| tree | de52fc4c8344c0f3010d685aa43a084b95e894e0 | |
| parent | c099da117f1507e55271c0e13fd44cc25bf7363a (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 5 | ||||
| -rw-r--r-- | sys/conf/files | 2 | ||||
| -rw-r--r-- | sys/conf/options | 2 |
3 files changed, 1 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index be199abf9e0a1..462cf56ebead0 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 4b3941d0a59a4..73e62c0fa1c56 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 9c715eae27153..079d77b5572bc 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 |
