david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[hermon] Fix incorrectly-padded sense_port structure

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2010-12-24 01:10:26 +00:00
parent c080de1a60
commit dc462e8b3b
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ struct hermonprm_sense_port_st {
pseudo_bit_t reserved0[0x00020];
/* -------------- */
pseudo_bit_t port_type[0x00002];
pseudo_bit_t reserved1[0x00018];
pseudo_bit_t reserved1[0x0001e];
} __attribute__ (( packed ));
struct hermonprm_set_port_ib_st {