patch-2.1.71 linux/drivers/block/Config.in

Next file: linux/drivers/block/Makefile
Previous file: linux/drivers/ap1000/ddv.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.70/linux/drivers/block/Config.in linux/drivers/block/Config.in
@@ -26,6 +26,7 @@
       bool '   PCI bus-master DMA support' CONFIG_BLK_DEV_IDEDMA
       if [ "$CONFIG_BLK_DEV_IDEDMA" = "y" ]; then
         if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+          bool '      Tekram TRM290 DMA support (EXPERIMENTAL)' CONFIG_BLK_DEV_TRM290
           bool '      OPTi 82C621 enhanced support (EXPERIMENTAL)' CONFIG_BLK_DEV_OPTI621
         fi
       fi
@@ -33,14 +34,15 @@
     bool '   Other IDE chipset support' CONFIG_IDE_CHIPSETS
     if [ "$CONFIG_IDE_CHIPSETS" = "y" ]; then
       comment 'Note: most of these also require special kernel boot parameters'
-      bool '      ALI M14xx       support' CONFIG_BLK_DEV_ALI14XX
-      bool '      DTC-2278        support' CONFIG_BLK_DEV_DTC2278
-      bool '      Holtek HT6560B  support' CONFIG_BLK_DEV_HT6560B
+      bool '      Generic 4 drives/port support' CONFIG_BLK_DEV_4DRIVES
+      bool '      ALI M14xx support' CONFIG_BLK_DEV_ALI14XX
+      bool '      DTC-2278 support' CONFIG_BLK_DEV_DTC2278
+      bool '      Holtek HT6560B support' CONFIG_BLK_DEV_HT6560B
       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-        bool '      PROMISE DC4030  support (EXPERIMENTAL)' CONFIG_BLK_DEV_PDC4030
+        bool '      PROMISE DC4030 support (EXPERIMENTAL)' CONFIG_BLK_DEV_PDC4030
       fi
-      bool '      QDI QD6580      support' CONFIG_BLK_DEV_QD6580
-      bool '      UMC 8672        support' CONFIG_BLK_DEV_UMC8672
+      bool '      QDI QD6580 support' CONFIG_BLK_DEV_QD6580
+      bool '      UMC-8672 support' CONFIG_BLK_DEV_UMC8672
     fi
   fi
 fi

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov