Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hw.h596 typedef struct bmic_identify_physical_device { struct
597 uint8_t scsi_bus; /* SCSI Bus number on controller */
598 uint8_t scsi_id; /* SCSI ID on this bus */
599 uint16_t block_size; /* sector size in bytes */
600 uint32_t total_blocks; /* number for sectors on drive */
601 uint32_t reserved_blocks; /* controller reserved (RIS) */
602 uint8_t model[40]; /* Physical Drive Model */
603 uint8_t serial_number[40]; /* Drive Serial Number */
604 uint8_t firmware_revision[8]; /* drive firmware revision */
605 uint8_t scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]