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/CMakeLists.txt?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/hardware.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/hardware.cpp?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/hardware.h
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/hardware.h?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/hcd_controller.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/hcd_controller.cpp?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/hub_controller.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/hub_controller.cpp?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/interfaces.h
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/interfaces.h?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/memory_manager.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/memory_manager.cpp?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/misc.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/misc.cpp?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/purecall.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/purecall.cpp?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/usb_device.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/usb_device.cpp?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/usb_queue.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/usb_queue.cpp?rev=51851&r1=51850&r2=51851&view=diff

Modified: branches/usb-bringup/drivers/usb/usbohci/usb_request.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbohci/usb_request.cpp?rev=51851&r1=51850&r2=51851&view=diff

Removed: branches/usb-bringup/drivers/usb/usbohci/usbehci.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbehci_new/usbehci.cpp?rev=51850&view=auto

Removed: branches/usb-bringup/drivers/usb/usbohci/usbehci.h
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbehci_new/usbehci.h?rev=51850&view=auto

Removed: branches/usb-bringup/drivers/usb/usbohci/usbehci.rc
URL: 
http://svn.reactos.org/svn/reactos/branches/usb-bringup/drivers/usb/usbehci_new/usbehci.rc?rev=51850&view=auto

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/usbohci.cpp?p2=branches/usb-bringup/drivers/usb/usbohci/usbohci.cpp&p1=branches/usb-bringup/drivers/usb/usbehci_new/usbehci.cpp&r1=51850&r2=51851&rev=51851&view=diff

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/usbohci.h?p2=branches/usb-bringup/drivers/usb/usbohci/usbohci.h&p1=branches/usb-bringup/drivers/usb/usbehci_new/usbehci.h&r1=51850&r2=51851&rev=51851&view=diff

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/usbohci.rc?p2=branches/usb-bringup/drivers/usb/usbohci/usbohci.rc&p1=branches/usb-bringup/drivers/usb/usbehci_new/usbehci.rc&r1=51850&r2=51851&rev=51851&view=diff


Reply via email to