···764config BLK_DEV_IDEDMA_PMAC765 bool "PowerMac IDE DMA support"766 depends on BLK_DEV_IDE_PMAC0767 help768 This option allows the driver for the built-in IDE controller on769 Power Macintoshes and PowerBooks to use DMA (direct memory access)
···764config BLK_DEV_IDEDMA_PMAC765 bool "PowerMac IDE DMA support"766 depends on BLK_DEV_IDE_PMAC767+ select BLK_DEV_IDEDMA_PCI768 help769 This option allows the driver for the built-in IDE controller on770 Power Macintoshes and PowerBooks to use DMA (direct memory access)
+1-1
drivers/ide/ide-floppy.c
···317 unsigned long flags;318} idefloppy_floppy_t;319320-#define IDEFLOPPY_TICKS_DELAY 3 /* default delay for ZIP 100 */321322/*323 * Floppy flag bits values.
···317 unsigned long flags;318} idefloppy_floppy_t;319320+#define IDEFLOPPY_TICKS_DELAY HZ/20 /* default delay for ZIP 100 (50ms) */321322/*323 * Floppy flag bits values.
+7
drivers/ide/pci/generic.c
···173 .channels = 2,174 .autodma = NOAUTODMA,175 .bootable = ON_BOARD,000000176 }177};178···237 { PCI_VENDOR_ID_TOSHIBA,PCI_DEVICE_ID_TOSHIBA_PICCOLO, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 11},238 { PCI_VENDOR_ID_TOSHIBA,PCI_DEVICE_ID_TOSHIBA_PICCOLO_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 12},239 { PCI_VENDOR_ID_TOSHIBA,PCI_DEVICE_ID_TOSHIBA_PICCOLO_2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 13},0240 /* Must come last. If you add entries adjust this table appropriately and the init_one code */241 { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL, 0},242 { 0, },