summaryrefslogtreecommitdiff
path: root/hw/ide.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-02added WIN_IDLEIMMEDIATE and WIN_DIAGNOSE commandsbellard1-0/+6
2004-11-17disable automatic BIOS translation if the logical disk geometry implies itbellard1-16/+33
2004-11-16better BIOS ATA translation supportbellard1-6/+15
2004-11-09enabled DMAbellard1-3/+5
2004-10-09IDE standby fix for Linux 2.6 guest - segfault fixbellard1-0/+18
2004-10-09IDE fix for NT4 (Ben Pfaf)bellard1-1/+2
2004-06-25BMDMA support - CDROM fixesbellard1-26/+546
2004-06-21added PCI busbellard1-6/+7
2004-06-21pmac macio based ide supportbellard1-0/+139
2004-06-12IDE ATA identify fix (aka FreeBSD 4.10 fix)bellard1-1/+1
2004-05-29put ready it after write command (aka FreeBSD HD access fix) - access 16 mult...bellard1-3/+3
2004-05-23added PIIX3 like IDE controller - PCI irq generation - SETFEATURES IDE comman...bellard1-17/+76
2004-05-20cleanupbellard1-17/+1
2004-05-18PCI supportbellard1-7/+103
2004-05-17different serial number for each drive (initial patch by Mike Nordell)bellard1-2/+9
2004-05-04ide slave fixes (aka Win98 CD-ROM detection fix)bellard1-7/+7
2004-04-25ide endianness fixesbellard1-10/+6
2004-04-25avoid error if too many sectors in non LBA modebellard1-1/+1
2004-04-07ide select logic fixbellard1-13/+19
2004-03-31win32 port (initial patch by kazu)bellard1-76/+60
2004-03-23fixed IDE probebellard1-1/+1
2004-03-20write to both IDE drives - return 0 for not present drivesbellard1-14/+43
2004-03-14removable device support - io port API changebellard1-82/+88
2004-02-01ide identify fix (initial patch by Jens Axboe)bellard1-4/+5
2004-02-01fixed atapi error codes (initial patch by Jens Axboe)bellard1-3/+6
2004-02-01SEEK_STAT bit ata reset fix (Jens Axboe)bellard1-1/+1
2004-01-22ATAPI transfer size fix (NetBSD CDROM access fix) - added WIN_CHECKPOWERMODE1...bellard1-3/+11
2004-01-05use CPUStatebellard1-8/+8
2004-01-04CD-ROM detection fixbellard1-5/+10
2003-11-16make windows happierbellard1-0/+6
2003-11-12make Knoppix CD-ROM probe happybellard1-0/+26
2003-11-11moved IDE driver to ide.cbellard1-0/+1421