2 Copyright 2010, The AROS Development Team. All rights reserved.
9 #include <proto/exec.h>
11 #include <aros/debug.h>
13 #include "agp_private.h"
15 #undef HiddAGPBridgeDeviceAttrBase
16 #define HiddAGPBridgeDeviceAttrBase (SD(cl)->hiddAGPBridgeDeviceAB)
18 /* Rething object model g33<->i965<->i915 so that code is not duplicated */
20 BOOL
METHOD(g33BridgeDevice
, Hidd_AGPBridgeDevice
, CreateGattTable
)
23 /* Note: identical as i915 */
27 BOOL
METHOD(g33BridgeDevice
, Hidd_AGPBridgeDevice
, ScanAndDetectDevices
)
30 /* TODO: Check if interrupt is set */
31 /* Note: new method */
36 OOP_Object
* METHOD(g33BridgeDevice
, Root
, New
)
38 o
= (OOP_Object
*)OOP_DoSuperMethod(cl
, o
, (OOP_Msg
) msg
);
44 VOID
METHOD(g33BridgeDevice
, Hidd_AGPBridgeDevice
, BindMemory
)
47 /* Note : identical as i965 */
50 BOOL
METHOD(g33BridgeDevice
, Hidd_AGPBridgeDevice
, Initialize
)
53 /* Note: specific detection, but initialization code identical as i915 */
55 /* THIS CLASS IS NOT FULLY IMPLEMENT AND NOT TESTED AT ALL */