X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fide-types.h;h=5cbb7c7211dd6fa6627cc92e0ff65b0de5354a50;hb=6661dd1d2aa547ae248e816dcd4201bcbcb7fee0;hp=3ae99662f64e460cc2a6675e1c58d8d2c1fe0d9e;hpb=a324c2f94d551153eae802930f674f1cfe8ce1f8;p=palacios.git diff --git a/palacios/src/devices/ide-types.h b/palacios/src/devices/ide-types.h index 3ae9966..5cbb7c7 100644 --- a/palacios/src/devices/ide-types.h +++ b/palacios/src/devices/ide-types.h @@ -54,6 +54,12 @@ struct ide_drive_head_reg { uint_t lba_mode : 1; uint_t rsvd2 : 1; } __attribute__((packed)); + + struct { + uint_t lba3 : 4; + uint_t rsvd3 : 4; + } __attribute__((packed)); + } __attribute__((packed)); } __attribute__((packed));