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
Forward compatibility: build relative-base link libraries where needed
[AROS.git]
/
arch
/
all-linux
/
hidd
/
pcilinux
/
pcilinux.conf
blob
1694f8245774a2d384a6e5fe9d3848b34e18a2d3
1
##begin config
2
basename PCILx
3
version 1.0
4
libbasetype struct pcibase
5
residentpri 89
6
classptr_field psd.driverClass
7
superclass CLID_Hidd_PCIDriver
8
##end config
9
10
##begin cdefprivate
11
#include "pci.h"
12
#include <hidd/pci.h>
13
##end cdefprivate
14
15
##begin methodlist
16
.interface Root
17
New
18
.interface Hidd_PCIDriver
19
ReadConfigLong
20
WriteConfigLong
21
MapPCI
22
UnmapPCI
23
AddInterrupt
24
RemoveInterrupt
25
##end methodlist