define some new fields in the physical drive structure and pad the

structure to 512 bytes.
This commit is contained in:
ps 2004-04-22 06:23:47 +00:00
parent 889649ba87
commit 0b30756ed0

View File

@ -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 */