Home
last modified time | relevance | path

Searched defs:bmic_identify_physical_device (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_structures.h1079 typedef struct bmic_identify_physical_device { struct
1080 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 …]