fixed difference in signedness warning
[reactos.git] / reactos / drivers / storage / scsiport /
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-10-16 Hartmut BirrImplemented SMART commands for ide devices.
2005-10-05 Hartmut BirrImplemented IOCTL_SCSI_MINIPORT.
2005-10-03 Hartmut BirrReturn an error instead of STATUS_SUCCESS for functions...
2005-09-26 Hartmut BirrFixed the reinitialisation if the miniport driver retur...
2005-08-17 Alex IonescuMajor cleanup of NDK. I've decided that it would be...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-19 Filip NavaraCouple of build fixes.
2005-06-18 Filip NavaraGet rid of ROS DDK SCSI headers.
2005-06-17 Filip NavaraUse W32API.
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupGenerate proxy makefiles
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-29 Alex IonescuAnd look who made a dumber mistake ;). Thanks WaxDragon
2005-04-28 Alex IonescuRemove rant. H&E are very competent developers and...
2005-04-28 Alex IonescuIO Manager Cleanup continues:
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-04 Casper HornstrupInstall generated files
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-03-02 Casper HornstrupCopy bootstrap files to cd
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-17 Casper HornstrupBuild storage drivers
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-21 Hartmut Birr- Reduced the necessary size of inquiry data to 4 byte.
2004-06-15 Hartmut Birr- Reduced the size of the necessary inquiry data length...
2004-06-11 Gé van GeldorpPatch by Michael Fritscher <michael@fritscher.net>
2004-06-10 Hartmut Birr- Enabled the dependency check for the storage drivers.
2004-06-10 Hartmut Birr- Use a bitmap for managing the srb extensions.
2004-06-07 Hartmut Birr- Fixed the counting of pending irps.
2004-06-07 Hartmut Birr- Implemented ScsiPortCompleteRequest.
2004-05-24 Hartmut Birr- Implemented ScsiPortGetPhysicalAddress also for addre...
2004-05-15 Hartmut Birr- Fixed the implementation of MmMapIoSpace.
2004-04-23 Hartmut Birr- Initialized the srb on each call to SpiSendInquiry.
2004-04-16 Eric KohlClear data buffer before sending the INQUIRY command.
2004-04-07 Hartmut Birr- Rewrote the code which handles processing of irp...
2004-04-02 Hartmut Birr- Fixed the initializing of the access ranges.
2004-03-24 Filip Navara* Always return STATUS_SUCCESS from ScsiPortInitialize...
2004-03-23 Eric KohlChanges to make AHA-2940 detect devices:
2004-03-23 Gé van GeldorpSilence debug messages
2004-03-22 Filip Navara- Added allocation of SrbExtension.
2004-02-29 Hartmut Birr- Implemented ScsiPortGetPhysicalAddress for Srb buffers.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-01 Eric KohlFix buggy expansion (signed/unsigned) of InitiatorBusID.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-13 Eric KohlEnabled -Wall and -Werror and fixed resulting bugs.
2003-11-01 Hartmut Birr- Check for the current irql, if there is a call to...
2003-10-19 Robert DickensonSingle line typo fixup consistent with same change...
2003-10-03 Eric KohlInitialize more port configuration information for...
2003-10-03 Eric KohlScan the SCSI buses by sending SCSI requests instead...
2003-10-02 Eric KohlMajor rework of ScsiPortInitialize():
2003-10-01 Eric Kohl- Move port configuration info from the device extension.
2003-09-25 Eric KohlSearch for devices if a valid vendor and device ids...
2003-09-11 Eric Kohl- Zero DMA related data in the pseudo device extension...
2003-09-05 Eric Kohl- Implemented ScsiPortGetPhysicalAddress() (incomplete).
2003-09-05 Eric KohlImplemented ScsiPortGetUncachedExtension().
2003-09-04 Eric Kohl- Implemented LUN-Extensions.
2003-09-04 Eric KohlSearch for all logical units (LUNs) of a SCSI target.
2003-08-27 David Welch- Forgot these two files.
2003-08-27 David Welch- Added support for crash dumps:-
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-29 guidoanother day of janitor stuff
2003-06-24 Eric KohlMinor cleanup.
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-02-27 Eric KohlFixed string lengths in calls to ZwSetValueKey() to...
2003-01-05 Robert Dickensonhousekeeping files...
2002-12-09 Eric KohlImplemented ScsiPortGetDeviceBase() and ScsiPortFreeDev...
2002-12-09 Hartmut BirrAdded more debug messages.
2002-12-03 Eric KohlAdded bus- and target-specific data to the device map.
2002-11-28 Eric KohlBuild the hardware device map for each SCSI port.
2002-11-17 Robert DickensonRelative include path fixed to absolute path.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-20 Eugene IngermanPatch by Hartmut Birr: protect IrpFlags with spinlock.
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-07-18 Eric KohlAdded IOCTL_DISK_SET_PARTITION_INFO.
2002-07-15 Hartmut BirrChanged the ordering for allocating the inquiry buffer...
next