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>
Sun, 21 Oct 2012 12:58:43 +0000 (14:58 +0200)
commitd91300aebb3aa4920a34cf06e59537f7140d64e2
tree1b27d206236e7efa18a92760d19c9337a214c148
parent1d5eabb08699e7dee09eb82c23ded8bb222849c6
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