usb4bsd: Perform the usual porting on the controller, storage and core code.
authorSascha Wildner <saw@online.de>
Wed, 26 Sep 2012 17:31:51 +0000 (19:31 +0200)
committerSascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:27:40 +0000 (11:27 +0200)
commit722d05c3692b3c0e7577d40c4545534903c0bcb1
tree026c8097e15a395ffedad1e0a602ec08af301484
parent3ae612c2f0ad1dbbdf001b7e0cfaa60b46144cc0
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>
48 files changed:
sys/bus/u4b/controller/ehci.c
sys/bus/u4b/controller/ehci_pci.c
sys/bus/u4b/controller/ohci.c
sys/bus/u4b/controller/ohci_pci.c
sys/bus/u4b/controller/uhci.c
sys/bus/u4b/controller/uhci_pci.c
sys/bus/u4b/controller/usb_controller.c
sys/bus/u4b/controller/xhci.c
sys/bus/u4b/controller/xhci.h
sys/bus/u4b/controller/xhci_pci.c
sys/bus/u4b/storage/umass.c
sys/bus/u4b/storage/ustorage_fs.c
sys/bus/u4b/usb_bus.h
sys/bus/u4b/usb_busdma.c
sys/bus/u4b/usb_busdma.h
sys/bus/u4b/usb_compat_linux.c
sys/bus/u4b/usb_controller.h
sys/bus/u4b/usb_core.c
sys/bus/u4b/usb_core.h
sys/bus/u4b/usb_debug.c
sys/bus/u4b/usb_debug.h
sys/bus/u4b/usb_dev.c
sys/bus/u4b/usb_dev.h
sys/bus/u4b/usb_device.c
sys/bus/u4b/usb_device.h
sys/bus/u4b/usb_dynamic.c
sys/bus/u4b/usb_error.c
sys/bus/u4b/usb_freebsd.h
sys/bus/u4b/usb_generic.c
sys/bus/u4b/usb_handle_request.c
sys/bus/u4b/usb_hid.c
sys/bus/u4b/usb_hub.c
sys/bus/u4b/usb_lookup.c
sys/bus/u4b/usb_mbuf.c
sys/bus/u4b/usb_msctest.c
sys/bus/u4b/usb_parse.c
sys/bus/u4b/usb_pci.h
sys/bus/u4b/usb_pf.c
sys/bus/u4b/usb_process.c
sys/bus/u4b/usb_process.h
sys/bus/u4b/usb_request.c
sys/bus/u4b/usb_request.h
sys/bus/u4b/usb_transfer.c
sys/bus/u4b/usb_transfer.h
sys/bus/u4b/usb_util.c
sys/bus/u4b/usbdi.h
sys/bus/u4b/usbdi_util.h
sys/bus/u4b/usbhid.h