fxp_read_eeprom
void fxp_read_eeprom(struct fxp_softc *, uint16_t *, int, int);
fxp_read_eeprom(sc, &data, 6, 1);
fxp_read_eeprom(sc, myea, 0, 3);
fxp_read_eeprom(sc, &data, 10, 1);
fxp_read_eeprom(sc, &data, 3, 1);
fxp_read_eeprom(sc, &data, i, 1);
fxp_read_eeprom(sc, &data, i, 1);