taglinefilesource code
hp_base193drivers/net/hp.cint hp_base = dev->base_addr - NIC_OFFSET;
hp_base194drivers/net/hp.cint saved_config = inb_p(hp_base + HP_CONFIGURE);
hp_base197drivers/net/hp.coutb_p(0x00, hp_base + HP_CONFIGURE);
hp_base203drivers/net/hp.coutb_p(saved_config, hp_base + HP_CONFIGURE);
hp_base206drivers/net/hp.cif ((inb_p(hp_base+NIC_OFFSET+EN0_ISR) & ENISR_RESET) == 0)