The AHA and BusLogic SCSI controllers now again correctly set the INIT flag on controller hard reset, fixes their NT drivers.

This commit is contained in:
OBattler
2017-10-17 00:49:32 +02:00
parent 49ccbd680f
commit 52eca87ae1
3 changed files with 11 additions and 5 deletions

View File

@@ -208,6 +208,7 @@ typedef struct {
} MailboxInitExtended_t;
#pragma pack(pop)
#pragma pack(push,1)
typedef struct {
rom_t bios;
int ExtendedLUNCCBFormat;
@@ -223,6 +224,7 @@ typedef struct {
uint8_t AutoSCSIROM[32768];
uint8_t SCAMData[65536];
} buslogic_data_t;
#pragma pack(pop)
enum {