Make OHCI+Core drivers really working, they are basically working now. Next thing...
authorAleksey Bragin <aleksey@reactos.org>
Sat, 19 Feb 2005 23:12:32 +0000 (23:12 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sat, 19 Feb 2005 23:12:32 +0000 (23:12 +0000)
commit1053eac705c0ebe40a67b86b309aeac6dee9df38
treeaca22703d07a5090f1a13f33a962a363c1fdc3bf
parentbc1516fae96f7a518a2687031644b38ae18c298a
Make OHCI+Core drivers really working, they are basically working now. Next thing to do is to make them working better (e.g. having a thread infinitely looping to serve irqs/other stuff isn't a good solution for multitasking OS) - add interrupt handler, spinlocks wrappers, waits etc.

svn path=/trunk/; revision=13660
16 files changed:
reactos/drivers/usb/cromwell/core/hcd-pci.c
reactos/drivers/usb/cromwell/core/hub.c
reactos/drivers/usb/cromwell/core/makefile
reactos/drivers/usb/cromwell/core/usb.c
reactos/drivers/usb/cromwell/core/usbcore.c
reactos/drivers/usb/cromwell/core/usbcore.def
reactos/drivers/usb/cromwell/host/makefile
reactos/drivers/usb/cromwell/host/ohci-hcd.c
reactos/drivers/usb/cromwell/host/ohci-pci.c
reactos/drivers/usb/cromwell/host/ohci.h
reactos/drivers/usb/cromwell/host/ohci_main.c
reactos/drivers/usb/cromwell/host/ohci_main.h [new file with mode: 0644]
reactos/drivers/usb/cromwell/linux/linux_wrapper.h
reactos/drivers/usb/cromwell/linux/pci_hal.c
reactos/drivers/usb/cromwell/linux/pci_ids.h
reactos/drivers/usb/cromwell/sys/linuxwrapper.c