seeprom_bootstrap_read
if (seeprom_bootstrap_read(&sc->sc_i2c, 0x50, 0x00, 128,
if (i2c && seeprom_bootstrap_read(i2c, 0x50, 0x00, 4096,
rv = seeprom_bootstrap_read(sc->sc_tag, NVRAM_ADDR, 0x00, 128,
extern int seeprom_bootstrap_read(i2c_tag_t, int, int, int, u_int8_t *, size_t);
if (seeprom_bootstrap_read(&sc->sc_i2c, 0x50, 0x83, 256 /* 2kbit */,