reactos/drivers/usb/usbstor
Cameron Gutman 11e87a17ea [USBSTOR]
- Rewrite pending SRB handling and change some behavior of the IRP queue
- The caller is no longer responsible for checking whether it can call USBSTOR_QueueNextRequest; frozen IRP queue and pending SRB are both handled for them
- It's no longer required for the caller of USBSTOR_QueueTerminateRequest to know whether the SRB was active (which was impossible before when handling a cancellation)
- Many potential race issues with IRP cancellation are eliminated
- Debugging hung SRBs is much easier now that pointer to the active one is stored in the FDO

svn path=/branches/usb-bringup-trunk/; revision=55157
2012-01-24 23:04:31 +00:00
..
CMakeLists.txt
descriptor.c
disk.c
error.c [USBSTOR] 2012-01-24 23:04:31 +00:00
fdo.c
misc.c
pdo.c
queue.c [USBSTOR] 2012-01-24 23:04:31 +00:00
scsi.c [USBSTOR] 2012-01-24 23:04:31 +00:00
usbstor.c
usbstor.h [USBSTOR] 2012-01-24 23:04:31 +00:00
usbstor.rbuild
usbstor.rc