mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing MIIBUS_MEDIAINIT() call.
This commit is contained in:
parent
3c3d8e1e45
commit
e30d3a0c79
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ gentbi_attach(device_t dev)
|
|||
mii_phy_add_media(sc);
|
||||
printf("\n");
|
||||
|
||||
MIIBUS_MEDIAINIT(sc->mii_dev);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue