Second try with a native implementation
commit1a51b86d5bf35fad1891b326385f3c31e440738e
authorDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 9 Aug 2014 12:46:00 +0000 (9 12:46 +0000)
committerDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 9 Aug 2014 12:46:00 +0000 (9 12:46 +0000)
tree57dccea8b444fa568bd981e578968dc4cf6749ff
parentad138ddf444bc9340132e2915b89cc31a31868ae
Second try with a native implementation
- Device is named pcixhci.device to distinguish it from "other" xhci implementations which do not reside on the pci bus
- "runs" on native build the same way as vxhci.device on hosted (almost the same source code only strings and some names changed)
- It might be possible to tie vxhci with something like libusb on hosted

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49280 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/usb/pciusbhc/xhci/mmakefile.src [new file with mode: 0644]
rom/usb/pciusbhc/xhci/pcixhci.conf [new file with mode: 0644]
rom/usb/pciusbhc/xhci/pcixhci_commands.c [new file with mode: 0644]
rom/usb/pciusbhc/xhci/pcixhci_device.c [new file with mode: 0644]
rom/usb/pciusbhc/xhci/pcixhci_device.h [new file with mode: 0644]