Commit 599d7326 authored by Laurent Vivier's avatar Laurent Vivier Committed by David Gibson
Browse files

cuda: add to bridge category



Cuda is a bridge between PowerMac system bus and the ADB controller,
real-time clock, pram and the power management unit.

So add it to the bridge category.

Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent e1624435
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -738,6 +738,7 @@ static void cuda_class_init(ObjectClass *oc, void *data)
    dc->reset = cuda_reset;
    dc->vmsd = &vmstate_cuda;
    dc->props = cuda_properties;
    set_bit(DEVICE_CATEGORY_BRIDGE, dc->categories);
}

static const TypeInfo cuda_type_info = {