rtl80x9.c | 168 uint8_t conf2, conf3; local in function:rtl80x9_media_init 176 conf2 = bus_space_read_1(sc->sc_regt, sc->sc_regh, NERTL_RTL3_CONFIG2); 178 printf("[0x%02x 0x%02x] ", conf2, conf3); 180 conf2 &= RTL3_CONFIG2_PL1 | RTL3_CONFIG2_PL0; 182 switch (conf2) {
|