update copyright
[AROS.git] / rom / hidds / ata_pci / ata_pci.conf
blob524d82d4fec526783b62cddd0b08e24195da4689
1 ##begin config
2 basename        PCIATA
3 version         1.2
4 libbase         base
5 libbasetype     struct ataBase
6 classptr_field  busClass
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 GetDMAInterface
28 SetXferMode
29 Shutdown
30 ##end methodlist