diff options
author | scottl <scottl@FreeBSD.org> | 2001-03-22 21:34:18 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2001-03-22 21:34:18 +0000 |
commit | 499950992e738a63e25fae749a552f7c2be960c5 (patch) | |
tree | 5531b7cb8b846a812bc4a6662c95cfb72697fb59 /sys | |
parent | ca468b5fe715488dfae50501cd81ef2f6b15429c (diff) | |
download | FreeBSD-src-499950992e738a63e25fae749a552f7c2be960c5.zip FreeBSD-src-499950992e738a63e25fae749a552f7c2be960c5.tar.gz |
Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel.
Requires that COMPAT_LINUX also be set.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 0878dad..2a3f9f5 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -30,6 +30,8 @@ # opt_<name-of-option-in-lower-case>.h # Adaptec Array Controller driver options +AAC_COMPAT_LINUX opt_acc.h # Enable the linux ioctl interface + AAC_DEBUG opt_aac.h # Debugging levels: # 0 - quiet, only emit warnings # 1 - noisy, emit major function |