Index: if_vr.c =================================================================== RCS file: /home/ncvs/src/sys/pci/if_vr.c,v retrieving revision 1.94 diff -u -p -r1.94 if_vr.c --- if_vr.c 11 Aug 2004 04:30:49 -0000 1.94 +++ if_vr.c 19 Oct 2004 15:22:08 -0000 @@ -1692,7 +1692,5 @@ vr_shutdown(device_t dev) { struct vr_softc *sc = device_get_softc(dev); - VR_LOCK(sc); - vr_stop(sc); - VR_UNLOCK(sc); + vr_detach(sc); }