eaddr_tmp 184 dev/isa/if_ex.c u_short eaddr_tmp; eaddr_tmp 219 dev/isa/if_ex.c eaddr_tmp = eeprom_read(sc, EE_Eth_Addr_Lo); eaddr_tmp 220 dev/isa/if_ex.c sc->arpcom.ac_enaddr[5] = eaddr_tmp & 0xff; eaddr_tmp 221 dev/isa/if_ex.c sc->arpcom.ac_enaddr[4] = eaddr_tmp >> 8; eaddr_tmp 222 dev/isa/if_ex.c eaddr_tmp = eeprom_read(sc, EE_Eth_Addr_Mid); eaddr_tmp 223 dev/isa/if_ex.c sc->arpcom.ac_enaddr[3] = eaddr_tmp & 0xff; eaddr_tmp 224 dev/isa/if_ex.c sc->arpcom.ac_enaddr[2] = eaddr_tmp >> 8; eaddr_tmp 225 dev/isa/if_ex.c eaddr_tmp = eeprom_read(sc, EE_Eth_Addr_Hi); eaddr_tmp 226 dev/isa/if_ex.c sc->arpcom.ac_enaddr[1] = eaddr_tmp & 0xff; eaddr_tmp 227 dev/isa/if_ex.c sc->arpcom.ac_enaddr[0] = eaddr_tmp >> 8;