configure: change "found" to "find"
[qemu] / hw / fdc.c
2009-09-11 Juan Quintelavmstate: port fdc device
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-10 Gerd Hoffmannqdev: simplify isa irq assignments
2009-09-10 Gerd Hoffmannqdev: drop iobase properties from isa bus
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Gerd HoffmannMove isa_connect_irq calls into isa_create_simple
2009-08-28 Gerd Hoffmannisa bus irq changes and fixes.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-10 Gerd Hoffmannqdev/isa: convert fdc.
2009-07-20 Blue SwirlClean up fdc qdev conversion
2009-07-17 Blue SwirlSparc32: fix fdc io_base
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-07-15 Blue SwirlConvert fdc to qdev
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-24 blueswir1Floppy: Properly handle Sense Interrupt Status after...
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-02 blueswir1Remove address masking
2008-05-01 blueswir1FDC: Fix data transfer len (Hervé Poussineau)
2008-05-01 blueswir1FDC: Fix buffer overflow (Hervé Poussineau)
2008-04-29 blueswir1FDC fix 10/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 9/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 8/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 7/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 6/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 5/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 4/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 3/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 2/10 (Hervé Poussineau):
2008-04-29 blueswir1FDC fix 1/12 (Hervé Poussineau):
2008-04-08 blueswir1Simplify FDC code (Hervé Poussineau)
2008-03-21 blueswir1 Wire up TC signal from Aux1 to FDC
2008-02-29 blueswir1Give names to magic numbers (Herv�oussineau)
2008-01-01 blueswir1 Register only valid register access widths
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-17 thsFix bdrv_get_geometry to return uint64_t, by Andre...
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-11-17 pbrookBreak up vl.h.
2007-11-05 j_mayerNo functional changes: remove dead code and fix indenta...
2007-11-04 j_mayerFix memory corruption: bdrv_read/write API has been...
2007-11-04 blueswir1 Fix Solaris breakage
2007-11-04 blueswir1 Constification
2007-11-04 blueswir1 Remove target dependent code
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-13 thsEmulate spinning floppy disk, by Jan Jezabek.
2007-07-11 thsSpelling fix, by Stefan Weil.
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-04-14 blueswir1Add device save and reset methods to FDC and M48T59
2007-04-07 pbrookUnify IRQ handling.
2007-01-05 thsFix comment, by Volker Ruppert.
2006-12-10 thsFix sector size overflow, by Herbert Xu.
2006-08-19 bellarduse bdrv_media_changed()
2005-03-13 bellardsparc fixes (Blue Swirl)
2005-01-03 bellardsuppressed warnings in 64 bit case
2004-12-19 bellardSPARC merge
2004-11-07 bellardaudio merge (malc)
2004-10-10 bellardfdc fix (Mike Nordell)
2004-10-09 bellardspelling fixes
2004-10-07 bellardfloppy fixes (initial patch by Mike Nordell)
2004-05-12 bellardfloppy fix
2004-05-08 bellardSPECIFY command fix (Jocelyn Mayer)
2004-05-08 bellardtimer for READ_ID (win98 floppy fix) - simpler irq...
2004-05-04 bellardfixed floppy reset (aka win98 floppy probe fix)
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-19 bellardupdated floppy driver: formatting code, disk geometry...
2004-03-14 bellardremovable device support - io port API change
2004-02-25 bellarduse physical memory access functions for DMA
2004-01-18 bellardgenerate read error if no image (win XP install boot)
2004-01-05 bellardFloppy disk emulation (Jocelyn Mayer)