aboutsummaryrefslogtreecommitdiffstats
path: root/hw/fdc.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-5/+5
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-6/+0
2009-01-24Floppy: Properly handle Sense Interrupt Status after FDC Resetblueswir11-12/+18
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-1/+1
2008-12-02Remove address maskingblueswir11-10/+20
2008-05-01FDC: Fix data transfer len (Hervé Poussineau)blueswir11-2/+2
2008-05-01FDC: Fix buffer overflow (Hervé Poussineau)blueswir11-2/+4
2008-04-29FDC fix 10/10 (Hervé Poussineau):blueswir11-19/+25
2008-04-29FDC fix 9/10 (Hervé Poussineau):blueswir11-10/+75
2008-04-29FDC fix 8/10 (Hervé Poussineau):blueswir11-10/+10
2008-04-29FDC fix 7/10 (Hervé Poussineau):blueswir11-69/+74
2008-04-29FDC fix 6/10 (Hervé Poussineau):blueswir11-51/+32
2008-04-29FDC fix 5/10 (Hervé Poussineau):blueswir11-82/+14
2008-04-29FDC fix 4/10 (Hervé Poussineau):blueswir11-12/+21
2008-04-29FDC fix 3/10 (Hervé Poussineau):blueswir11-16/+75
2008-04-29FDC fix 2/10 (Hervé Poussineau):blueswir11-33/+48
2008-04-29FDC fix 1/12 (Hervé Poussineau):blueswir11-150/+149
2008-04-08Simplify FDC code (Hervé Poussineau)blueswir11-517/+361
2008-03-21 Wire up TC signal from Aux1 to FDCblueswir11-1/+12
2008-02-29Give names to magic numbers (Herv�oussineau)blueswir11-125/+222
2008-01-01 Register only valid register access widthsblueswir11-11/+40
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog1-1/+6
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths1-1/+1
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+5
2007-11-05No functional changes: remove dead code and fix indentation & wrapping lines.j_mayer1-199/+196
2007-11-04Fix memory corruption: bdrv_read/write API has been changed to takej_mayer1-4/+2
2007-11-04 Fix Solaris breakageblueswir11-5/+5
2007-11-04 Constificationblueswir11-2/+2
2007-11-04 Remove target dependent codeblueswir11-7/+21
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-9/+9
2007-09-13Emulate spinning floppy disk, by Jan Jezabek.ths1-0/+8
2007-07-11Spelling fix, by Stefan Weil.ths1-1/+1
2007-05-19Use full 36-bit physical address space on SS10blueswir11-8/+12
2007-04-14Add device save and reset methods to FDC and M48T59blueswir11-1/+96
2007-04-07Unify IRQ handling.pbrook1-5/+5
2007-01-05Fix comment, by Volker Ruppert.ths1-2/+3
2006-12-10Fix sector size overflow, by Herbert Xu.ths1-1/+1
2006-08-19use bdrv_media_changed()bellard1-24/+14
2005-03-13sparc fixes (Blue Swirl)bellard1-19/+18
2005-01-03suppressed warnings in 64 bit casebellard1-7/+23
2004-12-19SPARC mergebellard1-6/+29
2004-11-07audio merge (malc)bellard1-12/+19
2004-10-10fdc fix (Mike Nordell)bellard1-0/+8
2004-10-09spelling fixesbellard1-17/+17
2004-10-07floppy fixes (initial patch by Mike Nordell)bellard1-23/+32
2004-05-12floppy fixbellard1-4/+1
2004-05-08SPECIFY command fix (Jocelyn Mayer)bellard1-1/+1
2004-05-08timer for READ_ID (win98 floppy fix) - simpler irq handlingbellard1-36/+44