Revision efec3dd6 hw/block/fdc.c

b/hw/block/fdc.c
2234 2234

  
2235 2235
    dc->realize = isabus_fdc_realize;
2236 2236
    dc->fw_name = "fdc";
2237
    dc->no_user = 1;
2237
    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
2238 2238
    dc->reset = fdctrl_external_reset_isa;
2239 2239
    dc->vmsd = &vmstate_isa_fdc;
2240 2240
    dc->props = isa_fdc_properties;

Also available in: Unified diff