[SCSIPORT]
[reactos.git] / reactos / drivers / storage / scsiport / scsiport.c
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-11 Aleksey Bragin- Silence non-critical debug output.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-05 Aleksey Bragin- Add more debug prints in failure cases.
2007-10-23 Hervé PoussineauFix some svn properties
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Mike NordellDeleted definition of a variable named ScsiPortIsr...
2007-09-27 Aleksey Bragin- Slightly cleanup the code.
2007-09-27 Aleksey Bragin- Handle NextLuRequest and ResetDetected in ScsiPortNot...
2007-09-09 Aleksey Bragin- IoMapTransfer(NULL, ..) is an old-fashioned way,...
2007-09-09 Aleksey Bragin- Revert 27476: another attempt (previously, dgorbachev...
2007-08-07 Hervé PoussineauRemove some debug messages
2007-07-08 Aleksey Bragin- Fix a couple of places where tagged commands support...
2007-07-08 Christoph von Wittich-release spinlocks before calling IoCompleteRequest
2007-07-08 Christoph von Wittich-avoid dereferencing of NULL pointers
2007-07-08 Christoph von Wittich-use ExAllocatePoolWithTag instead of ExAllocatePool
2007-07-08 Aleksey Bragin- Delete unneeded fields from DeviceExtension.
2007-07-08 Aleksey Bragin- Enable DMA support, this time properly.
2007-07-08 Aleksey BraginReverting last commit, sorry it makes scsiport hanging.
2007-07-08 Aleksey Bragin- Start adding DMA support (still not finished, so...
2007-07-07 Aleksey Bragin- Separate common buffer allocation routine from ScsiPo...
2007-07-07 Aleksey Bragin- Zero initialize a variable (I have no idea how PREfas...
2007-07-07 Christoph von Wittich-fix a memory leak
2007-07-07 Christoph von Wittich-use ExAllocatePoolWithTag instead of ExAllocatePool
2007-07-07 Christoph von Wittich-some changes to be able to build the driver with PREfast
2007-04-03 Aleksey Bragin- Remove unneeded DPRINT1().
2007-04-02 Aleksey Bragin- Remove old unused code for sending sense requests.
2007-04-02 Aleksey Bragin- Revert double spinlock releasing introduced by 26242...
2007-04-01 Dmitry GorbachevDo not assume ReleaseSpinLock == LowerIrql.
2007-04-01 Aleksey Bragin- Rename scsiport-new to scsiport (couldn't do that...
2007-04-01 Aleksey Bragin- Commit "new" storage stack drivers support based...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-25 Aleksey Bragin- Change ScsiPort prototype to match DDK.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-01-17 Hartmut BirrRemoved my name from the hall of fame. Since it seems...
2006-01-07 Alex Ionescudisk, diskdump, pciidex, 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-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.
next