X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fide-types.h;h=f881157214cc02ae7490359813f837df86dc7c4d;hb=6fe0528310bec884ed00c8d97b45d18120a32e3f;hp=2570a4501528a25bd0787aef5a56fb4645dc7566;hpb=ee9c51d03e9eaa875e45febd3fc8b695d1061956;p=palacios.releases.git diff --git a/palacios/src/devices/ide-types.h b/palacios/src/devices/ide-types.h index 2570a45..f881157 100644 --- a/palacios/src/devices/ide-types.h +++ b/palacios/src/devices/ide-types.h @@ -73,12 +73,12 @@ struct ide_status_reg { } __attribute__((packed)); -struct ide_drive_ctrl_reg { +struct ide_ctrl_reg { union { 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));