mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 06:29:38 +00:00
scsi: Initialize cur_phase.
This commit is contained in:
parent
b509df78df
commit
8f28823217
@ -262,7 +262,7 @@ private:
|
||||
uint16_t dev_ctrl_lines[SCSI_MAX_DEVS] = {};
|
||||
|
||||
uint16_t ctrl_lines;
|
||||
int cur_phase;
|
||||
int cur_phase = ScsiPhase::BUS_FREE;
|
||||
int arb_winner_id;
|
||||
int initiator_id;
|
||||
int target_id;
|
||||
|
Loading…
Reference in New Issue
Block a user