mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
f32e678d0c
I missed. Since I did no rearrange any softcs, casting the result of device_get_softc() to (struct ifnet **) and derefrencing it yeilds a pointer to the ifp. This makes at least vr(4) nics work.