summaryrefslogtreecommitdiffstats
path: root/include/hw/scsi/esp.h
Commit message (Expand)AuthorAgeFilesLines
* esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland2021-03-071-0/+1
* esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland2021-03-071-4/+5
* esp: convert ti_buf from array to Fifo8Mark Cave-Ayland2021-03-071-3/+5
* esp: transition to message out phase after SATN and stop commandMark Cave-Ayland2021-03-071-0/+2
* esp: remove old deferred command completion mechanismMark Cave-Ayland2021-03-071-2/+2
* esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland2021-03-071-0/+1
* esp: remove pdma_origin from ESPStateMark Cave-Ayland2021-03-071-6/+0Star
* esp: remove CMD pdma_originMark Cave-Ayland2021-03-071-1/+0Star
* esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland2021-03-071-1/+0Star
* esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland2021-03-071-1/+0Star
* esp: remove redundant pdma_start from ESPStateMark Cave-Ayland2021-03-071-1/+0Star
* esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland2021-03-071-2/+0Star
* esp: remove dma_left from ESPStateMark Cave-Ayland2021-03-071-2/+3
* esp: remove dma_counter from ESPStateMark Cave-Ayland2021-03-071-3/+0Star
* esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland2021-03-071-0/+2
* esp: QOMify the internal ESP device stateMark Cave-Ayland2021-03-071-0/+5
* esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-2/+2
* scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-251-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* esp: Rename ESP_STATE to ESPEduardo Habkost2020-09-091-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* esp: add pseudo-DMA as used by MacintoshLaurent Vivier2019-10-281-0/+15
* scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck2019-01-111-0/+2
* esp: remove legacy esp_init() functionMark Cave-Ayland2018-06-281-5/+0Star
* hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth2018-03-121-5/+5
* esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland2017-10-311-0/+14
* scsi: esp: make cmdbuf big enough for maximum CDB sizePrasad J Pandit2016-06-161-1/+2
* esp: Do not overwrite ESP_TCHI after resetHannes Reinecke2014-11-121-0/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-0/+132