merged in MDL fix and a makefile mod from the 0.1.4 release branch. This represents...
[reactos.git] / reactos / drivers / storage / class2 / class2.c
2003-10-15 Vizzinimerged in MDL fix and a makefile mod from the 0.1.4...
2003-09-20 Thomas Bluemelfixed compiler warnings
2003-08-27 David Welch- Added support for crash dumps:-
2003-07-12 Eric KohlImplemented ScsiClassFindModePage().
2003-07-11 Eric KohlImplemented ScsiClassModeSense().
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-24 Eric KohlImplemented several IOCTLs.
2003-05-01 Eric KohlGet timeout value from the registry.
2003-04-27 Eric KohlMoved disk manager related offset calculation to class2.
2003-03-21 Hartmut Birr- Fixed the buffer handling for ioctl requests and...
2003-01-28 Hartmut Birr-Do not modify the buffer and length field within the...
2003-01-25 Hartmut Birr- Reverted my latest changes to fix the handling of...
2003-01-02 Hartmut BirrFixed the handling for errors/retries.
2002-12-15 Eric KohlUse lookaside list to allocate SRBs.
2002-11-18 Eric KohlDisabled a debug message.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-19 Eric KohlMoved SCSI headers because they are used by usetup.
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.