* Always return STATUS_SUCCESS from ScsiPortInitialize if some device was found.
[reactos.git] / reactos / drivers / storage / scsiport / scsiport.c
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-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-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-24 Eric KohlMinor cleanup.
2003-02-27 Eric KohlFixed string lengths in calls to ZwSetValueKey() to...
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-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...
2002-06-06 Eric KohlFixed broken handling of SCSI port capabilities.
2002-05-26 Eric KohlSilenced debug messages.
2002-05-25 Eric KohlFixed timeout for unpopulated ide channels.
2002-05-07 Hartmut BirrRemoved reseting of IrpFlags in ScsiPortDispatchScsi.
2002-03-27 Eric KohlImplemented the SENSE_REQUEST command.
2002-03-17 Eric KohlFixed a 'ghost drives' bug.
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-27 Eric KohlRemoved useless controller object.
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-21 Eric KohlAdded scsiport driver skeleton.