Added IBM SCSI Adapter with Cache (Spock) emulation.

This commit is contained in:
SarahW 2020-02-26 22:26:12 +00:00
commit 61bdb5c8ba
6 changed files with 1284 additions and 3 deletions

View file

@ -9,6 +9,7 @@
#include "mfm_xebec.h"
#include "scsi_53c400.h"
#include "scsi_aha1540.h"
#include "scsi_ibm.h"
#include "xtide.h"
char hdd_controller_name[16];
@ -39,6 +40,7 @@ static struct
{"[IDE] XTIDE (PS/1)", "xtide_ps1", &xtide_ps1_device, 0, 1, 0},
{"[SCSI] Adaptec AHA-1542C", "aha1542c", &scsi_aha1542c_device, 0, 0, 1},
{"[SCSI] BusLogic BT-545S", "bt545s", &scsi_bt545s_device, 0, 0, 1},
{"[SCSI] IBM SCSI Adapter with Cache", "ibmscsi_mca",&scsi_ibm_device, 0, 0, 1},
{"[SCSI] Longshine LCS-6821N", "lcs6821n", &scsi_lcs6821n_device, 0, 0, 1},
{"[SCSI] Rancho RT1000B", "rt1000b", &scsi_rt1000b_device, 0, 0, 1},
{"[SCSI] Trantor T130B", "t130b", &scsi_t130b_device, 0, 0, 1},