X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fide-types.h;h=caf1ac223e59605f3a0fbccff7a2fbec1dc9500d;hp=fab4fa09a45727c7b2a968de8d36957091ebb721;hb=074d44443cd1dc65660b2859503ad9f72bce625a;hpb=5e83847991f155d6aabffc2b71f5a9224a5fbd59 diff --git a/palacios/src/devices/ide-types.h b/palacios/src/devices/ide-types.h index fab4fa0..caf1ac2 100644 --- a/palacios/src/devices/ide-types.h +++ b/palacios/src/devices/ide-types.h @@ -92,11 +92,13 @@ struct ide_features_reg { } __attribute__((packed)); } __attribute__((packed)); + typedef enum {IDE_CTRL_NOT_SPECIFIED, IDE_CTRL_SINGLE_PORT, IDE_CTRL_DUAL_PORT, IDE_CTRL_DUAL_PORT_CACHE} ide_controller_type; + struct ide_drive_id { union { uint16_t buf[256];