commit d42a8c30c20b7085e5e9a8ce3dd844ffa9cbc49d
Author: Markus Pfeiffer <[email protected]>
Date: Thu Jan 8 21:51:43 2015 +0000
usb4bsd: Remove some porting gunk
* I wrapped the callout structure in a layer of indirection to
simulate FreeBSD's callout that acquires a lock before calling
into the callout function. This functionality is now available
in DragonFly directly, so use it.
Summary of changes:
sys/bus/u4b/usb_util.c | 40 ----------------------------------------
sys/bus/u4b/usbdi.h | 14 ++------------
2 files changed, 2 insertions(+), 52 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d42a8c30c20b7085e5e9a8ce3dd844ffa9cbc49d
--
DragonFly BSD source repository