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

structure to 512 bytes.
This commit is contained in:
Paul Saab 2004-04-22 06:23:47 +00:00
parent 28aee9f11e
commit 256588d2c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128545

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