Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / drivers / dd / ide /
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-04-07 Phillip SusiMAJOR BUGFIX: ide.sys was not returning iostatus inform...
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2002-03-12 Eric KohlImplemented IOCTL_DISK_GET_PARTITION_INFO.
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-01-24 Eric KohlFixed drive identification bug.
2001-11-03 Eric KohlDisabled secondary channel by default
2001-11-01 Eric KohlSet sector size to 512 bytes.
2001-11-01 Eric KohlEnabled secondary IDE channel for PCI and ISA bus
2001-11-01 Eric KohlMoved/added some declarations
2001-09-09 Eric KohlAdded pci bus scanner to find ide controllers. Hardware...
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-13 Eric KohlImplemented IOCTL_DISK_GET_DRIVE_LAYOUT.
2001-07-25 Eric KohlAdded missing .cvsignore files.
2001-07-15 Rex Jolliffmove work on clean rule
2001-06-22 Eric KohlAdded symbol __NTDRIVER__ to identify drivers.
2001-06-07 Eric KohlReplaced IDEGetPartitionTable() by call to IoReadPartit...
2001-06-02 Eric KohlFixed partition table bug
2001-04-30 Rex JolliffBUGFIX: Primary partitions that appeared after extended...
2001-03-27 David WelchPrint addresses in stack frames even early in the boot
2001-03-04 Eric KohlIncreased number of busy retries
2001-02-18 David WelchFix for memory management issue.
2001-02-18 Phillip SusiIgnore ide.sys.unstripped
2001-01-06 Rex JolliffFixed a bug in partition chain handling
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-12 jeanchanges in IRP for compatibility
2000-08-25 Eric KohlFinished drive letter assignment
2000-08-24 Eric KohlMinor ide driver cleanup
2000-08-22 Eric KohlFixed disk size and partition limits
2000-08-21 Eric KohlImplemented IoReadPartitionTable().
2000-08-20 David WelchFixed memory manager bugs
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-18 Eric KohlFixed partition id bug
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-19 David WelchRemoved broken dma code
2000-07-09 Rex Jolliffadded files to be ignored
2000-06-29 David WelchMade header file usage more consistent
2000-06-19 Eric KohlAdded counting physical discs
2000-03-24 David WelchConnected standard input/output to the console
2000-01-06 David WelchRemoved debug messages from queuing code (sorry)
1999-12-30 David WelchAdded some additional csrss work
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-18 Emanuele AlibertiVersio info actually linked in *.sys modules
1999-12-04 Emanuele AlibertiAdded version resource to dd and fs.
1999-12-04 Phillip Susifixed ide.sys to run under bochs, disabled support...
1999-11-09 Eric KohlAdded some RtlLargeInteger functions.
1999-11-02 David WelchImproved scheduling code
1999-09-10 Rex JolliffChanged symbolic name for IDE devices
1999-08-29 David Welch*** empty log message ***
1999-07-16 Rex Jolliffadded dist rule
1999-06-25 Rex Jolliffconsolidated makefiles and added floppy and dist rules.
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-03 Rex JolliffAdded a recursive clean rule and cleaned up a few loose...
1999-03-24 David WelchChanged kernel32 to compile as a dll
1999-03-23 Eric Kohlfixed drive reset bug!
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-06 Rex JolliffFixed page fault due to timer. Problem with timeout...
1999-02-05 Rex JolliffForgot to bump version on last changes
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-01 Rex JolliffChanges to support the COFF driver loader
1998-12-30 Rex JolliffChanges to support new VFAT functions and the loader
1998-12-23 Rex Jolliffmore changes to support the loader
1998-12-05 Rex Jolliffmore minor fixes
1998-12-04 Rex Jolliffcleanup to support incorporated changes
1998-11-29 Rex Jolliffadded ext partition check macro
1998-11-29 Rex Jolliffbumped the DRQ timeout up due to user request
1998-11-29 Rex JolliffUsed Ext partition detection macro and less intrusive...
1998-11-13 Rex Jolliffadded more partition types including FAT32
1998-10-31 Rex JolliffFixed calls to StartTimer
1998-10-31 Rex JolliffUsed a different constant for number of poll retries
1998-10-20 Rex JolliffAdded Fix for >255 sector read/write and first hack...
1998-10-12 Rex JolliffFixed debugging messages and other minor changes
1998-10-05 Rex Jolliffmore chages to bring up to krnl0012
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-10-05 Rex JolliffInitial revision