repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix potential null deref
[minix.git]
/
drivers
/
rtl8139
/
rtl8139.conf
blob
bbab4eb40ae1fa73d38fb32c7980d60a503ac8b4
1
service rtl8139
2
{
3
type net;
4
descr "Realtek 8139 based card";
5
system
6
UMAP # 14
7
IRQCTL # 19
8
DEVIO # 21
9
;
10
pci device 10ec/8139;
11
pci device 02ac/1012;
12
pci device 1065/8139;
13
pci device 1113/1211;
14
pci device 1186/1300;
15
pci device 1186/1340;
16
pci device 11db/1234;
17
pci device 1259/a117;
18
pci device 1259/a11e;
19
pci device 126c/1211;
20
pci device 13d1/ab06;
21
pci device 1432/9130;
22
pci device 14ea/ab06;
23
pci device 14ea/ab07;
24
pci device 1500/1360;
25
pci device 1743/8139;
26
pci device 4033/1360;
27
ipc
28
SYSTEM pm rs log tty ds vm
29
pci inet lwip amddev
30
;
31
};
32