From 3830a85c68d13be073f2652cd9f2d4bb13e975fc Mon Sep 17 00:00:00 2001 From: sos Date: Sat, 9 Oct 1999 20:22:01 +0000 Subject: [PATCH] Add the options for the ATA driver. --- sys/conf/options | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index 1262c6f3235f..f7fa23ef0872 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