X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fide-types.h;h=f881157214cc02ae7490359813f837df86dc7c4d;hp=4dbdc1da2d73bb02b9a0803bdc1f4906cc18804c;hb=6fe0528310bec884ed00c8d97b45d18120a32e3f;hpb=262421e0f445e5427698043eb5b3309f9768a1f2 diff --git a/palacios/src/devices/ide-types.h b/palacios/src/devices/ide-types.h index 4dbdc1d..f881157 100644 --- a/palacios/src/devices/ide-types.h +++ b/palacios/src/devices/ide-types.h @@ -78,7 +78,7 @@ struct ide_ctrl_reg { uint8_t val; struct { uint_t rsvd0 : 1; - uint_t irq_enable : 1; + uint_t irq_disable : 1; uint_t soft_reset : 1; uint_t rsvd1 : 5; } __attribute__((packed));