RTL8366_NUM_PHYS
sc->numphys = sc->phy4cpu ? RTL8366_NUM_PHYS - 1 : RTL8366_NUM_PHYS;
smi_read(dev, RTL8366_PLSR_BASE + (RTL8366_NUM_PHYS)/2, &v, RTL_WAITOK);
v = v >> (8 * ((RTL8366_NUM_PHYS) % 2));
char *ifname[RTL8366_NUM_PHYS];
device_t miibus[RTL8366_NUM_PHYS];
if_t ifp[RTL8366_NUM_PHYS];
if (phy < 0 || phy >= RTL8366_NUM_PHYS)
if (phy < 0 || phy >= RTL8366_NUM_PHYS)