repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
rom
/
hidds
/
ata_pci
/
ata_pci.conf
blob
524d82d4fec526783b62cddd0b08e24195da4689
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
13
14
##begin cdefprivate
15
#include <hidd/ata.h>
16
#include "bus_class.h"
17
##end cdefprivate
18
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