Searched defs:blogic_autoscsi (Results 1 – 1 of 1) sorted by relevance
539 struct blogic_autoscsi { struct540 unsigned char factory_sig[2]; /* Bytes 0-1 */541 unsigned char info_bytes; /* Byte 2 */542 unsigned char adapter_type[6]; /* Bytes 3-8 */543 unsigned char:8; /* Byte 9 */544 bool floppy:1; /* Byte 10 Bit 0 */545 bool floppy_sec:1; /* Byte 10 Bit 1 */546 bool level_int:1; /* Byte 10 Bit 2 */547 unsigned char:2; /* Byte 10 Bits 3-4 */548 unsigned char systemram_bios:3; /* Byte 10 Bits 5-7 */[all …]