aboutsummaryrefslogtreecommitdiffstats
path: root/hw/esp.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16qdev: rework device properties.Gerd Hoffmann1-8/+6
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-17Don't set IRQs on device reset and loadvm/savevmBlue Swirl1-2/+0
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-26Remove qdev irq sink handlingPaul Brook1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-14ESP SCSI qdev conversionPaul Brook1-19/+42
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-2/+0
2008-12-02Remove address maskingblueswir11-2/+2
2008-11-30Fix ICCS command (Herve Poussineau)blueswir11-0/+2
2008-11-29Fix 'enable selection' command (esp_4_ensel.diff)blueswir11-0/+1
2008-11-29Fix command len detection (esp_3_cmdlen.diff)blueswir11-4/+4
2008-11-29Fix configuration 2 register (esp_2_cfg2.diff):blueswir11-6/+1
2008-11-29Misc fixes (Herve Poussineau)blueswir11-14/+21
2008-10-02Resurrect the safe part of r5274blueswir11-2/+2
2008-10-02Sun ss20 OBP does 32bit register access to esp (Robert Reif)blueswir11-1/+1
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-2/+2
2008-09-20Add signed versions of save/load functionsblueswir11-2/+2
2008-06-25Suppress OpenBSD warning messages for leftover fifo bytesblueswir11-0/+1
2008-06-01Fix compilation warningblueswir11-2/+2
2008-05-10Fix compiler warningsblueswir11-6/+6
2008-04-24Fix irq handling (Hervé Poussineau)blueswir11-15/+33
2008-04-09ESP: Add it_shift parameter (Hervé Poussineau)blueswir11-7/+7
2008-03-02Let ESP SCSI adapter to be usable outside sun4m (Herv�oussineau)blueswir11-8/+13
2008-01-01 Register only valid register access widthsblueswir11-4/+4
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths1-1/+3
2007-12-10SCSI cleanup, by Laurent Vivier.ths1-8/+8
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-7/+3
2007-12-01 Name the magic constants, wrap long linesblueswir11-73/+115
2007-11-17Break up vl.h.pbrook1-1/+6
2007-10-06 More detabificationblueswir11-79/+79
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-3/+3
2007-08-16 Use qemu_irq for a reset signal between DMA and ESP/Lanceblueswir11-2/+9
2007-08-11 Enable Selection command (NetBSD)blueswir11-0/+3
2007-05-27Use qemu_irqs between dma controllers and esp, lanceblueswir11-9/+11
2007-05-26Split DMA controller in twoblueswir11-13/+16
2007-05-19Use full 36-bit physical address space on SS10blueswir11-1/+2
2007-04-13Fix Sparc32 device save methodsblueswir11-3/+14
2006-12-24Fix SCSI cdrom boot, thanks Blue Swirl.ths1-8/+25
2006-09-17SPARC SCSI fixes.pbrook1-8/+31
2006-09-03Separate the DMA controllers - Convert ESP to new DMA methods (Blue Swirl)bellard1-126/+46
2006-08-29SCSI TCQ support.pbrook1-54/+71
2006-08-15ESP DMA fix.pbrook1-2/+1
2006-08-12SCSI and USB async IO support.pbrook1-57/+85
2006-06-03SATN fixes (Blue Swirl).pbrook1-18/+75
2006-05-26SCSI lun probing fix.pbrook1-14/+17
2006-05-26Fix partial transfer bug.pbrook1-1/+0
2006-05-25Rearrange SCSI disk emulation code.pbrook1-341/+76