Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 16:07:25 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        imp@freebsd.org
Subject:   [PATCH] Various fixes to wl(4)
Message-ID:  <1815820.OytfPhNq3X@ralph.baldwin.cx>

next in thread | raw e-mail | index | archive | help
This patch fixes various issues in wl(4) including:

 - Use bus_space instead of inb/outb.
 - Use device_printf() and if_printf()
 - Use callout(9) instead of timeout(9)
 - Don't hold the driver lock across sleeping actions like
   bus_teardown_intr(), subyte(), etc.
 - Don't recurse on the driver lock.

The patch is against HEAD but probably applies to 9 and 10 as well.

http://people.freebsd.org/~jhb/patches/wl_cleanup.patch

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1815820.OytfPhNq3X>