diff options
author | sos <sos@FreeBSD.org> | 1999-10-09 20:22:01 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1999-10-09 20:22:01 +0000 |
commit | 370879896a75bf52318732d6d1b25d4c2d333b68 (patch) | |
tree | 135cc35827ce7671e3d473b3760aa5f5a1d1fdd2 | |
parent | 69ddfc2954d2d29861c84671c9856219a0d49951 (diff) | |
download | FreeBSD-src-370879896a75bf52318732d6d1b25d4c2d333b68.zip FreeBSD-src-370879896a75bf52318732d6d1b25d4c2d333b68.tar.gz |
Add the options for the ATA driver.
-rw-r--r-- | sys/conf/options | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 1262c6f..f7fa23e 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -197,6 +197,10 @@ ISP_DISABLE_1080_SUPPORT opt_isp.h ISP_DISABLE_2100_SUPPORT opt_isp.h ISP_DISABLE_2200_SUPPORT opt_isp.h +# Options used in the 'ata' ATA/ATAPI driver +ATA_STATIC_ID opt_ata.h +ATA_16BIT_ONLY opt_ata.h + # Resource limits. DFLDSIZ opt_rlimit.h MAXDSIZ opt_rlimit.h |