diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-09-25 05:00:25 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-09-25 05:00:25 +0000 |
| commit | 7419815d60b31c9daeb2f10ed7b088c20917dc02 (patch) | |
| tree | c0790e3e3f4073d12878ea6839af83d9c695f26a /sys/conf | |
| parent | 76fdc7ad9de5f3e904d0114145193c1b26f47220 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 1 | ||||
| -rw-r--r-- | sys/conf/options | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 6bf62c45d4d3d..4b3941d0a59a4 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -223,6 +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/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 681b7f37de64f..9c715eae27153 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -31,7 +31,7 @@ # opt_<name-of-option-in-lower-case>.h # Adaptec Array Controller driver options -AAC_COMPAT_LINUX opt_aac.h # Enable the linux ioctl interface +AAC_COMPAT_LINUX opt_dontuse.h # Enable the linux ioctl interface AAC_DEBUG opt_aac.h # Debugging levels: # 0 - quiet, only emit warnings |
