John Baldwin 7e88c64c79 Various fixes for wl(4):
- Don't recurse driver mutex.
- Don't hold driver mutex across fubyte/subyte.
- Replace fubyte/subyte loops with copyin/copyout calls.
- Use relatively sane locking in wl_ioctl().
- Use bus space accessors instead of in*()/out*().
- Use callout(9) instead of timeout(9).
- Stop watchdog timer in detach and don't hold mutex across
  bus_teardown_intr().
- Use device_printf() and if_printf().
- De-spl().

Tested by:	no one
2014-11-20 20:09:18 +00:00
..
2014-09-03 09:58:59 +00:00
2014-08-05 23:35:19 +00:00
2014-08-05 23:58:49 +00:00
2014-08-05 23:47:26 +00:00
2014-11-13 22:00:18 +00:00
2014-09-28 07:40:26 +00:00
2014-10-10 14:17:42 +00:00
2014-10-11 19:36:59 +00:00
2014-11-18 21:58:57 +00:00
2014-11-11 14:30:35 +00:00
2014-09-19 03:55:19 +00:00
2014-10-02 22:05:48 +00:00
2014-07-07 00:27:09 +00:00
2014-07-29 14:41:28 +00:00
2014-11-19 05:38:45 +00:00
2014-11-18 14:11:14 +00:00
2014-11-20 20:09:18 +00:00