- Disable debugging messages.
[reactos.git] / reactos / drivers / storage / atapi / atapi.c
2004-09-03 Filip Navara- Disable debugging messages.
2004-09-03 Filip Navara- Revert the I/O port change from my previous patch...
2004-09-03 Filip NavaraIssue soft reset command for identification and not...
2004-03-07 Hartmut Birr- Changed the dma capability detection code.
2004-02-29 Hartmut Birr- Fixed the returned values for a data underrun.
2004-02-29 Hartmut Birr- Started implementation of busmaster dma.
2003-11-13 Eric KohlEnabled -Wall and -Werror and fixed resulting bugs.
2003-08-22 Eric KohlIgnore junk data from ATA and ATAPI devices.
2003-08-04 Hartmut Birr- Fixed a buffer overflow, if a atapi device returns...
2003-07-12 Eric KohlConvert SCSI SRB to ATAPI format for MODE_SENSE, MODE_S...
2003-07-11 Eric KohlHandle abort command.
2003-06-24 Eric KohlMerged duplicate code.
2003-06-24 Eric KohlAdded more stuff to the IDENTIFY data block.
2003-04-06 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-30 Eric KohlAdded write cache flushing (untested).
2003-01-28 Hartmut Birr-Using DataBuffer and DataTransferLength from DeviceExt...
2002-12-22 Gé van GeldorpFix sector size for AT LBA drives at 512 bytes
2002-12-15 Steven EdwardsApply'd hartmut sector size patch for VMware.
2002-12-13 Eric KohlFixed data overrun upon read commands.
2002-12-10 Eric KohlAdded the Promise Ultra100 (PDC20267) controller to...
2002-12-09 Hartmut BirrAdded support for shared interrupts (tested with a...
2002-11-11 Hartmut Birr* Implemented multiple sector commands for reading...
2002-09-19 Eric KohlMoved SCSI headers because they are used by usetup.
2002-09-04 Eric KohlCheck for a busy device in AtapiInterrupt().
2002-08-28 Eric KohlAdded detection of PCI Bus Master Controllers.
2002-07-18 Eric KohlReported sector size must always be a power of 2.
2002-07-13 Eric KohlFixed a typo
2002-05-28 Eric KohlWait for BUSY to clear prior to selecting a drive....
2002-05-26 Eric KohlSilenced debug messages.
2002-05-25 Eric KohlFixed timeout for unpopulated ide channels.
2002-05-24 Eric KohlFixed severe bug in drive detection code.
2002-05-14 Eric KohlSilenced debug message.
2002-04-10 Eric KohlImplemented IOCTL_CDROM_GET_DRIVE_GEOMETRY.
2002-03-25 Eric KohlStarted improving error handling and retries.
2002-03-24 Eric KohlSet feature register for atapi commands.
2002-03-22 Eric KohlPass correct Cdb size.
2002-03-22 Eric KohlFixed atapi block size bug.
2002-03-19 Eric KohlImplemented ATAPI support.
2002-03-16 Eric KohlAdded ISA-Bus initialization by Hartmut Birr.
2002-03-15 Eric KohlAdded write-ability for ATA devices (harddisks).
2002-03-08 Eric KohlImproved recognition of ATAPI devices.
2002-03-05 Eric KohlFixed a typo.
2002-03-04 Eric KohlEnabled reading of multiple sectors.
2002-03-03 Eric KohlFixed a typo, thanks to Hartmut Birr.
2002-02-04 Eric KohlFixed a typo.
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-11-01 Eric KohlMoved/added some declarations
2001-09-09 Eric KohlAdded new atapi driver. It can only scan the pci busses...