K 10 svn:author V 6 brooks K 8 svn:date V 27 2005-06-11T00:20:38.000000Z K 7 svn:log V 269 Add an evil hack to work around a cast from the softc to the ifnet that 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. END