X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fide-types.h;h=5cbb7c7211dd6fa6627cc92e0ff65b0de5354a50;hp=3ae99662f64e460cc2a6675e1c58d8d2c1fe0d9e;hb=6661dd1d2aa547ae248e816dcd4201bcbcb7fee0;hpb=4659d019e2f65b9397e2289a9add28a3adf47cf8 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));