John Baldwin 4cc88f8f33 - Use if_printf() and device_printf() and remove vr_unit from the softc.
I had to initialize the ifnet a bit earlier in attach so that the
  if_printf()'s in vr_reset() didn't explode with a page fault.
- Use M_ZERO with contigmalloc() rather than an explicit bzero.
2005-10-27 21:18:37 +00:00
..
2005-08-25 21:06:56 +00:00
2005-09-26 18:42:27 +00:00
2005-09-29 15:04:58 +00:00
2005-09-15 17:12:29 +00:00
2005-08-18 19:24:30 +00:00
2005-01-07 05:01:24 +00:00
2005-02-24 21:32:56 +00:00