taglinefilesource code
INT_NO_REG460drivers/net/eepro.ctemp_reg = inb(ioaddr + INT_NO_REG);
INT_NO_REG461drivers/net/eepro.coutb((temp_reg & 0xf8) | irqrmap[*irqp], ioaddr + INT_NO_REG); 
INT_NO_REG545drivers/net/eepro.ctemp_reg = inb(ioaddr + INT_NO_REG);
INT_NO_REG546drivers/net/eepro.coutb((temp_reg & 0xf8) | irqrmap[dev->irq], ioaddr + INT_NO_REG);