jhb 5e22018528 - Use if_printf() and device_printf() in re(4) and remove rl_unit from
the softc.
- Use callout_init_mtx() and rather than timeout/untimeout in both rl(4)
  and re(4).
- Fix locking for ifmedia by locking the driver in the ifmedia handlers
  rather than in the miibus functions.  (re(4) didn't lock the mii stuff
  at all!)
- Fix some locking in re_ioctl().

Note: the two drivers share the same softc declared in if_rlreg.h, so they
had to be change simultaneously.

MFC after:	 1 week
Tested by:	several on rl(4), none on re(4)
2005-09-29 16:52:19 +00:00
..
2005-08-25 21:06:56 +00:00
2005-09-26 18:42:27 +00:00
2005-09-26 18:42:27 +00:00
2005-09-29 16:47:08 +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