define some new fields in the physical drive structure and pad the
structure to 512 bytes.
This commit is contained in:
parent
889649ba87
commit
0b30756ed0
@ -622,6 +622,9 @@ struct ciss_bmic_id_pdrive {
|
||||
char connector[2];
|
||||
u_int8_t res5;
|
||||
u_int8_t bay;
|
||||
u_int16_t rpm;
|
||||
u_int8_t drive_type;
|
||||
u_int8_t res6[393];
|
||||
} __packed;
|
||||
|
||||
/* CISS_BMIC_BLINK_PDRIVE */
|
||||
|
Loading…
Reference in New Issue
Block a user