taglinefilesource code
hp_base178drivers/net/hp.cint hp_base = dev->base_addr - NIC_OFFSET;
hp_base179drivers/net/hp.cint saved_config = inb_p(hp_base + HP_CONFIGURE);
hp_base182drivers/net/hp.coutb_p(0x00, hp_base + HP_CONFIGURE);
hp_base188drivers/net/hp.coutb_p(saved_config, hp_base + HP_CONFIGURE);
hp_base191drivers/net/hp.cif ((inb_p(hp_base+NIC_OFFSET+EN0_ISR) & ENISR_RESET) == 0)