Author: janderwald Date: Sun May 22 19:36:13 2011 New Revision: 51851
URL: http://svn.reactos.org/svn/reactos?rev=51851&view=rev Log: [USBOHCI] - Start of OHCI support - Based on new usbehci driver and Haiku USB Stack - Driver initializes the controller and retrieve number of ports
Added: branches/usb-bringup/drivers/usb/usbohci/ (props changed) - copied from r51850, branches/usb-bringup/drivers/usb/usbehci_new/ branches/usb-bringup/drivers/usb/usbohci/usbohci.cpp - copied, changed from r51850, branches/usb-bringup/drivers/usb/usbehci_new/usbehci.cpp branches/usb-bringup/drivers/usb/usbohci/usbohci.h - copied, changed from r51850, branches/usb-bringup/drivers/usb/usbehci_new/usbehci.h branches/usb-bringup/drivers/usb/usbohci/usbohci.rc - copied, changed from r51850, branches/usb-bringup/drivers/usb/usbehci_new/usbehci.rc Removed: branches/usb-bringup/drivers/usb/usbohci/usbehci.cpp branches/usb-bringup/drivers/usb/usbohci/usbehci.h branches/usb-bringup/drivers/usb/usbohci/usbehci.rc Modified: branches/usb-bringup/drivers/usb/usbohci/CMakeLists.txt branches/usb-bringup/drivers/usb/usbohci/hardware.cpp branches/usb-bringup/drivers/usb/usbohci/hardware.h branches/usb-bringup/drivers/usb/usbohci/hcd_controller.cpp branches/usb-bringup/drivers/usb/usbohci/hub_controller.cpp branches/usb-bringup/drivers/usb/usbohci/interfaces.h branches/usb-bringup/drivers/usb/usbohci/memory_manager.cpp branches/usb-bringup/drivers/usb/usbohci/misc.cpp branches/usb-bringup/drivers/usb/usbohci/purecall.cpp branches/usb-bringup/drivers/usb/usbohci/usb_device.cpp branches/usb-bringup/drivers/usb/usbohci/usb_queue.cpp branches/usb-bringup/drivers/usb/usbohci/usb_request.cpp
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/usb-bringup/drivers/usb/usbohci/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/hardware.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/hardware.h URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/hcd_controller.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/hub_controller.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/interfaces.h URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/memory_manager.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/misc.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/purecall.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/usb_device.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/usb_queue.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Modified: branches/usb-bringup/drivers/usb/usbohci/usb_request.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Removed: branches/usb-bringup/drivers/usb/usbohci/usbehci.cpp URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbehci_...
Removed: branches/usb-bringup/drivers/usb/usbohci/usbehci.h URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbehci_...
Removed: branches/usb-bringup/drivers/usb/usbohci/usbehci.rc URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbehci_...
Copied: branches/usb-bringup/drivers/usb/usbohci/usbohci.cpp (from r51850, branches/usb-bringup/drivers/usb/usbehci_new/usbehci.cpp) URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Copied: branches/usb-bringup/drivers/usb/usbohci/usbohci.h (from r51850, branches/usb-bringup/drivers/usb/usbehci_new/usbehci.h) URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...
Copied: branches/usb-bringup/drivers/usb/usbohci/usbohci.rc (from r51850, branches/usb-bringup/drivers/usb/usbehci_new/usbehci.rc) URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/...