taglinefilesource code
current_hwif334drivers/block/ide.cstatic volatile byte   current_hwif = 0;  /* for two i/f on one IRQ */
current_hwif873drivers/block/ide.chwif = current_hwif;
current_hwif1043drivers/block/ide.ccurrent_hwif = hwif;  /* used *only* when sharing_single_irq==1 */
current_hwif1152drivers/block/ide.cDO_IDE_REQUEST(current_hwif);
current_hwif1237drivers/block/ide.cIDE_INTR(current_hwif);