DragonFly commits List (threaded) for 2012-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: usb4bsd: Perform the usual porting on the controller, storage and core code.
commit 722d05c3692b3c0e7577d40c4545534903c0bcb1
Author: Sascha Wildner <saw@online.de>
Date: Wed Sep 26 19:31:51 2012 +0200
usb4bsd: Perform the usual porting on the controller, storage and core code.
malloc -> kmalloc, printf -> kprintf, locking, and so forth.
Submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>
Summary of changes:
sys/bus/u4b/controller/ehci.c | 228 +++++++++++------------
sys/bus/u4b/controller/ehci_pci.c | 67 +++----
sys/bus/u4b/controller/ohci.c | 69 ++++----
sys/bus/u4b/controller/ohci_pci.c | 62 +++----
sys/bus/u4b/controller/uhci.c | 90 +++++-----
sys/bus/u4b/controller/uhci_pci.c | 50 ++---
sys/bus/u4b/controller/usb_controller.c | 74 ++++----
sys/bus/u4b/controller/xhci.c | 68 +++----
sys/bus/u4b/controller/xhci.h | 8 +-
sys/bus/u4b/controller/xhci_pci.c | 41 ++---
sys/bus/u4b/storage/umass.c | 154 +++++++---------
sys/bus/u4b/storage/ustorage_fs.c | 34 ++--
sys/bus/u4b/usb_bus.h | 2 +-
sys/bus/u4b/usb_busdma.c | 73 ++++----
sys/bus/u4b/usb_busdma.h | 12 +-
sys/bus/u4b/usb_compat_linux.c | 31 ++--
sys/bus/u4b/usb_controller.h | 2 +-
sys/bus/u4b/usb_core.c | 7 +-
sys/bus/u4b/usb_core.h | 16 +-
sys/bus/u4b/usb_debug.c | 49 +++---
sys/bus/u4b/usb_debug.h | 2 +-
sys/bus/u4b/usb_dev.c | 314 ++++++++++++++++++------------
sys/bus/u4b/usb_dev.h | 8 +-
sys/bus/u4b/usb_device.c | 178 ++++++++++--------
sys/bus/u4b/usb_device.h | 12 +-
sys/bus/u4b/usb_dynamic.c | 28 ++--
sys/bus/u4b/usb_error.c | 6 +-
sys/bus/u4b/usb_freebsd.h | 4 +
sys/bus/u4b/usb_generic.c | 106 +++++------
sys/bus/u4b/usb_handle_request.c | 30 ++--
sys/bus/u4b/usb_hid.c | 42 ++---
sys/bus/u4b/usb_hub.c | 89 +++++----
sys/bus/u4b/usb_lookup.c | 6 +-
sys/bus/u4b/usb_mbuf.c | 12 +-
sys/bus/u4b/usb_msctest.c | 47 +++---
sys/bus/u4b/usb_parse.c | 8 +-
sys/bus/u4b/usb_pci.h | 4 +-
sys/bus/u4b/usb_pf.c | 25 ++--
sys/bus/u4b/usb_process.c | 104 ++++------
sys/bus/u4b/usb_process.h | 18 +-
sys/bus/u4b/usb_request.c | 265 +++++++++++++-------------
sys/bus/u4b/usb_request.h | 56 +++---
sys/bus/u4b/usb_transfer.c | 181 ++++++++++--------
sys/bus/u4b/usb_transfer.h | 2 +-
sys/bus/u4b/usb_util.c | 76 ++++++---
sys/bus/u4b/usbdi.h | 26 ++-
sys/bus/u4b/usbdi_util.h | 18 +-
sys/bus/u4b/usbhid.h | 2 +-
48 files changed, 1425 insertions(+), 1381 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/722d05c3692b3c0e7577d40c4545534903c0bcb1
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]