disable debug.
[AROS.git] / arch / m68k-amiga / hidd / gayle_ata / ata_gayle.conf
blob09f7f04370a1897f3fd62c7af25222b091cba4ec
1 ##begin config
2 basename        GAYLEATA
3 version         1.1
4 libbase         base
5 libbasetype     struct ataBase
6 classptr_field  GayleBusClass
7 classdatatype   struct ATA_BusData
8 superclass      CLID_Hidd_ATABus
9 oopbase_field   cs_OOPBase
10 residentpri     3
11 options         noexpunge
12 ##end config
14 ##begin cdefprivate
15 #include <hidd/ata.h>
16 #include "bus_class.h"
17 ##end cdefprivate
19 ##begin methodlist
20 .interface Root
21 New
22 Dispose
23 Get
24 Set
25 .interface Hidd_ATABus
26 GetPIOInterface
27 Shutdown
28 ##end methodlist
30 ##begin class
31 ##begin config
32 basename FASTATA
33 type hidd
34 superclass CLID_Hidd_ATABus
35 classptr_field FastATABusClass
36 ##end config
38 ##begin methodlist
39 .interface Root
40 New
41 Dispose
42 Get
43 Set
44 .interface Hidd_ATABus
45 GetPIOInterface
46 Shutdown
47 ##end methodlist
48 ##end class