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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user