PS2 mouse and keyboard separation (Paul Brook)
[qemu] / hw / ide.c
2005-08-06 bellardide PCI ident fix, aka FreeBSD/amd64 bug fix (Jung...
2005-07-07 bellardsuppressed ppc ide hack - fixed read toc for Darwin/PPC
2005-07-02 bellardmore generic i8259 support
2005-06-05 bellardadded CMD646 PCI IDE controller support - better IRQ...
2005-04-30 bellardWindows 2000 install disk full hack (original idea...
2005-04-28 bellardBMDMA interrupt fix (aka Solaris x86 IDE bug fix)
2004-12-02 bellardadded WIN_IDLEIMMEDIATE and WIN_DIAGNOSE commands
2004-11-17 bellarddisable automatic BIOS translation if the logical disk...
2004-11-16 bellardbetter BIOS ATA translation support
2004-11-09 bellardenabled DMA
2004-10-09 bellardIDE standby fix for Linux 2.6 guest - segfault fix
2004-10-09 bellardIDE fix for NT4 (Ben Pfaf)
2004-06-25 bellardBMDMA support - CDROM fixes
2004-06-21 bellardadded PCI bus
2004-06-21 bellardpmac macio based ide support
2004-06-12 bellardIDE ATA identify fix (aka FreeBSD 4.10 fix)
2004-05-29 bellardput ready it after write command (aka FreeBSD HD access...
2004-05-23 bellardadded PIIX3 like IDE controller - PCI irq generation...
2004-05-20 bellardcleanup
2004-05-18 bellardPCI support
2004-05-17 bellarddifferent serial number for each drive (initial patch...
2004-05-04 bellardide slave fixes (aka Win98 CD-ROM detection fix)
2004-04-25 bellardide endianness fixes
2004-04-25 bellardavoid error if too many sectors in non LBA mode
2004-04-07 bellardide select logic fix
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-23 bellardfixed IDE probe
2004-03-20 bellardwrite to both IDE drives - return 0 for not present...
2004-03-14 bellardremovable device support - io port API change
2004-02-01 bellardide identify fix (initial patch by Jens Axboe)
2004-02-01 bellardfixed atapi error codes (initial patch by Jens Axboe)
2004-02-01 bellardSEEK_STAT bit ata reset fix (Jens Axboe)
2004-01-22 bellardATAPI transfer size fix (NetBSD CDROM access fix) ...
2004-01-05 bellarduse CPUState
2004-01-04 bellardCD-ROM detection fix
2003-11-16 bellardmake windows happier
2003-11-12 bellardmake Knoppix CD-ROM probe happy
2003-11-11 bellardmoved IDE driver to ide.c