The BusLogic SCSI controller emulation is now fully converted to the SCSI device abstraction layer;

The SCSI device abstraction layer is now in scsi_device.c/h.
This commit is contained in:
OBattler
2017-08-22 05:45:07 +02:00
parent 88c06aacb1
commit 935f36f80b
6 changed files with 355 additions and 411 deletions

View File

@@ -266,8 +266,6 @@ int scsi_card_get_from_internal_name(char *s);
void scsi_card_init();
void scsi_card_reset(void);
void scsi_command(int cdb_len, int lun_type, uint8_t id, uint8_t *cdb);
extern uint8_t scsi_hard_disks[16][8];
int scsi_hd_err_stat_to_scsi(uint8_t id);