Searched defs:blogic_autoscsi (Results 1 – 1 of 1) sorted by relevance
554 struct blogic_autoscsi { struct555 unsigned char factory_sig[2]; /* Bytes 0-1 */556 unsigned char info_bytes; /* Byte 2 */557 unsigned char adapter_type[6]; /* Bytes 3-8 */558 unsigned char:8; /* Byte 9 */559 bool floppy:1; /* Byte 10 Bit 0 */560 bool floppy_sec:1; /* Byte 10 Bit 1 */561 bool level_int:1; /* Byte 10 Bit 2 */562 unsigned char:2; /* Byte 10 Bits 3-4 */563 unsigned char systemram_bios:3; /* Byte 10 Bits 5-7 */[all …]