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
Fixed compatibility of output.
[AROS.git]
/
arch
/
ppc-chrp
/
efika
/
pci
/
pci-efika.conf
blob
28b80231d4bdb2cb3e8b4f5a6c6972a6f6d485ef
1
##begin config
2
basename PCIEfika
3
libbasetype struct pcibase
4
version 1.0
5
residentpri 89
6
classptr_field psd.driverClass
7
superclass CLID_Hidd_PCIDriver
8
options noexpunge
9
##end config
10
11
##begin cdefprivate
12
#include <hidd/pci.h>
13
#include "pci.h"
14
##end cdefprivate
15
16
##begin methodlist
17
.interface Root
18
New
19
.interface Hidd_PCIDriver
20
ReadConfigByte
21
ReadConfigWord
22
ReadConfigLong
23
WriteConfigByte
24
WriteConfigWord
25
WriteConfigLong
26
MapPCI
27
AllocPCIMem
28
FreePCIMem
29
##end methodlist