taglinefilesource code
current_hwif328drivers/block/ide.cstatic volatile byte   current_hwif = 0;  /* for two i/f on one IRQ */
current_hwif863drivers/block/ide.chwif = current_hwif;
current_hwif1034drivers/block/ide.ccurrent_hwif = hwif;  /* used *only* when sharing_single_irq==1 */
current_hwif1143drivers/block/ide.cDO_IDE_REQUEST(current_hwif);
current_hwif1228drivers/block/ide.cIDE_INTR(current_hwif);