diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-03-28 21:26:40 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-03-28 21:26:40 +0000 |
| commit | 4865310155dcbf21ad32c514ba7d2bdba93c2f80 (patch) | |
| tree | d0febc5468fa1e390b419103125cbc7f5b44d206 | |
| parent | 8a6b6a9b23bcd9e0390ac9cc5b68279fa1cad752 (diff) | |
Notes
| -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 2806bfa77c59..828473e72bd5 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -31,6 +31,8 @@ # 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_DEBUG opt_aac.h # Debugging levels: # 0 - quiet, only emit warnings # 1 - noisy, emit major function |
