Doing some work on the serial driver.
[reactos.git] / reactos / drivers / storage /
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-17 Hartmut Birradded support for IOCTL_CDROM_GET_LAST_SESSION.
2002-09-15 Hartmut BirrAdded support for IOCTL_CDROM_READ_TOC.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-04 Eric KohlCheck for a busy device in AtapiInterrupt().
2002-08-28 Eric KohlAdded detection of PCI Bus Master Controllers.
2002-08-17 Hartmut BirrRemoved freeing of IRP's MDL in ScsiClassIoComplete.
2002-07-18 Eric KohlAdded IOCTL_DISK_SET_PARTITION_INFO.
2002-07-18 Eric KohlReported sector size must always be a power of 2.
2002-07-15 Hartmut BirrChanged the ordering for allocating the inquiry buffer...
2002-07-13 Eric KohlFixed a typo
2002-06-26 Hartmut BirrFixed a typo.
2002-06-06 Eric KohlFixed broken handling of SCSI port capabilities.
2002-06-05 Hartmut BirrFixed the value CurrentTransferPages for splited reques...
2002-05-28 Eric KohlWait for BUSY to clear prior to selecting a drive....
2002-05-28 Eric KohlBuild a fake partition table for removable media drives.
2002-05-26 Eric KohlSilenced debug messages.
2002-05-26 Eric KohlImplemented command retries.
2002-05-26 Eric KohlAlways update disk geometry.
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-05-07 Hartmut BirrRemoved reseting of IrpFlags in ScsiPortDispatchScsi.
2002-04-27 Eric KohlRelease MDL on IRP-completion. Thanks to Hartmut Birr.
2002-04-24 Eric KohlImplemented request-splitting.
2002-04-10 Eric KohlImplemented IOCTL_CDROM_GET_DRIVE_GEOMETRY.
2002-04-01 Eric KohlAdded mapping of scsi error codes to status codes.
2002-03-27 Eric KohlImplemented the SENSE_REQUEST command.
2002-03-25 Eric KohlStarted improving error handling and retries.
2002-03-24 Eric KohlSet feature register for atapi commands.
2002-03-22 Eric KohlDisabled annoying debug message.
2002-03-22 Eric KohlStarted using lookaside lists for SRBs.
2002-03-22 Eric KohlDisabled debug output.
2002-03-22 Eric KohlPass correct Cdb size.
2002-03-22 Eric KohlStarted support for removable disk drives.
2002-03-22 Eric KohlFixed default geometry.
2002-03-22 Eric KohlAdded default disk geometry.
2002-03-22 Eric KohlFixed atapi block size bug.
2002-03-20 Eric KohlTry to read disk capacity on startup.
2002-03-20 Eric KohlFixed minor bugs.
2002-03-20 Eric KohlFixed minor bug.
2002-03-19 Eric KohlImplemented ATAPI support.
2002-03-17 Eric KohlFixed a 'ghost drives' bug.
2002-03-16 Eric KohlAdded ISA-Bus initialization by Hartmut Birr.
2002-03-15 Eric KohlFixed device characteristics.
2002-03-15 Eric KohlAdded write-ability for ATA devices (harddisks).
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2002-03-08 Eric KohlSilenced it.
2002-03-08 Eric KohlAdded IOCTL_DISK_GET_PARTITION_INFO.
2002-03-08 Eric KohlSilenced it.
2002-03-08 Eric KohlRecognizes CD-ROM drives.
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 stupid bugs.
2002-03-03 Eric KohlFixed a typo, thanks to Hartmut Birr.
2002-03-01 Eric KohlImplemented IOCTL_DISK_GET_PARTITION_INFO.
2002-02-27 Eric KohlRemoved useless controller object.
2002-02-26 Eric KohlFree an SRB after use.
2002-02-04 Eric KohlFixed a typo.
2002-02-03 Eric KohlUpdates to the disk driver stack.
2002-01-31 Eric KohlAdded cdrom class driver skeleton.
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...
2001-08-23 Eric KohlForward exports to HAL.DLL after splitting HAL.
2001-08-21 Casper HornstrupMajor update of the build system:
2001-07-26 Eric KohlFixed broken rule.
2001-07-24 Eric KohlMore cleanups
2001-07-24 Eric KohlMinor updates.
2001-07-24 Eric KohlAdded disk class driver skeleton.
2001-07-23 Eric KohlAdded scsi class driver skeleton.
2001-07-21 Eric KohlAdded scsiport driver skeleton.