taglinefilesource code
current_hwif331drivers/block/ide.cstatic volatile byte   current_hwif = 0;  /* for two i/f on one IRQ */
current_hwif866drivers/block/ide.chwif = current_hwif;
current_hwif1036drivers/block/ide.ccurrent_hwif = hwif;  /* used *only* when sharing_single_irq==1 */
current_hwif1145drivers/block/ide.cDO_IDE_REQUEST(current_hwif);
current_hwif1230drivers/block/ide.cIDE_INTR(current_hwif);