revert between 56095 -> 55830 in arch
[AROS.git] / rom / hidds / ata_pci / ata_pci.conf
blob584e1e11a60133d2ab241ab56160261e8ff74649
1 ##begin config
2 basename        PCIATABus
3 version         1.3
4 libbase         base
5 libbasetype     struct atapciBase
6 classptr_field  busClass
7 classdatatype   struct PCIATABusData
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