freebsd-dev/sys/dev/ray
Bill Paul b1f3daafde Fix probe/attach a little. We don't have to call bpfattach() anymore
since ether_ifattach() does it for us. We do need to call ether_ifdetach()
instead of if_detach(). And we don't have to check for ifp->if_name
already being initialized because it never will be in FreeBSD 4.x and
above.

Reviewed by:	Warner Losh, Duncan Barclay
2000-12-08 21:35:11 +00:00
..
if_ray.c Fix probe/attach a little. We don't have to call bpfattach() anymore 2000-12-08 21:35:11 +00:00
if_raydbg.h Changes necessary to make this work. 2000-11-12 21:43:52 +00:00
if_raymib.h Changes necessary to make this work. 2000-11-12 21:43:52 +00:00
if_rayreg.h Changes necessary to make this work. 2000-11-12 21:43:52 +00:00
if_rayvar.h Changes necessary to make this work. 2000-11-12 21:43:52 +00:00