[USB\USBEHCI]
authorMichael Martin <michael.martin@reactos.org>
Wed, 13 Apr 2011 04:43:25 +0000 (04:43 +0000)
committerMichael Martin <michael.martin@reactos.org>
Wed, 13 Apr 2011 04:43:25 +0000 (04:43 +0000)
commitfe97558adf0e7d93cc73ee43f4fab72ff0469225
tree3c5c497013088588bed54005f532c3bf85530dd8
parentb6256418e9e291d5c1d1e52c36ebb0517c32d0c5
[USB\USBEHCI]
- For common buffer memory, only allocate one page and allocate more as needed. This implementation will most likely be replaced with janderwalds.
- Use a safecount while attempting to stop and start the controller, so that an error can be displayed vice doing endless loop for controllers that are misbehaving.
- Reorganize a few structuers and remove members of structures that are not used.
- Add comments for some of the DirectCall Interface Functions.
Change 2 of 3.

svn path=/trunk/; revision=51326
reactos/drivers/usb/usbehci/common.c
reactos/drivers/usb/usbehci/hardware.c
reactos/drivers/usb/usbehci/physmem.c
reactos/drivers/usb/usbehci/physmem.h
reactos/drivers/usb/usbehci/usbehci.c
reactos/drivers/usb/usbehci/usbehci.h
reactos/drivers/usb/usbehci/usbiffn.c