Searched defs:blogic_autoscsi (Results 1 – 1 of 1) sorted by relevance
547 struct blogic_autoscsi { struct548 unsigned char factory_sig[2]; /* Bytes 0-1 */549 unsigned char info_bytes; /* Byte 2 */550 unsigned char adapter_type[6]; /* Bytes 3-8 */551 unsigned char:8; /* Byte 9 */552 bool floppy:1; /* Byte 10 Bit 0 */553 bool floppy_sec:1; /* Byte 10 Bit 1 */554 bool level_int:1; /* Byte 10 Bit 2 */555 unsigned char:2; /* Byte 10 Bits 3-4 */556 unsigned char systemram_bios:3; /* Byte 10 Bits 5-7 */[all …]