Searched defs:BusLogic_AutoSCSIData (Results 1 – 1 of 1) sorted by relevance
565 struct BusLogic_AutoSCSIData { struct566 unsigned char InternalFactorySignature[2]; /* Bytes 0-1 */567 unsigned char InformationByteCount; /* Byte 2 */568 unsigned char HostAdapterType[6]; /* Bytes 3-8 */569 unsigned char:8; /* Byte 9 */570 bool FloppyEnabled:1; /* Byte 10 Bit 0 */571 bool FloppySecondary:1; /* Byte 10 Bit 1 */572 bool LevelSensitiveInterrupt:1; /* Byte 10 Bit 2 */573 unsigned char:2; /* Byte 10 Bits 3-4 */574 unsigned char SystemRAMAreaForBIOS:3; /* Byte 10 Bits 5-7 */[all …]