Reverted latest changes.
[reactos.git] / reactos / drivers / storage / class2 / class2.c
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-17 Hartmut BirrRemoved freeing of IRP's MDL in ScsiClassIoComplete.
2002-06-06 Eric KohlFixed broken handling of SCSI port capabilities.
2002-06-05 Hartmut BirrFixed the value CurrentTransferPages for splited reques...
2002-05-26 Eric KohlImplemented command retries.
2002-05-25 Eric KohlFixed timeout for unpopulated ide channels.
2002-04-27 Eric KohlRelease MDL on IRP-completion. Thanks to Hartmut Birr.
2002-04-24 Eric KohlImplemented request-splitting.
2002-04-01 Eric KohlAdded mapping of scsi error codes to status codes.
2002-03-25 Eric KohlStarted improving error handling and retries.
2002-03-22 Eric KohlStarted using lookaside lists for SRBs.
2002-03-22 Eric KohlFixed default geometry.
2002-03-20 Eric KohlFixed minor bugs.
2002-03-08 Eric KohlSilenced it.
2002-03-04 Eric KohlEnabled reading of multiple sectors.
2002-03-03 Eric KohlFixed stupid bugs.
2002-03-03 Eric KohlFixed a typo, thanks to Hartmut Birr.
2002-02-26 Eric KohlFree an SRB after use.
2002-02-03 Eric KohlUpdates to the disk driver stack.
2002-01-31 Eric KohlDisk driver stack update.
2002-01-27 Eric KohlBasic work on disk driver stack (still incomplete).
2002-01-14 Eric KohlImproved disk driver stack.
2001-07-23 Eric KohlAdded scsi class driver skeleton.