repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
arch
/
x86_64-linux
/
pcilinux
/
pcilinux.conf
blob
fd3f3552c8cc090d03a8e2a2113de92d8753b6ea
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
##end methodlist