Searched defs:bmic_identify_physical_device (Results 1 – 1 of 1) sorted by relevance
1079 typedef struct bmic_identify_physical_device { struct1080 uint8_t scsi_bus; /* SCSI Bus number on controller */1081 uint8_t scsi_id; /* SCSI ID on this bus */1082 uint16_t block_size; /* sector size in bytes */1083 uint32_t total_blocks; /* number for sectors on drive */1084 uint32_t reserved_blocks; /* controller reserved (RIS) */1085 uint8_t model[40]; /* Physical Drive Model */1086 uint8_t serial_number[40]; /* Drive Serial Number */1087 uint8_t firmware_revision[8]; /* drive firmware revision */1088 uint8_t scsi_inquiry_bits; /* inquiry byte 7 bits */[all …]