NE2000_ASIC_RESET
tmp = ASIC_INB(NE2000_ASIC_RESET);
ASIC_OUTB(NE2000_ASIC_RESET, tmp);
tmp = ASIC_INB(NE2000_ASIC_RESET);
ASIC_OUTB(NE2000_ASIC_RESET, tmp);
bus_space_write_1(asict, asich, NE2000_ASIC_RESET, 0);
tmp = bus_space_read_1(asict, asich, NE2000_ASIC_RESET);
bus_space_write_1(asict, asich, NE2000_ASIC_RESET, tmp);