···764764config BLK_DEV_IDEDMA_PMAC765765 bool "PowerMac IDE DMA support"766766 depends on BLK_DEV_IDE_PMAC767767+ select BLK_DEV_IDEDMA_PCI767768 help768769 This option allows the driver for the built-in IDE controller on769770 Power Macintoshes and PowerBooks to use DMA (direct memory access)
+1-1
drivers/ide/ide-floppy.c
···317317 unsigned long flags;318318} idefloppy_floppy_t;319319320320-#define IDEFLOPPY_TICKS_DELAY 3 /* default delay for ZIP 100 */320320+#define IDEFLOPPY_TICKS_DELAY HZ/20 /* default delay for ZIP 100 (50ms) */321321322322/*323323 * Floppy flag bits values.