- Don't call winsock initialiser for each seperate server thread
[reactos.git] / reactos / drivers / storage / scsiport / scsiport.c
2005-09-26 Hartmut BirrFixed the reinitialisation if the miniport driver retur...
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-18 Filip NavaraGet rid of ROS DDK SCSI headers.
2005-06-17 Filip NavaraUse W32API.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api 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-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
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-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-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.