repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
minix
/
drivers
/
net
/
lance
/
lance.conf
blob
b5a4dda67146164774485e34a29ab35913187370
1
2
service lance
3
{
4
type net;
5
descr "AMD LANCE (also emulated by VMWare and VirtualBox)";
6
system
7
UMAP # 14
8
IRQCTL # 19
9
DEVIO # 21
10
;
11
pci device 1022:2000;
12
uid 0;
13
};
14