2 * QEMU LSI53C895A SCSI Host Bus Adapter emulation
4 * Copyright (c) 2006 CodeSourcery.
5 * Written by Paul Brook
7 * This code is licensed under the LGPL.
11 * LSI53C810 emulation is incorrect, in the sense that it supports
12 * features added in later evolutions. This should not be a problem,
13 * as well-behaved operating systems will not try to use them.
16 #include "qemu/osdep.h"
19 #include "hw/pci/pci.h"
20 #include "hw/scsi/scsi.h"
21 #include "sysemu/dma.h"
25 static const char *names
[] = {
26 "SCNTL0", "SCNTL1", "SCNTL2", "SCNTL3", "SCID", "SXFER", "SDID", "GPREG",
27 "SFBR", "SOCL", "SSID", "SBCL", "DSTAT", "SSTAT0", "SSTAT1", "SSTAT2",
28 "DSA0", "DSA1", "DSA2", "DSA3", "ISTAT", "0x15", "0x16", "0x17",
29 "CTEST0", "CTEST1", "CTEST2", "CTEST3", "TEMP0", "TEMP1", "TEMP2", "TEMP3",
30 "DFIFO", "CTEST4", "CTEST5", "CTEST6", "DBC0", "DBC1", "DBC2", "DCMD",
31 "DNAD0", "DNAD1", "DNAD2", "DNAD3", "DSP0", "DSP1", "DSP2", "DSP3",
32 "DSPS0", "DSPS1", "DSPS2", "DSPS3", "SCRATCHA0", "SCRATCHA1", "SCRATCHA2", "SCRATCHA3",
33 "DMODE", "DIEN", "SBR", "DCNTL", "ADDER0", "ADDER1", "ADDER2", "ADDER3",
34 "SIEN0", "SIEN1", "SIST0", "SIST1", "SLPAR", "0x45", "MACNTL", "GPCNTL",
35 "STIME0", "STIME1", "RESPID", "0x4b", "STEST0", "STEST1", "STEST2", "STEST3",
36 "SIDL", "0x51", "0x52", "0x53", "SODL", "0x55", "0x56", "0x57",
37 "SBDL", "0x59", "0x5a", "0x5b", "SCRATCHB0", "SCRATCHB1", "SCRATCHB2", "SCRATCHB3",
40 #define LSI_MAX_DEVS 7
42 #define LSI_SCNTL0_TRG 0x01
43 #define LSI_SCNTL0_AAP 0x02
44 #define LSI_SCNTL0_EPC 0x08
45 #define LSI_SCNTL0_WATN 0x10
46 #define LSI_SCNTL0_START 0x20
48 #define LSI_SCNTL1_SST 0x01
49 #define LSI_SCNTL1_IARB 0x02
50 #define LSI_SCNTL1_AESP 0x04
51 #define LSI_SCNTL1_RST 0x08
52 #define LSI_SCNTL1_CON 0x10
53 #define LSI_SCNTL1_DHP 0x20
54 #define LSI_SCNTL1_ADB 0x40
55 #define LSI_SCNTL1_EXC 0x80
57 #define LSI_SCNTL2_WSR 0x01
58 #define LSI_SCNTL2_VUE0 0x02
59 #define LSI_SCNTL2_VUE1 0x04
60 #define LSI_SCNTL2_WSS 0x08
61 #define LSI_SCNTL2_SLPHBEN 0x10
62 #define LSI_SCNTL2_SLPMD 0x20
63 #define LSI_SCNTL2_CHM 0x40
64 #define LSI_SCNTL2_SDU 0x80
66 #define LSI_ISTAT0_DIP 0x01
67 #define LSI_ISTAT0_SIP 0x02
68 #define LSI_ISTAT0_INTF 0x04
69 #define LSI_ISTAT0_CON 0x08
70 #define LSI_ISTAT0_SEM 0x10
71 #define LSI_ISTAT0_SIGP 0x20
72 #define LSI_ISTAT0_SRST 0x40
73 #define LSI_ISTAT0_ABRT 0x80
75 #define LSI_ISTAT1_SI 0x01
76 #define LSI_ISTAT1_SRUN 0x02
77 #define LSI_ISTAT1_FLSH 0x04
79 #define LSI_SSTAT0_SDP0 0x01
80 #define LSI_SSTAT0_RST 0x02
81 #define LSI_SSTAT0_WOA 0x04
82 #define LSI_SSTAT0_LOA 0x08
83 #define LSI_SSTAT0_AIP 0x10
84 #define LSI_SSTAT0_OLF 0x20
85 #define LSI_SSTAT0_ORF 0x40
86 #define LSI_SSTAT0_ILF 0x80
88 #define LSI_SIST0_PAR 0x01
89 #define LSI_SIST0_RST 0x02
90 #define LSI_SIST0_UDC 0x04
91 #define LSI_SIST0_SGE 0x08
92 #define LSI_SIST0_RSL 0x10
93 #define LSI_SIST0_SEL 0x20
94 #define LSI_SIST0_CMP 0x40
95 #define LSI_SIST0_MA 0x80
97 #define LSI_SIST1_HTH 0x01
98 #define LSI_SIST1_GEN 0x02
99 #define LSI_SIST1_STO 0x04
100 #define LSI_SIST1_SBMC 0x10
102 #define LSI_SOCL_IO 0x01
103 #define LSI_SOCL_CD 0x02
104 #define LSI_SOCL_MSG 0x04
105 #define LSI_SOCL_ATN 0x08
106 #define LSI_SOCL_SEL 0x10
107 #define LSI_SOCL_BSY 0x20
108 #define LSI_SOCL_ACK 0x40
109 #define LSI_SOCL_REQ 0x80
111 #define LSI_DSTAT_IID 0x01
112 #define LSI_DSTAT_SIR 0x04
113 #define LSI_DSTAT_SSI 0x08
114 #define LSI_DSTAT_ABRT 0x10
115 #define LSI_DSTAT_BF 0x20
116 #define LSI_DSTAT_MDPE 0x40
117 #define LSI_DSTAT_DFE 0x80
119 #define LSI_DCNTL_COM 0x01
120 #define LSI_DCNTL_IRQD 0x02
121 #define LSI_DCNTL_STD 0x04
122 #define LSI_DCNTL_IRQM 0x08
123 #define LSI_DCNTL_SSM 0x10
124 #define LSI_DCNTL_PFEN 0x20
125 #define LSI_DCNTL_PFF 0x40
126 #define LSI_DCNTL_CLSE 0x80
128 #define LSI_DMODE_MAN 0x01
129 #define LSI_DMODE_BOF 0x02
130 #define LSI_DMODE_ERMP 0x04
131 #define LSI_DMODE_ERL 0x08
132 #define LSI_DMODE_DIOM 0x10
133 #define LSI_DMODE_SIOM 0x20
135 #define LSI_CTEST2_DACK 0x01
136 #define LSI_CTEST2_DREQ 0x02
137 #define LSI_CTEST2_TEOP 0x04
138 #define LSI_CTEST2_PCICIE 0x08
139 #define LSI_CTEST2_CM 0x10
140 #define LSI_CTEST2_CIO 0x20
141 #define LSI_CTEST2_SIGP 0x40
142 #define LSI_CTEST2_DDIR 0x80
144 #define LSI_CTEST5_BL2 0x04
145 #define LSI_CTEST5_DDIR 0x08
146 #define LSI_CTEST5_MASR 0x10
147 #define LSI_CTEST5_DFSN 0x20
148 #define LSI_CTEST5_BBCK 0x40
149 #define LSI_CTEST5_ADCK 0x80
151 #define LSI_CCNTL0_DILS 0x01
152 #define LSI_CCNTL0_DISFC 0x10
153 #define LSI_CCNTL0_ENNDJ 0x20
154 #define LSI_CCNTL0_PMJCTL 0x40
155 #define LSI_CCNTL0_ENPMJ 0x80
157 #define LSI_CCNTL1_EN64DBMV 0x01
158 #define LSI_CCNTL1_EN64TIBMV 0x02
159 #define LSI_CCNTL1_64TIMOD 0x04
160 #define LSI_CCNTL1_DDAC 0x08
161 #define LSI_CCNTL1_ZMOD 0x80
163 /* Enable Response to Reselection */
164 #define LSI_SCID_RRE 0x60
166 #define LSI_CCNTL1_40BIT (LSI_CCNTL1_EN64TIBMV|LSI_CCNTL1_64TIMOD)
176 /* Maximum length of MSG IN data. */
177 #define LSI_MAX_MSGIN_LEN 8
179 /* Flag set if this is a tagged command. */
180 #define LSI_TAG_VALID (1 << 16)
182 typedef struct lsi_request
{
189 QTAILQ_ENTRY(lsi_request
) next
;
194 PCIDevice parent_obj
;
198 MemoryRegion mmio_io
;
201 AddressSpace pci_io_as
;
203 int carry
; /* ??? Should this be an a visible register somewhere? */
205 /* Action to take at the end of a MSG IN phase.
206 0 = COMMAND, 1 = disconnect, 2 = DATA OUT, 3 = DATA IN. */
209 uint8_t msg
[LSI_MAX_MSGIN_LEN
];
210 /* 0 if SCRIPTS are running or stopped.
211 * 1 if a Wait Reselect instruction has been issued.
212 * 2 if processing DMA from lsi_execute_script.
213 * 3 if a DMA operation is in progress. */
217 /* The tag is a combination of the device ID and the SCSI tag. */
219 int command_complete
;
220 QTAILQ_HEAD(, lsi_request
) queue
;
221 lsi_request
*current
;
282 uint32_t scratch
[18]; /* SCRATCHA-SCRATCHR */
286 /* Script ram is stored as 32-bit words in host byteorder. */
287 uint32_t script_ram
[2048];
290 #define TYPE_LSI53C810 "lsi53c810"
291 #define TYPE_LSI53C895A "lsi53c895a"
293 #define LSI53C895A(obj) \
294 OBJECT_CHECK(LSIState, (obj), TYPE_LSI53C895A)
296 static inline int lsi_irq_on_rsl(LSIState
*s
)
298 return (s
->sien0
& LSI_SIST0_RSL
) && (s
->scid
& LSI_SCID_RRE
);
301 static lsi_request
*get_pending_req(LSIState
*s
)
305 QTAILQ_FOREACH(p
, &s
->queue
, next
) {
313 static void lsi_soft_reset(LSIState
*s
)
325 memset(s
->scratch
, 0, sizeof(s
->scratch
));
338 s
->ctest2
= LSI_CTEST2_DACK
;
381 assert(QTAILQ_EMPTY(&s
->queue
));
385 static int lsi_dma_40bit(LSIState
*s
)
387 if ((s
->ccntl1
& LSI_CCNTL1_40BIT
) == LSI_CCNTL1_40BIT
)
392 static int lsi_dma_ti64bit(LSIState
*s
)
394 if ((s
->ccntl1
& LSI_CCNTL1_EN64TIBMV
) == LSI_CCNTL1_EN64TIBMV
)
399 static int lsi_dma_64bit(LSIState
*s
)
401 if ((s
->ccntl1
& LSI_CCNTL1_EN64DBMV
) == LSI_CCNTL1_EN64DBMV
)
406 static uint8_t lsi_reg_readb(LSIState
*s
, int offset
);
407 static void lsi_reg_writeb(LSIState
*s
, int offset
, uint8_t val
);
408 static void lsi_execute_script(LSIState
*s
);
409 static void lsi_reselect(LSIState
*s
, lsi_request
*p
);
411 static inline void lsi_mem_read(LSIState
*s
, dma_addr_t addr
,
412 void *buf
, dma_addr_t len
)
414 if (s
->dmode
& LSI_DMODE_SIOM
) {
415 address_space_read(&s
->pci_io_as
, addr
, MEMTXATTRS_UNSPECIFIED
,
418 pci_dma_read(PCI_DEVICE(s
), addr
, buf
, len
);
422 static inline void lsi_mem_write(LSIState
*s
, dma_addr_t addr
,
423 const void *buf
, dma_addr_t len
)
425 if (s
->dmode
& LSI_DMODE_DIOM
) {
426 address_space_write(&s
->pci_io_as
, addr
, MEMTXATTRS_UNSPECIFIED
,
429 pci_dma_write(PCI_DEVICE(s
), addr
, buf
, len
);
433 static inline uint32_t read_dword(LSIState
*s
, uint32_t addr
)
437 pci_dma_read(PCI_DEVICE(s
), addr
, &buf
, 4);
438 return cpu_to_le32(buf
);
441 static void lsi_stop_script(LSIState
*s
)
443 s
->istat1
&= ~LSI_ISTAT1_SRUN
;
446 static void lsi_set_irq(LSIState
*s
, int level
)
448 PCIDevice
*d
= PCI_DEVICE(s
);
451 qemu_set_irq(s
->ext_irq
, level
);
453 pci_set_irq(d
, level
);
457 static void lsi_update_irq(LSIState
*s
)
460 static int last_level
;
462 /* It's unclear whether the DIP/SIP bits should be cleared when the
463 Interrupt Status Registers are cleared or when istat0 is read.
464 We currently do the formwer, which seems to work. */
467 if (s
->dstat
& s
->dien
)
469 s
->istat0
|= LSI_ISTAT0_DIP
;
471 s
->istat0
&= ~LSI_ISTAT0_DIP
;
474 if (s
->sist0
|| s
->sist1
) {
475 if ((s
->sist0
& s
->sien0
) || (s
->sist1
& s
->sien1
))
477 s
->istat0
|= LSI_ISTAT0_SIP
;
479 s
->istat0
&= ~LSI_ISTAT0_SIP
;
481 if (s
->istat0
& LSI_ISTAT0_INTF
)
484 if (level
!= last_level
) {
485 trace_lsi_update_irq(level
, s
->dstat
, s
->sist1
, s
->sist0
);
488 lsi_set_irq(s
, level
);
490 if (!s
->current
&& !level
&& lsi_irq_on_rsl(s
) && !(s
->scntl1
& LSI_SCNTL1_CON
)) {
493 trace_lsi_update_irq_disconnected();
494 p
= get_pending_req(s
);
501 /* Stop SCRIPTS execution and raise a SCSI interrupt. */
502 static void lsi_script_scsi_interrupt(LSIState
*s
, int stat0
, int stat1
)
507 trace_lsi_script_scsi_interrupt(stat1
, stat0
, s
->sist1
, s
->sist0
);
510 /* Stop processor on fatal or unmasked interrupt. As a special hack
511 we don't stop processing when raising STO. Instead continue
512 execution and stop at the next insn that accesses the SCSI bus. */
513 mask0
= s
->sien0
| ~(LSI_SIST0_CMP
| LSI_SIST0_SEL
| LSI_SIST0_RSL
);
514 mask1
= s
->sien1
| ~(LSI_SIST1_GEN
| LSI_SIST1_HTH
);
515 mask1
&= ~LSI_SIST1_STO
;
516 if (s
->sist0
& mask0
|| s
->sist1
& mask1
) {
522 /* Stop SCRIPTS execution and raise a DMA interrupt. */
523 static void lsi_script_dma_interrupt(LSIState
*s
, int stat
)
525 trace_lsi_script_dma_interrupt(stat
, s
->dstat
);
531 static inline void lsi_set_phase(LSIState
*s
, int phase
)
533 s
->sstat1
= (s
->sstat1
& ~PHASE_MASK
) | phase
;
536 static void lsi_bad_phase(LSIState
*s
, int out
, int new_phase
)
538 /* Trigger a phase mismatch. */
539 if (s
->ccntl0
& LSI_CCNTL0_ENPMJ
) {
540 if ((s
->ccntl0
& LSI_CCNTL0_PMJCTL
)) {
541 s
->dsp
= out
? s
->pmjad1
: s
->pmjad2
;
543 s
->dsp
= (s
->scntl2
& LSI_SCNTL2_WSR
? s
->pmjad2
: s
->pmjad1
);
545 trace_lsi_bad_phase_jump(s
->dsp
);
547 trace_lsi_bad_phase_interrupt();
548 lsi_script_scsi_interrupt(s
, LSI_SIST0_MA
, 0);
551 lsi_set_phase(s
, new_phase
);
555 /* Resume SCRIPTS execution after a DMA operation. */
556 static void lsi_resume_script(LSIState
*s
)
558 if (s
->waiting
!= 2) {
560 lsi_execute_script(s
);
566 static void lsi_disconnect(LSIState
*s
)
568 s
->scntl1
&= ~LSI_SCNTL1_CON
;
569 s
->sstat1
&= ~PHASE_MASK
;
572 static void lsi_bad_selection(LSIState
*s
, uint32_t id
)
574 trace_lsi_bad_selection(id
);
575 lsi_script_scsi_interrupt(s
, 0, LSI_SIST1_STO
);
579 /* Initiate a SCSI layer data transfer. */
580 static void lsi_do_dma(LSIState
*s
, int out
)
587 if (!s
->current
->dma_len
) {
588 /* Wait until data is available. */
589 trace_lsi_do_dma_unavailable();
593 dev
= s
->current
->req
->dev
;
597 if (count
> s
->current
->dma_len
)
598 count
= s
->current
->dma_len
;
601 /* both 40 and Table Indirect 64-bit DMAs store upper bits in dnad64 */
602 if (lsi_dma_40bit(s
) || lsi_dma_ti64bit(s
))
603 addr
|= ((uint64_t)s
->dnad64
<< 32);
605 addr
|= ((uint64_t)s
->dbms
<< 32);
607 addr
|= ((uint64_t)s
->sbms
<< 32);
609 trace_lsi_do_dma(addr
, count
);
613 if (s
->current
->dma_buf
== NULL
) {
614 s
->current
->dma_buf
= scsi_req_get_buf(s
->current
->req
);
616 /* ??? Set SFBR to first data byte. */
618 lsi_mem_read(s
, addr
, s
->current
->dma_buf
, count
);
620 lsi_mem_write(s
, addr
, s
->current
->dma_buf
, count
);
622 s
->current
->dma_len
-= count
;
623 if (s
->current
->dma_len
== 0) {
624 s
->current
->dma_buf
= NULL
;
625 scsi_req_continue(s
->current
->req
);
627 s
->current
->dma_buf
+= count
;
628 lsi_resume_script(s
);
633 /* Add a command to the queue. */
634 static void lsi_queue_command(LSIState
*s
)
636 lsi_request
*p
= s
->current
;
638 trace_lsi_queue_command(p
->tag
);
639 assert(s
->current
!= NULL
);
640 assert(s
->current
->dma_len
== 0);
641 QTAILQ_INSERT_TAIL(&s
->queue
, s
->current
, next
);
645 p
->out
= (s
->sstat1
& PHASE_MASK
) == PHASE_DO
;
648 /* Queue a byte for a MSG IN phase. */
649 static void lsi_add_msg_byte(LSIState
*s
, uint8_t data
)
651 if (s
->msg_len
>= LSI_MAX_MSGIN_LEN
) {
652 trace_lsi_add_msg_byte_error();
654 trace_lsi_add_msg_byte(data
);
655 s
->msg
[s
->msg_len
++] = data
;
659 /* Perform reselection to continue a command. */
660 static void lsi_reselect(LSIState
*s
, lsi_request
*p
)
664 assert(s
->current
== NULL
);
665 QTAILQ_REMOVE(&s
->queue
, p
, next
);
668 id
= (p
->tag
>> 8) & 0xf;
670 /* LSI53C700 Family Compatibility, see LSI53C895A 4-73 */
671 if (!(s
->dcntl
& LSI_DCNTL_COM
)) {
672 s
->sfbr
= 1 << (id
& 0x7);
674 trace_lsi_reselect(id
);
675 s
->scntl1
|= LSI_SCNTL1_CON
;
676 lsi_set_phase(s
, PHASE_MI
);
677 s
->msg_action
= p
->out
? 2 : 3;
678 s
->current
->dma_len
= p
->pending
;
679 lsi_add_msg_byte(s
, 0x80);
680 if (s
->current
->tag
& LSI_TAG_VALID
) {
681 lsi_add_msg_byte(s
, 0x20);
682 lsi_add_msg_byte(s
, p
->tag
& 0xff);
685 if (lsi_irq_on_rsl(s
)) {
686 lsi_script_scsi_interrupt(s
, LSI_SIST0_RSL
, 0);
690 static lsi_request
*lsi_find_by_tag(LSIState
*s
, uint32_t tag
)
694 QTAILQ_FOREACH(p
, &s
->queue
, next
) {
703 static void lsi_request_free(LSIState
*s
, lsi_request
*p
)
705 if (p
== s
->current
) {
708 QTAILQ_REMOVE(&s
->queue
, p
, next
);
713 static void lsi_request_cancelled(SCSIRequest
*req
)
715 LSIState
*s
= LSI53C895A(req
->bus
->qbus
.parent
);
716 lsi_request
*p
= req
->hba_private
;
718 req
->hba_private
= NULL
;
719 lsi_request_free(s
, p
);
723 /* Record that data is available for a queued command. Returns zero if
724 the device was reselected, nonzero if the IO is deferred. */
725 static int lsi_queue_req(LSIState
*s
, SCSIRequest
*req
, uint32_t len
)
727 lsi_request
*p
= req
->hba_private
;
730 trace_lsi_queue_req_error(p
);
733 /* Reselect if waiting for it, or if reselection triggers an IRQ
735 Since no interrupt stacking is implemented in the emulation, it
736 is also required that there are no pending interrupts waiting
737 for service from the device driver. */
738 if (s
->waiting
== 1 ||
739 (lsi_irq_on_rsl(s
) && !(s
->scntl1
& LSI_SCNTL1_CON
) &&
740 !(s
->istat0
& (LSI_ISTAT0_SIP
| LSI_ISTAT0_DIP
)))) {
741 /* Reselect device. */
745 trace_lsi_queue_req(p
->tag
);
751 /* Callback to indicate that the SCSI layer has completed a command. */
752 static void lsi_command_complete(SCSIRequest
*req
, uint32_t status
, size_t resid
)
754 LSIState
*s
= LSI53C895A(req
->bus
->qbus
.parent
);
757 out
= (s
->sstat1
& PHASE_MASK
) == PHASE_DO
;
758 trace_lsi_command_complete(status
);
760 s
->command_complete
= 2;
761 if (s
->waiting
&& s
->dbc
!= 0) {
762 /* Raise phase mismatch for short transfers. */
763 lsi_bad_phase(s
, out
, PHASE_ST
);
765 lsi_set_phase(s
, PHASE_ST
);
768 if (req
->hba_private
== s
->current
) {
769 req
->hba_private
= NULL
;
770 lsi_request_free(s
, s
->current
);
773 lsi_resume_script(s
);
776 /* Callback to indicate that the SCSI layer has completed a transfer. */
777 static void lsi_transfer_data(SCSIRequest
*req
, uint32_t len
)
779 LSIState
*s
= LSI53C895A(req
->bus
->qbus
.parent
);
782 assert(req
->hba_private
);
783 if (s
->waiting
== 1 || req
->hba_private
!= s
->current
||
784 (lsi_irq_on_rsl(s
) && !(s
->scntl1
& LSI_SCNTL1_CON
))) {
785 if (lsi_queue_req(s
, req
, len
)) {
790 out
= (s
->sstat1
& PHASE_MASK
) == PHASE_DO
;
792 /* host adapter (re)connected */
793 trace_lsi_transfer_data(req
->tag
, len
);
794 s
->current
->dma_len
= len
;
795 s
->command_complete
= 1;
797 if (s
->waiting
== 1 || s
->dbc
== 0) {
798 lsi_resume_script(s
);
805 static void lsi_do_command(LSIState
*s
)
812 trace_lsi_do_command(s
->dbc
);
815 pci_dma_read(PCI_DEVICE(s
), s
->dnad
, buf
, s
->dbc
);
817 s
->command_complete
= 0;
819 id
= (s
->select_tag
>> 8) & 0xf;
820 dev
= scsi_device_find(&s
->bus
, 0, id
, s
->current_lun
);
822 lsi_bad_selection(s
, id
);
826 assert(s
->current
== NULL
);
827 s
->current
= g_new0(lsi_request
, 1);
828 s
->current
->tag
= s
->select_tag
;
829 s
->current
->req
= scsi_req_new(dev
, s
->current
->tag
, s
->current_lun
, buf
,
832 n
= scsi_req_enqueue(s
->current
->req
);
835 lsi_set_phase(s
, PHASE_DI
);
837 lsi_set_phase(s
, PHASE_DO
);
839 scsi_req_continue(s
->current
->req
);
841 if (!s
->command_complete
) {
843 /* Command did not complete immediately so disconnect. */
844 lsi_add_msg_byte(s
, 2); /* SAVE DATA POINTER */
845 lsi_add_msg_byte(s
, 4); /* DISCONNECT */
847 lsi_set_phase(s
, PHASE_MI
);
849 lsi_queue_command(s
);
851 /* wait command complete */
852 lsi_set_phase(s
, PHASE_DI
);
857 static void lsi_do_status(LSIState
*s
)
860 trace_lsi_do_status(s
->dbc
, s
->status
);
862 trace_lsi_do_status_error();
867 pci_dma_write(PCI_DEVICE(s
), s
->dnad
, &status
, 1);
868 lsi_set_phase(s
, PHASE_MI
);
870 lsi_add_msg_byte(s
, 0); /* COMMAND COMPLETE */
873 static void lsi_do_msgin(LSIState
*s
)
876 trace_lsi_do_msgin(s
->dbc
, s
->msg_len
);
879 assert(len
> 0 && len
<= LSI_MAX_MSGIN_LEN
);
882 pci_dma_write(PCI_DEVICE(s
), s
->dnad
, s
->msg
, len
);
883 /* Linux drivers rely on the last byte being in the SIDL. */
884 s
->sidl
= s
->msg
[len
- 1];
887 memmove(s
->msg
, s
->msg
+ len
, s
->msg_len
);
889 /* ??? Check if ATN (not yet implemented) is asserted and maybe
890 switch to PHASE_MO. */
891 switch (s
->msg_action
) {
893 lsi_set_phase(s
, PHASE_CMD
);
899 lsi_set_phase(s
, PHASE_DO
);
902 lsi_set_phase(s
, PHASE_DI
);
910 /* Read the next byte during a MSGOUT phase. */
911 static uint8_t lsi_get_msgbyte(LSIState
*s
)
914 pci_dma_read(PCI_DEVICE(s
), s
->dnad
, &data
, 1);
920 /* Skip the next n bytes during a MSGOUT phase. */
921 static void lsi_skip_msgbytes(LSIState
*s
, unsigned int n
)
927 static void lsi_do_msgout(LSIState
*s
)
931 uint32_t current_tag
;
932 lsi_request
*current_req
, *p
, *p_next
;
935 current_tag
= s
->current
->tag
;
936 current_req
= s
->current
;
938 current_tag
= s
->select_tag
;
939 current_req
= lsi_find_by_tag(s
, current_tag
);
942 trace_lsi_do_msgout(s
->dbc
);
944 msg
= lsi_get_msgbyte(s
);
949 trace_lsi_do_msgout_disconnect();
953 trace_lsi_do_msgout_noop();
954 lsi_set_phase(s
, PHASE_CMD
);
957 len
= lsi_get_msgbyte(s
);
958 msg
= lsi_get_msgbyte(s
);
959 (void)len
; /* avoid a warning about unused variable*/
960 trace_lsi_do_msgout_extended(msg
, len
);
963 trace_lsi_do_msgout_ignored("SDTR");
964 lsi_skip_msgbytes(s
, 2);
967 trace_lsi_do_msgout_ignored("WDTR");
968 lsi_skip_msgbytes(s
, 1);
971 trace_lsi_do_msgout_ignored("PPR");
972 lsi_skip_msgbytes(s
, 5);
978 case 0x20: /* SIMPLE queue */
979 s
->select_tag
|= lsi_get_msgbyte(s
) | LSI_TAG_VALID
;
980 trace_lsi_do_msgout_simplequeue(s
->select_tag
& 0xff);
982 case 0x21: /* HEAD of queue */
983 qemu_log_mask(LOG_UNIMP
, "lsi_scsi: HEAD queue not implemented\n");
984 s
->select_tag
|= lsi_get_msgbyte(s
) | LSI_TAG_VALID
;
986 case 0x22: /* ORDERED queue */
987 qemu_log_mask(LOG_UNIMP
,
988 "lsi_scsi: ORDERED queue not implemented\n");
989 s
->select_tag
|= lsi_get_msgbyte(s
) | LSI_TAG_VALID
;
992 /* The ABORT TAG message clears the current I/O process only. */
993 trace_lsi_do_msgout_abort(current_tag
);
995 scsi_req_cancel(current_req
->req
);
1002 /* The ABORT message clears all I/O processes for the selecting
1003 initiator on the specified logical unit of the target. */
1005 trace_lsi_do_msgout_abort(current_tag
);
1007 /* The CLEAR QUEUE message clears all I/O processes for all
1008 initiators on the specified logical unit of the target. */
1010 trace_lsi_do_msgout_clearqueue(current_tag
);
1012 /* The BUS DEVICE RESET message clears all I/O processes for all
1013 initiators on all logical units of the target. */
1015 trace_lsi_do_msgout_busdevicereset(current_tag
);
1018 /* clear the current I/O process */
1020 scsi_req_cancel(s
->current
->req
);
1023 /* As the current implemented devices scsi_disk and scsi_generic
1024 only support one LUN, we don't need to keep track of LUNs.
1025 Clearing I/O processes for other initiators could be possible
1026 for scsi_generic by sending a SG_SCSI_RESET to the /dev/sgX
1027 device, but this is currently not implemented (and seems not
1028 to be really necessary). So let's simply clear all queued
1029 commands for the current device: */
1030 QTAILQ_FOREACH_SAFE(p
, &s
->queue
, next
, p_next
) {
1031 if ((p
->tag
& 0x0000ff00) == (current_tag
& 0x0000ff00)) {
1032 scsi_req_cancel(p
->req
);
1039 if ((msg
& 0x80) == 0) {
1042 s
->current_lun
= msg
& 7;
1043 trace_lsi_do_msgout_select(s
->current_lun
);
1044 lsi_set_phase(s
, PHASE_CMD
);
1050 qemu_log_mask(LOG_UNIMP
, "Unimplemented message 0x%02x\n", msg
);
1051 lsi_set_phase(s
, PHASE_MI
);
1052 lsi_add_msg_byte(s
, 7); /* MESSAGE REJECT */
1056 #define LSI_BUF_SIZE 4096
1057 static void lsi_memcpy(LSIState
*s
, uint32_t dest
, uint32_t src
, int count
)
1060 uint8_t buf
[LSI_BUF_SIZE
];
1062 trace_lsi_memcpy(dest
, src
, count
);
1064 n
= (count
> LSI_BUF_SIZE
) ? LSI_BUF_SIZE
: count
;
1065 lsi_mem_read(s
, src
, buf
, n
);
1066 lsi_mem_write(s
, dest
, buf
, n
);
1073 static void lsi_wait_reselect(LSIState
*s
)
1077 trace_lsi_wait_reselect();
1082 p
= get_pending_req(s
);
1086 if (s
->current
== NULL
) {
1091 static void lsi_execute_script(LSIState
*s
)
1093 PCIDevice
*pci_dev
= PCI_DEVICE(s
);
1095 uint32_t addr
, addr_high
;
1097 int insn_processed
= 0;
1099 s
->istat1
|= LSI_ISTAT1_SRUN
;
1102 insn
= read_dword(s
, s
->dsp
);
1104 /* If we receive an empty opcode increment the DSP by 4 bytes
1105 instead of 8 and execute the next opcode at that location */
1109 addr
= read_dword(s
, s
->dsp
+ 4);
1111 trace_lsi_execute_script(s
->dsp
, insn
, addr
);
1113 s
->dcmd
= insn
>> 24;
1115 switch (insn
>> 30) {
1116 case 0: /* Block move. */
1117 if (s
->sist1
& LSI_SIST1_STO
) {
1118 trace_lsi_execute_script_blockmove_delayed();
1122 s
->dbc
= insn
& 0xffffff;
1126 if (insn
& (1 << 29)) {
1127 /* Indirect addressing. */
1128 addr
= read_dword(s
, addr
);
1129 } else if (insn
& (1 << 28)) {
1132 /* Table indirect addressing. */
1134 /* 32-bit Table indirect */
1135 offset
= sextract32(addr
, 0, 24);
1136 pci_dma_read(pci_dev
, s
->dsa
+ offset
, buf
, 8);
1137 /* byte count is stored in bits 0:23 only */
1138 s
->dbc
= cpu_to_le32(buf
[0]) & 0xffffff;
1140 addr
= cpu_to_le32(buf
[1]);
1142 /* 40-bit DMA, upper addr bits [39:32] stored in first DWORD of
1143 * table, bits [31:24] */
1144 if (lsi_dma_40bit(s
))
1145 addr_high
= cpu_to_le32(buf
[0]) >> 24;
1146 else if (lsi_dma_ti64bit(s
)) {
1147 int selector
= (cpu_to_le32(buf
[0]) >> 24) & 0x1f;
1150 /* offset index into scratch registers since
1151 * TI64 mode can use registers C to R */
1152 addr_high
= s
->scratch
[2 + selector
];
1155 addr_high
= s
->mmrs
;
1158 addr_high
= s
->mmws
;
1167 addr_high
= s
->sbms
;
1170 addr_high
= s
->dbms
;
1173 qemu_log_mask(LOG_GUEST_ERROR
,
1174 "lsi_scsi: Illegal selector specified (0x%x > 0x15) "
1175 "for 64-bit DMA block move", selector
);
1179 } else if (lsi_dma_64bit(s
)) {
1180 /* fetch a 3rd dword if 64-bit direct move is enabled and
1181 only if we're not doing table indirect or indirect addressing */
1182 s
->dbms
= read_dword(s
, s
->dsp
);
1184 s
->ia
= s
->dsp
- 12;
1186 if ((s
->sstat1
& PHASE_MASK
) != ((insn
>> 24) & 7)) {
1187 trace_lsi_execute_script_blockmove_badphase(s
->sstat1
& PHASE_MASK
,
1189 lsi_script_scsi_interrupt(s
, LSI_SIST0_MA
, 0);
1193 s
->dnad64
= addr_high
;
1194 switch (s
->sstat1
& 0x7) {
1220 qemu_log_mask(LOG_UNIMP
, "lsi_scsi: Unimplemented phase %d\n",
1221 s
->sstat1
& PHASE_MASK
);
1223 s
->dfifo
= s
->dbc
& 0xff;
1224 s
->ctest5
= (s
->ctest5
& 0xfc) | ((s
->dbc
>> 8) & 3);
1227 s
->ua
= addr
+ s
->dbc
;
1230 case 1: /* IO or Read/Write instruction. */
1231 opcode
= (insn
>> 27) & 7;
1235 if (insn
& (1 << 25)) {
1236 id
= read_dword(s
, s
->dsa
+ sextract32(insn
, 0, 24));
1240 id
= (id
>> 16) & 0xf;
1241 if (insn
& (1 << 26)) {
1242 addr
= s
->dsp
+ sextract32(addr
, 0, 24);
1246 case 0: /* Select */
1248 if (s
->scntl1
& LSI_SCNTL1_CON
) {
1249 trace_lsi_execute_script_io_alreadyreselected();
1253 s
->sstat0
|= LSI_SSTAT0_WOA
;
1254 s
->scntl1
&= ~LSI_SCNTL1_IARB
;
1255 if (!scsi_device_find(&s
->bus
, 0, id
, 0)) {
1256 lsi_bad_selection(s
, id
);
1259 trace_lsi_execute_script_io_selected(id
,
1260 insn
& (1 << 3) ? " ATN" : "");
1261 /* ??? Linux drivers compain when this is set. Maybe
1262 it only applies in low-level mode (unimplemented).
1263 lsi_script_scsi_interrupt(s, LSI_SIST0_CMP, 0); */
1264 s
->select_tag
= id
<< 8;
1265 s
->scntl1
|= LSI_SCNTL1_CON
;
1266 if (insn
& (1 << 3)) {
1267 s
->socl
|= LSI_SOCL_ATN
;
1269 lsi_set_phase(s
, PHASE_MO
);
1271 case 1: /* Disconnect */
1272 trace_lsi_execute_script_io_disconnect();
1273 s
->scntl1
&= ~LSI_SCNTL1_CON
;
1274 /* FIXME: this is not entirely correct; the target need not ask
1275 * for reselection until it has to send data, while here we force a
1276 * reselection as soon as the bus is free. The correct flow would
1277 * reselect before lsi_transfer_data and disconnect as soon as
1281 lsi_request
*p
= get_pending_req(s
);
1287 case 2: /* Wait Reselect */
1288 if (!lsi_irq_on_rsl(s
)) {
1289 lsi_wait_reselect(s
);
1293 trace_lsi_execute_script_io_set(
1294 insn
& (1 << 3) ? " ATN" : "",
1295 insn
& (1 << 6) ? " ACK" : "",
1296 insn
& (1 << 9) ? " TM" : "",
1297 insn
& (1 << 10) ? " CC" : "");
1298 if (insn
& (1 << 3)) {
1299 s
->socl
|= LSI_SOCL_ATN
;
1300 lsi_set_phase(s
, PHASE_MO
);
1302 if (insn
& (1 << 9)) {
1303 qemu_log_mask(LOG_UNIMP
,
1304 "lsi_scsi: Target mode not implemented\n");
1306 if (insn
& (1 << 10))
1310 trace_lsi_execute_script_io_clear(
1311 insn
& (1 << 3) ? " ATN" : "",
1312 insn
& (1 << 6) ? " ACK" : "",
1313 insn
& (1 << 9) ? " TM" : "",
1314 insn
& (1 << 10) ? " CC" : "");
1315 if (insn
& (1 << 3)) {
1316 s
->socl
&= ~LSI_SOCL_ATN
;
1318 if (insn
& (1 << 10))
1329 static const char *opcode_names
[3] =
1330 {"Write", "Read", "Read-Modify-Write"};
1331 static const char *operator_names
[8] =
1332 {"MOV", "SHL", "OR", "XOR", "AND", "SHR", "ADD", "ADC"};
1334 reg
= ((insn
>> 16) & 0x7f) | (insn
& 0x80);
1335 data8
= (insn
>> 8) & 0xff;
1336 opcode
= (insn
>> 27) & 7;
1337 operator = (insn
>> 24) & 7;
1338 trace_lsi_execute_script_io_opcode(
1339 opcode_names
[opcode
- 5], reg
,
1340 operator_names
[operator], data8
, s
->sfbr
,
1341 (insn
& (1 << 23)) ? " SFBR" : "");
1344 case 5: /* From SFBR */
1348 case 6: /* To SFBR */
1350 op0
= lsi_reg_readb(s
, reg
);
1353 case 7: /* Read-modify-write */
1355 op0
= lsi_reg_readb(s
, reg
);
1356 if (insn
& (1 << 23)) {
1368 case 1: /* Shift left */
1370 op0
= (op0
<< 1) | s
->carry
;
1384 op0
= (op0
>> 1) | (s
->carry
<< 7);
1389 s
->carry
= op0
< op1
;
1392 op0
+= op1
+ s
->carry
;
1394 s
->carry
= op0
<= op1
;
1396 s
->carry
= op0
< op1
;
1401 case 5: /* From SFBR */
1402 case 7: /* Read-modify-write */
1403 lsi_reg_writeb(s
, reg
, op0
);
1405 case 6: /* To SFBR */
1412 case 2: /* Transfer Control. */
1417 if ((insn
& 0x002e0000) == 0) {
1418 trace_lsi_execute_script_tc_nop();
1421 if (s
->sist1
& LSI_SIST1_STO
) {
1422 trace_lsi_execute_script_tc_delayedselect_timeout();
1426 cond
= jmp
= (insn
& (1 << 19)) != 0;
1427 if (cond
== jmp
&& (insn
& (1 << 21))) {
1428 trace_lsi_execute_script_tc_compc(s
->carry
== jmp
);
1429 cond
= s
->carry
!= 0;
1431 if (cond
== jmp
&& (insn
& (1 << 17))) {
1432 trace_lsi_execute_script_tc_compp(
1433 (s
->sstat1
& PHASE_MASK
),
1435 ((insn
>> 24) & 7));
1436 cond
= (s
->sstat1
& PHASE_MASK
) == ((insn
>> 24) & 7);
1438 if (cond
== jmp
&& (insn
& (1 << 18))) {
1441 mask
= (~insn
>> 8) & 0xff;
1442 trace_lsi_execute_script_tc_compd(
1443 s
->sfbr
, mask
, jmp
? '=' : '!', insn
& mask
);
1444 cond
= (s
->sfbr
& mask
) == (insn
& mask
);
1447 if (insn
& (1 << 23)) {
1448 /* Relative address. */
1449 addr
= s
->dsp
+ sextract32(addr
, 0, 24);
1451 switch ((insn
>> 27) & 7) {
1453 trace_lsi_execute_script_tc_jump(addr
);
1458 trace_lsi_execute_script_tc_call(addr
);
1462 case 2: /* Return */
1463 trace_lsi_execute_script_tc_return(s
->temp
);
1466 case 3: /* Interrupt */
1467 trace_lsi_execute_script_tc_interrupt(s
->dsps
);
1468 if ((insn
& (1 << 20)) != 0) {
1469 s
->istat0
|= LSI_ISTAT0_INTF
;
1472 lsi_script_dma_interrupt(s
, LSI_DSTAT_SIR
);
1476 trace_lsi_execute_script_tc_illegal();
1477 lsi_script_dma_interrupt(s
, LSI_DSTAT_IID
);
1481 trace_lsi_execute_script_tc_cc_failed();
1487 if ((insn
& (1 << 29)) == 0) {
1490 /* ??? The docs imply the destination address is loaded into
1491 the TEMP register. However the Linux drivers rely on
1492 the value being presrved. */
1493 dest
= read_dword(s
, s
->dsp
);
1495 lsi_memcpy(s
, dest
, addr
, insn
& 0xffffff);
1502 if (insn
& (1 << 28)) {
1503 addr
= s
->dsa
+ sextract32(addr
, 0, 24);
1506 reg
= (insn
>> 16) & 0xff;
1507 if (insn
& (1 << 24)) {
1508 pci_dma_read(pci_dev
, addr
, data
, n
);
1509 trace_lsi_execute_script_mm_load(reg
, n
, addr
, *(int *)data
);
1510 for (i
= 0; i
< n
; i
++) {
1511 lsi_reg_writeb(s
, reg
+ i
, data
[i
]);
1514 trace_lsi_execute_script_mm_store(reg
, n
, addr
);
1515 for (i
= 0; i
< n
; i
++) {
1516 data
[i
] = lsi_reg_readb(s
, reg
+ i
);
1518 pci_dma_write(pci_dev
, addr
, data
, n
);
1522 if (insn_processed
> 10000 && !s
->waiting
) {
1523 /* Some windows drivers make the device spin waiting for a memory
1524 location to change. If we have been executed a lot of code then
1525 assume this is the case and force an unexpected device disconnect.
1526 This is apparently sufficient to beat the drivers into submission.
1528 if (!(s
->sien0
& LSI_SIST0_UDC
)) {
1529 qemu_log_mask(LOG_GUEST_ERROR
,
1530 "lsi_scsi: inf. loop with UDC masked");
1532 lsi_script_scsi_interrupt(s
, LSI_SIST0_UDC
, 0);
1534 } else if (s
->istat1
& LSI_ISTAT1_SRUN
&& !s
->waiting
) {
1535 if (s
->dcntl
& LSI_DCNTL_SSM
) {
1536 lsi_script_dma_interrupt(s
, LSI_DSTAT_SSI
);
1541 trace_lsi_execute_script_stop();
1544 static uint8_t lsi_reg_readb(LSIState
*s
, int offset
)
1548 #define CASE_GET_REG24(name, addr) \
1549 case addr: ret = s->name & 0xff; break; \
1550 case addr + 1: ret = (s->name >> 8) & 0xff; break; \
1551 case addr + 2: ret = (s->name >> 16) & 0xff; break;
1553 #define CASE_GET_REG32(name, addr) \
1554 case addr: ret = s->name & 0xff; break; \
1555 case addr + 1: ret = (s->name >> 8) & 0xff; break; \
1556 case addr + 2: ret = (s->name >> 16) & 0xff; break; \
1557 case addr + 3: ret = (s->name >> 24) & 0xff; break;
1560 case 0x00: /* SCNTL0 */
1563 case 0x01: /* SCNTL1 */
1566 case 0x02: /* SCNTL2 */
1569 case 0x03: /* SCNTL3 */
1572 case 0x04: /* SCID */
1575 case 0x05: /* SXFER */
1578 case 0x06: /* SDID */
1581 case 0x07: /* GPREG0 */
1584 case 0x08: /* Revision ID */
1587 case 0x09: /* SOCL */
1590 case 0xa: /* SSID */
1593 case 0xb: /* SBCL */
1594 /* ??? This is not correct. However it's (hopefully) only
1595 used for diagnostics, so should be ok. */
1598 case 0xc: /* DSTAT */
1599 ret
= s
->dstat
| LSI_DSTAT_DFE
;
1600 if ((s
->istat0
& LSI_ISTAT0_INTF
) == 0)
1604 case 0x0d: /* SSTAT0 */
1607 case 0x0e: /* SSTAT1 */
1610 case 0x0f: /* SSTAT2 */
1611 ret
= s
->scntl1
& LSI_SCNTL1_CON
? 0 : 2;
1613 CASE_GET_REG32(dsa
, 0x10)
1614 case 0x14: /* ISTAT0 */
1617 case 0x15: /* ISTAT1 */
1620 case 0x16: /* MBOX0 */
1623 case 0x17: /* MBOX1 */
1626 case 0x18: /* CTEST0 */
1629 case 0x19: /* CTEST1 */
1632 case 0x1a: /* CTEST2 */
1633 ret
= s
->ctest2
| LSI_CTEST2_DACK
| LSI_CTEST2_CM
;
1634 if (s
->istat0
& LSI_ISTAT0_SIGP
) {
1635 s
->istat0
&= ~LSI_ISTAT0_SIGP
;
1636 ret
|= LSI_CTEST2_SIGP
;
1639 case 0x1b: /* CTEST3 */
1642 CASE_GET_REG32(temp
, 0x1c)
1643 case 0x20: /* DFIFO */
1646 case 0x21: /* CTEST4 */
1649 case 0x22: /* CTEST5 */
1652 case 0x23: /* CTEST6 */
1655 CASE_GET_REG24(dbc
, 0x24)
1656 case 0x27: /* DCMD */
1659 CASE_GET_REG32(dnad
, 0x28)
1660 CASE_GET_REG32(dsp
, 0x2c)
1661 CASE_GET_REG32(dsps
, 0x30)
1662 CASE_GET_REG32(scratch
[0], 0x34)
1663 case 0x38: /* DMODE */
1666 case 0x39: /* DIEN */
1669 case 0x3a: /* SBR */
1672 case 0x3b: /* DCNTL */
1675 /* ADDER Output (Debug of relative jump address) */
1676 CASE_GET_REG32(adder
, 0x3c)
1677 case 0x40: /* SIEN0 */
1680 case 0x41: /* SIEN1 */
1683 case 0x42: /* SIST0 */
1688 case 0x43: /* SIST1 */
1693 case 0x46: /* MACNTL */
1696 case 0x47: /* GPCNTL0 */
1699 case 0x48: /* STIME0 */
1702 case 0x4a: /* RESPID0 */
1705 case 0x4b: /* RESPID1 */
1708 case 0x4d: /* STEST1 */
1711 case 0x4e: /* STEST2 */
1714 case 0x4f: /* STEST3 */
1717 case 0x50: /* SIDL */
1718 /* This is needed by the linux drivers. We currently only update it
1719 during the MSG IN phase. */
1722 case 0x52: /* STEST4 */
1725 case 0x56: /* CCNTL0 */
1728 case 0x57: /* CCNTL1 */
1731 case 0x58: /* SBDL */
1732 /* Some drivers peek at the data bus during the MSG IN phase. */
1733 if ((s
->sstat1
& PHASE_MASK
) == PHASE_MI
) {
1734 assert(s
->msg_len
> 0);
1739 case 0x59: /* SBDL high */
1742 CASE_GET_REG32(mmrs
, 0xa0)
1743 CASE_GET_REG32(mmws
, 0xa4)
1744 CASE_GET_REG32(sfs
, 0xa8)
1745 CASE_GET_REG32(drs
, 0xac)
1746 CASE_GET_REG32(sbms
, 0xb0)
1747 CASE_GET_REG32(dbms
, 0xb4)
1748 CASE_GET_REG32(dnad64
, 0xb8)
1749 CASE_GET_REG32(pmjad1
, 0xc0)
1750 CASE_GET_REG32(pmjad2
, 0xc4)
1751 CASE_GET_REG32(rbc
, 0xc8)
1752 CASE_GET_REG32(ua
, 0xcc)
1753 CASE_GET_REG32(ia
, 0xd4)
1754 CASE_GET_REG32(sbc
, 0xd8)
1755 CASE_GET_REG32(csbc
, 0xdc)
1760 n
= (offset
- 0x58) >> 2;
1761 shift
= (offset
& 3) * 8;
1762 ret
= (s
->scratch
[n
] >> shift
) & 0xff;
1767 qemu_log_mask(LOG_GUEST_ERROR
,
1768 "lsi_scsi: invalid read from reg %s %x\n",
1769 offset
< ARRAY_SIZE(names
) ? names
[offset
] : "???",
1775 #undef CASE_GET_REG24
1776 #undef CASE_GET_REG32
1778 trace_lsi_reg_read(offset
< ARRAY_SIZE(names
) ? names
[offset
] : "???",
1784 static void lsi_reg_writeb(LSIState
*s
, int offset
, uint8_t val
)
1786 #define CASE_SET_REG24(name, addr) \
1787 case addr : s->name &= 0xffffff00; s->name |= val; break; \
1788 case addr + 1: s->name &= 0xffff00ff; s->name |= val << 8; break; \
1789 case addr + 2: s->name &= 0xff00ffff; s->name |= val << 16; break;
1791 #define CASE_SET_REG32(name, addr) \
1792 case addr : s->name &= 0xffffff00; s->name |= val; break; \
1793 case addr + 1: s->name &= 0xffff00ff; s->name |= val << 8; break; \
1794 case addr + 2: s->name &= 0xff00ffff; s->name |= val << 16; break; \
1795 case addr + 3: s->name &= 0x00ffffff; s->name |= val << 24; break;
1797 trace_lsi_reg_write(offset
< ARRAY_SIZE(names
) ? names
[offset
] : "???",
1801 case 0x00: /* SCNTL0 */
1803 if (val
& LSI_SCNTL0_START
) {
1804 qemu_log_mask(LOG_UNIMP
,
1805 "lsi_scsi: Start sequence not implemented\n");
1808 case 0x01: /* SCNTL1 */
1809 s
->scntl1
= val
& ~LSI_SCNTL1_SST
;
1810 if (val
& LSI_SCNTL1_IARB
) {
1811 qemu_log_mask(LOG_UNIMP
,
1812 "lsi_scsi: Immediate Arbritration not implemented\n");
1814 if (val
& LSI_SCNTL1_RST
) {
1815 if (!(s
->sstat0
& LSI_SSTAT0_RST
)) {
1816 qbus_reset_all(&s
->bus
.qbus
);
1817 s
->sstat0
|= LSI_SSTAT0_RST
;
1818 lsi_script_scsi_interrupt(s
, LSI_SIST0_RST
, 0);
1821 s
->sstat0
&= ~LSI_SSTAT0_RST
;
1824 case 0x02: /* SCNTL2 */
1825 val
&= ~(LSI_SCNTL2_WSR
| LSI_SCNTL2_WSS
);
1828 case 0x03: /* SCNTL3 */
1831 case 0x04: /* SCID */
1834 case 0x05: /* SXFER */
1837 case 0x06: /* SDID */
1838 if ((s
->ssid
& 0x80) && (val
& 0xf) != (s
->ssid
& 0xf)) {
1839 qemu_log_mask(LOG_GUEST_ERROR
,
1840 "lsi_scsi: Destination ID does not match SSID\n");
1842 s
->sdid
= val
& 0xf;
1844 case 0x07: /* GPREG0 */
1846 case 0x08: /* SFBR */
1847 /* The CPU is not allowed to write to this register. However the
1848 SCRIPTS register move instructions are. */
1851 case 0x0a: case 0x0b:
1852 /* Openserver writes to these readonly registers on startup */
1854 case 0x0c: case 0x0d: case 0x0e: case 0x0f:
1855 /* Linux writes to these readonly registers on startup. */
1857 CASE_SET_REG32(dsa
, 0x10)
1858 case 0x14: /* ISTAT0 */
1859 s
->istat0
= (s
->istat0
& 0x0f) | (val
& 0xf0);
1860 if (val
& LSI_ISTAT0_ABRT
) {
1861 lsi_script_dma_interrupt(s
, LSI_DSTAT_ABRT
);
1863 if (val
& LSI_ISTAT0_INTF
) {
1864 s
->istat0
&= ~LSI_ISTAT0_INTF
;
1867 if (s
->waiting
== 1 && val
& LSI_ISTAT0_SIGP
) {
1871 lsi_execute_script(s
);
1873 if (val
& LSI_ISTAT0_SRST
) {
1874 qdev_reset_all(DEVICE(s
));
1877 case 0x16: /* MBOX0 */
1880 case 0x17: /* MBOX1 */
1883 case 0x18: /* CTEST0 */
1886 case 0x1a: /* CTEST2 */
1887 s
->ctest2
= val
& LSI_CTEST2_PCICIE
;
1889 case 0x1b: /* CTEST3 */
1890 s
->ctest3
= val
& 0x0f;
1892 CASE_SET_REG32(temp
, 0x1c)
1893 case 0x21: /* CTEST4 */
1895 qemu_log_mask(LOG_UNIMP
,
1896 "lsi_scsi: Unimplemented CTEST4-FBL 0x%x\n", val
);
1900 case 0x22: /* CTEST5 */
1901 if (val
& (LSI_CTEST5_ADCK
| LSI_CTEST5_BBCK
)) {
1902 qemu_log_mask(LOG_UNIMP
,
1903 "lsi_scsi: CTEST5 DMA increment not implemented\n");
1907 CASE_SET_REG24(dbc
, 0x24)
1908 CASE_SET_REG32(dnad
, 0x28)
1909 case 0x2c: /* DSP[0:7] */
1910 s
->dsp
&= 0xffffff00;
1913 case 0x2d: /* DSP[8:15] */
1914 s
->dsp
&= 0xffff00ff;
1917 case 0x2e: /* DSP[16:23] */
1918 s
->dsp
&= 0xff00ffff;
1919 s
->dsp
|= val
<< 16;
1921 case 0x2f: /* DSP[24:31] */
1922 s
->dsp
&= 0x00ffffff;
1923 s
->dsp
|= val
<< 24;
1924 if ((s
->dmode
& LSI_DMODE_MAN
) == 0
1925 && (s
->istat1
& LSI_ISTAT1_SRUN
) == 0)
1926 lsi_execute_script(s
);
1928 CASE_SET_REG32(dsps
, 0x30)
1929 CASE_SET_REG32(scratch
[0], 0x34)
1930 case 0x38: /* DMODE */
1933 case 0x39: /* DIEN */
1937 case 0x3a: /* SBR */
1940 case 0x3b: /* DCNTL */
1941 s
->dcntl
= val
& ~(LSI_DCNTL_PFF
| LSI_DCNTL_STD
);
1942 if ((val
& LSI_DCNTL_STD
) && (s
->istat1
& LSI_ISTAT1_SRUN
) == 0)
1943 lsi_execute_script(s
);
1945 case 0x40: /* SIEN0 */
1949 case 0x41: /* SIEN1 */
1953 case 0x47: /* GPCNTL0 */
1955 case 0x48: /* STIME0 */
1958 case 0x49: /* STIME1 */
1960 qemu_log_mask(LOG_UNIMP
,
1961 "lsi_scsi: General purpose timer not implemented\n");
1962 /* ??? Raising the interrupt immediately seems to be sufficient
1963 to keep the FreeBSD driver happy. */
1964 lsi_script_scsi_interrupt(s
, 0, LSI_SIST1_GEN
);
1967 case 0x4a: /* RESPID0 */
1970 case 0x4b: /* RESPID1 */
1973 case 0x4d: /* STEST1 */
1976 case 0x4e: /* STEST2 */
1978 qemu_log_mask(LOG_UNIMP
,
1979 "lsi_scsi: Low level mode not implemented\n");
1983 case 0x4f: /* STEST3 */
1985 qemu_log_mask(LOG_UNIMP
,
1986 "lsi_scsi: SCSI FIFO test mode not implemented\n");
1990 case 0x56: /* CCNTL0 */
1993 case 0x57: /* CCNTL1 */
1996 CASE_SET_REG32(mmrs
, 0xa0)
1997 CASE_SET_REG32(mmws
, 0xa4)
1998 CASE_SET_REG32(sfs
, 0xa8)
1999 CASE_SET_REG32(drs
, 0xac)
2000 CASE_SET_REG32(sbms
, 0xb0)
2001 CASE_SET_REG32(dbms
, 0xb4)
2002 CASE_SET_REG32(dnad64
, 0xb8)
2003 CASE_SET_REG32(pmjad1
, 0xc0)
2004 CASE_SET_REG32(pmjad2
, 0xc4)
2005 CASE_SET_REG32(rbc
, 0xc8)
2006 CASE_SET_REG32(ua
, 0xcc)
2007 CASE_SET_REG32(ia
, 0xd4)
2008 CASE_SET_REG32(sbc
, 0xd8)
2009 CASE_SET_REG32(csbc
, 0xdc)
2011 if (offset
>= 0x5c && offset
< 0xa0) {
2014 n
= (offset
- 0x58) >> 2;
2015 shift
= (offset
& 3) * 8;
2016 s
->scratch
[n
] = deposit32(s
->scratch
[n
], shift
, 8, val
);
2018 qemu_log_mask(LOG_GUEST_ERROR
,
2019 "lsi_scsi: invalid write to reg %s %x (0x%02x)\n",
2020 offset
< ARRAY_SIZE(names
) ? names
[offset
] : "???",
2024 #undef CASE_SET_REG24
2025 #undef CASE_SET_REG32
2028 static void lsi_mmio_write(void *opaque
, hwaddr addr
,
2029 uint64_t val
, unsigned size
)
2031 LSIState
*s
= opaque
;
2033 lsi_reg_writeb(s
, addr
& 0xff, val
);
2036 static uint64_t lsi_mmio_read(void *opaque
, hwaddr addr
,
2039 LSIState
*s
= opaque
;
2041 return lsi_reg_readb(s
, addr
& 0xff);
2044 static const MemoryRegionOps lsi_mmio_ops
= {
2045 .read
= lsi_mmio_read
,
2046 .write
= lsi_mmio_write
,
2047 .endianness
= DEVICE_NATIVE_ENDIAN
,
2049 .min_access_size
= 1,
2050 .max_access_size
= 1,
2054 static void lsi_ram_write(void *opaque
, hwaddr addr
,
2055 uint64_t val
, unsigned size
)
2057 LSIState
*s
= opaque
;
2062 newval
= s
->script_ram
[addr
>> 2];
2063 shift
= (addr
& 3) * 8;
2064 mask
= ((uint64_t)1 << (size
* 8)) - 1;
2065 newval
&= ~(mask
<< shift
);
2066 newval
|= val
<< shift
;
2067 s
->script_ram
[addr
>> 2] = newval
;
2070 static uint64_t lsi_ram_read(void *opaque
, hwaddr addr
,
2073 LSIState
*s
= opaque
;
2077 val
= s
->script_ram
[addr
>> 2];
2078 mask
= ((uint64_t)1 << (size
* 8)) - 1;
2079 val
>>= (addr
& 3) * 8;
2083 static const MemoryRegionOps lsi_ram_ops
= {
2084 .read
= lsi_ram_read
,
2085 .write
= lsi_ram_write
,
2086 .endianness
= DEVICE_NATIVE_ENDIAN
,
2089 static uint64_t lsi_io_read(void *opaque
, hwaddr addr
,
2092 LSIState
*s
= opaque
;
2093 return lsi_reg_readb(s
, addr
& 0xff);
2096 static void lsi_io_write(void *opaque
, hwaddr addr
,
2097 uint64_t val
, unsigned size
)
2099 LSIState
*s
= opaque
;
2100 lsi_reg_writeb(s
, addr
& 0xff, val
);
2103 static const MemoryRegionOps lsi_io_ops
= {
2104 .read
= lsi_io_read
,
2105 .write
= lsi_io_write
,
2106 .endianness
= DEVICE_NATIVE_ENDIAN
,
2108 .min_access_size
= 1,
2109 .max_access_size
= 1,
2113 static void lsi_scsi_reset(DeviceState
*dev
)
2115 LSIState
*s
= LSI53C895A(dev
);
2120 static int lsi_pre_save(void *opaque
)
2122 LSIState
*s
= opaque
;
2125 assert(s
->current
->dma_buf
== NULL
);
2126 assert(s
->current
->dma_len
== 0);
2128 assert(QTAILQ_EMPTY(&s
->queue
));
2133 static int lsi_post_load(void *opaque
, int version_id
)
2135 LSIState
*s
= opaque
;
2137 if (s
->msg_len
< 0 || s
->msg_len
> LSI_MAX_MSGIN_LEN
) {
2144 static const VMStateDescription vmstate_lsi_scsi
= {
2147 .minimum_version_id
= 0,
2148 .pre_save
= lsi_pre_save
,
2149 .post_load
= lsi_post_load
,
2150 .fields
= (VMStateField
[]) {
2151 VMSTATE_PCI_DEVICE(parent_obj
, LSIState
),
2153 VMSTATE_INT32(carry
, LSIState
),
2154 VMSTATE_INT32(status
, LSIState
),
2155 VMSTATE_INT32(msg_action
, LSIState
),
2156 VMSTATE_INT32(msg_len
, LSIState
),
2157 VMSTATE_BUFFER(msg
, LSIState
),
2158 VMSTATE_INT32(waiting
, LSIState
),
2160 VMSTATE_UINT32(dsa
, LSIState
),
2161 VMSTATE_UINT32(temp
, LSIState
),
2162 VMSTATE_UINT32(dnad
, LSIState
),
2163 VMSTATE_UINT32(dbc
, LSIState
),
2164 VMSTATE_UINT8(istat0
, LSIState
),
2165 VMSTATE_UINT8(istat1
, LSIState
),
2166 VMSTATE_UINT8(dcmd
, LSIState
),
2167 VMSTATE_UINT8(dstat
, LSIState
),
2168 VMSTATE_UINT8(dien
, LSIState
),
2169 VMSTATE_UINT8(sist0
, LSIState
),
2170 VMSTATE_UINT8(sist1
, LSIState
),
2171 VMSTATE_UINT8(sien0
, LSIState
),
2172 VMSTATE_UINT8(sien1
, LSIState
),
2173 VMSTATE_UINT8(mbox0
, LSIState
),
2174 VMSTATE_UINT8(mbox1
, LSIState
),
2175 VMSTATE_UINT8(dfifo
, LSIState
),
2176 VMSTATE_UINT8(ctest2
, LSIState
),
2177 VMSTATE_UINT8(ctest3
, LSIState
),
2178 VMSTATE_UINT8(ctest4
, LSIState
),
2179 VMSTATE_UINT8(ctest5
, LSIState
),
2180 VMSTATE_UINT8(ccntl0
, LSIState
),
2181 VMSTATE_UINT8(ccntl1
, LSIState
),
2182 VMSTATE_UINT32(dsp
, LSIState
),
2183 VMSTATE_UINT32(dsps
, LSIState
),
2184 VMSTATE_UINT8(dmode
, LSIState
),
2185 VMSTATE_UINT8(dcntl
, LSIState
),
2186 VMSTATE_UINT8(scntl0
, LSIState
),
2187 VMSTATE_UINT8(scntl1
, LSIState
),
2188 VMSTATE_UINT8(scntl2
, LSIState
),
2189 VMSTATE_UINT8(scntl3
, LSIState
),
2190 VMSTATE_UINT8(sstat0
, LSIState
),
2191 VMSTATE_UINT8(sstat1
, LSIState
),
2192 VMSTATE_UINT8(scid
, LSIState
),
2193 VMSTATE_UINT8(sxfer
, LSIState
),
2194 VMSTATE_UINT8(socl
, LSIState
),
2195 VMSTATE_UINT8(sdid
, LSIState
),
2196 VMSTATE_UINT8(ssid
, LSIState
),
2197 VMSTATE_UINT8(sfbr
, LSIState
),
2198 VMSTATE_UINT8(stest1
, LSIState
),
2199 VMSTATE_UINT8(stest2
, LSIState
),
2200 VMSTATE_UINT8(stest3
, LSIState
),
2201 VMSTATE_UINT8(sidl
, LSIState
),
2202 VMSTATE_UINT8(stime0
, LSIState
),
2203 VMSTATE_UINT8(respid0
, LSIState
),
2204 VMSTATE_UINT8(respid1
, LSIState
),
2205 VMSTATE_UINT32(mmrs
, LSIState
),
2206 VMSTATE_UINT32(mmws
, LSIState
),
2207 VMSTATE_UINT32(sfs
, LSIState
),
2208 VMSTATE_UINT32(drs
, LSIState
),
2209 VMSTATE_UINT32(sbms
, LSIState
),
2210 VMSTATE_UINT32(dbms
, LSIState
),
2211 VMSTATE_UINT32(dnad64
, LSIState
),
2212 VMSTATE_UINT32(pmjad1
, LSIState
),
2213 VMSTATE_UINT32(pmjad2
, LSIState
),
2214 VMSTATE_UINT32(rbc
, LSIState
),
2215 VMSTATE_UINT32(ua
, LSIState
),
2216 VMSTATE_UINT32(ia
, LSIState
),
2217 VMSTATE_UINT32(sbc
, LSIState
),
2218 VMSTATE_UINT32(csbc
, LSIState
),
2219 VMSTATE_BUFFER_UNSAFE(scratch
, LSIState
, 0, 18 * sizeof(uint32_t)),
2220 VMSTATE_UINT8(sbr
, LSIState
),
2222 VMSTATE_BUFFER_UNSAFE(script_ram
, LSIState
, 0, 2048 * sizeof(uint32_t)),
2223 VMSTATE_END_OF_LIST()
2227 static const struct SCSIBusInfo lsi_scsi_info
= {
2229 .max_target
= LSI_MAX_DEVS
,
2230 .max_lun
= 0, /* LUN support is buggy */
2232 .transfer_data
= lsi_transfer_data
,
2233 .complete
= lsi_command_complete
,
2234 .cancel
= lsi_request_cancelled
2237 static void lsi_scsi_realize(PCIDevice
*dev
, Error
**errp
)
2239 LSIState
*s
= LSI53C895A(dev
);
2240 DeviceState
*d
= DEVICE(dev
);
2243 pci_conf
= dev
->config
;
2245 /* PCI latency timer = 255 */
2246 pci_conf
[PCI_LATENCY_TIMER
] = 0xff;
2247 /* Interrupt pin A */
2248 pci_conf
[PCI_INTERRUPT_PIN
] = 0x01;
2250 memory_region_init_io(&s
->mmio_io
, OBJECT(s
), &lsi_mmio_ops
, s
,
2252 memory_region_init_io(&s
->ram_io
, OBJECT(s
), &lsi_ram_ops
, s
,
2254 memory_region_init_io(&s
->io_io
, OBJECT(s
), &lsi_io_ops
, s
,
2257 address_space_init(&s
->pci_io_as
, pci_address_space_io(dev
), "lsi-pci-io");
2258 qdev_init_gpio_out(d
, &s
->ext_irq
, 1);
2260 pci_register_bar(dev
, 0, PCI_BASE_ADDRESS_SPACE_IO
, &s
->io_io
);
2261 pci_register_bar(dev
, 1, PCI_BASE_ADDRESS_SPACE_MEMORY
, &s
->mmio_io
);
2262 pci_register_bar(dev
, 2, PCI_BASE_ADDRESS_SPACE_MEMORY
, &s
->ram_io
);
2263 QTAILQ_INIT(&s
->queue
);
2265 scsi_bus_new(&s
->bus
, sizeof(s
->bus
), d
, &lsi_scsi_info
, NULL
);
2268 static void lsi_scsi_unrealize(DeviceState
*dev
, Error
**errp
)
2270 LSIState
*s
= LSI53C895A(dev
);
2272 address_space_destroy(&s
->pci_io_as
);
2275 static void lsi_class_init(ObjectClass
*klass
, void *data
)
2277 DeviceClass
*dc
= DEVICE_CLASS(klass
);
2278 PCIDeviceClass
*k
= PCI_DEVICE_CLASS(klass
);
2280 k
->realize
= lsi_scsi_realize
;
2281 k
->vendor_id
= PCI_VENDOR_ID_LSI_LOGIC
;
2282 k
->device_id
= PCI_DEVICE_ID_LSI_53C895A
;
2283 k
->class_id
= PCI_CLASS_STORAGE_SCSI
;
2284 k
->subsystem_id
= 0x1000;
2285 dc
->unrealize
= lsi_scsi_unrealize
;
2286 dc
->reset
= lsi_scsi_reset
;
2287 dc
->vmsd
= &vmstate_lsi_scsi
;
2288 set_bit(DEVICE_CATEGORY_STORAGE
, dc
->categories
);
2291 static const TypeInfo lsi_info
= {
2292 .name
= TYPE_LSI53C895A
,
2293 .parent
= TYPE_PCI_DEVICE
,
2294 .instance_size
= sizeof(LSIState
),
2295 .class_init
= lsi_class_init
,
2296 .interfaces
= (InterfaceInfo
[]) {
2297 { INTERFACE_CONVENTIONAL_PCI_DEVICE
},
2302 static void lsi53c810_class_init(ObjectClass
*klass
, void *data
)
2304 PCIDeviceClass
*k
= PCI_DEVICE_CLASS(klass
);
2306 k
->device_id
= PCI_DEVICE_ID_LSI_53C810
;
2309 static TypeInfo lsi53c810_info
= {
2310 .name
= TYPE_LSI53C810
,
2311 .parent
= TYPE_LSI53C895A
,
2312 .class_init
= lsi53c810_class_init
,
2315 static void lsi53c895a_register_types(void)
2317 type_register_static(&lsi_info
);
2318 type_register_static(&lsi53c810_info
);
2321 type_init(lsi53c895a_register_types
)
2323 void lsi53c8xx_handle_legacy_cmdline(DeviceState
*lsi_dev
)
2325 LSIState
*s
= LSI53C895A(lsi_dev
);
2327 scsi_bus_legacy_handle_cmdline(&s
->bus
);