Added emulation of Adaptec AHA-1542C and BusLogic BT-545S SCSI adapters.
This commit is contained in:
parent
50a874c287
commit
2c2e325f60
17 changed files with 2600 additions and 12 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "mfm_at.h"
|
||||
#include "mfm_xebec.h"
|
||||
#include "scsi_53c400.h"
|
||||
#include "scsi_aha1540.h"
|
||||
#include "xtide.h"
|
||||
|
||||
char hdd_controller_name[16];
|
||||
|
|
@ -34,6 +35,8 @@ static struct
|
|||
{"[IDE] Standard IDE", "ide", &ide_device, 0, 1},
|
||||
{"[IDE] XTIDE", "xtide", &xtide_device, 0, 1},
|
||||
{"[IDE] XTIDE (AT)", "xtide_at", &xtide_at_device, 0, 1},
|
||||
{"[SCSI] Adaptec AHA-1542C", "aha1542c", &scsi_aha1542c_device, 0, 0},
|
||||
{"[SCSI] BusLogic BT-545S", "bt545s", &scsi_bt545s_device, 0, 0},
|
||||
{"[SCSI] Longshine LCS-6821N", "lcs6821n", &scsi_lcs6821n_device, 0, 0},
|
||||
{"[SCSI] Rancho RT1000B", "rt1000b", &scsi_rt1000b_device, 0, 0},
|
||||
{"[SCSI] Trantor T130B", "t130b", &scsi_t130b_device, 0, 0},
|
||||
|
|
|
|||
Loading…
Reference in a new issue