summaryrefslogtreecommitdiffstats
path: root/hw/esp.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-3/+3
* Get rid of _t suffixmalc2009-10-011-3/+3
* ESP: convert to VMStateBlue Swirl2009-09-191-42/+22
* qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-40/+14
* esp: handle "select without attention"Artyom Tarasenko2009-09-051-5/+23
* esp (sparc32) Extra scsi data.Artyom Tarasenko2009-08-311-1/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* ESP: implement Transfer PadBlue Swirl2009-08-221-0/+7
* ESP: Implement select without ATN, fix commentsBlue Swirl2009-08-221-2/+7
* Sparc32: move sparc32_dma init to sun4m.cBlue Swirl2009-08-081-0/+1
* esp: fix interrupt register readBlue Swirl2009-07-311-4/+9
* qdev: rework device properties.Gerd Hoffmann2009-07-161-8/+6
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Don't set IRQs on device reset and loadvm/savevmBlue Swirl2009-06-171-2/+0
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Remove qdev irq sink handlingPaul Brook2009-05-261-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* ESP SCSI qdev conversionPaul Brook2009-05-141-19/+42
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-5/+5
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Remove address maskingblueswir12008-12-021-2/+2
* Fix ICCS command (Herve Poussineau)blueswir12008-11-301-0/+2
* Fix 'enable selection' command (esp_4_ensel.diff)blueswir12008-11-291-0/+1
* Fix command len detection (esp_3_cmdlen.diff)blueswir12008-11-291-4/+4
* Fix configuration 2 register (esp_2_cfg2.diff):blueswir12008-11-291-6/+1
* Misc fixes (Herve Poussineau)blueswir12008-11-291-14/+21
* Resurrect the safe part of r5274blueswir12008-10-021-2/+2
* Sun ss20 OBP does 32bit register access to esp (Robert Reif)blueswir12008-10-021-1/+1
* Revert r5274 which breaks savevm/loadvmblueswir12008-09-251-2/+2
* Add signed versions of save/load functionsblueswir12008-09-201-2/+2
* Suppress OpenBSD warning messages for leftover fifo bytesblueswir12008-06-251-0/+1
* Fix compilation warningblueswir12008-06-011-2/+2
* Fix compiler warningsblueswir12008-05-101-6/+6
* Fix irq handling (Hervé Poussineau)blueswir12008-04-241-15/+33
* ESP: Add it_shift parameter (Hervé Poussineau)blueswir12008-04-091-7/+7
* Let ESP SCSI adapter to be usable outside sun4m (Herv�oussineau)blueswir12008-03-021-8/+13
* Register only valid register access widthsblueswir12008-01-011-4/+4
* Real SCSI device passthrough (v4), by Laurent Vivier.ths2007-12-241-1/+3
* SCSI cleanup, by Laurent Vivier.ths2007-12-101-8/+8
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-7/+3
* Name the magic constants, wrap long linesblueswir12007-12-011-73/+115
* Break up vl.h.pbrook2007-11-171-1/+6
* More detabificationblueswir12007-10-061-79/+79
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Use qemu_irq for a reset signal between DMA and ESP/Lanceblueswir12007-08-161-2/+9
* Enable Selection command (NetBSD)blueswir12007-08-111-0/+3
* Use qemu_irqs between dma controllers and esp, lanceblueswir12007-05-271-9/+11
* Split DMA controller in twoblueswir12007-05-261-13/+16
OpenPOWER on IntegriCloud