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
<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git]
/
drivers
/
virtio_net
/
virtio_net.conf
blob
ca19a2574bdd9bc991b28694cc50bc1445cb8bb1
1
service virtio_net
2
{
3
type net;
4
descr "Virtio network device";
5
system
6
UMAP
7
VUMAP
8
IRQCTL
9
DEVIO
10
;
11
12
pci device 1af4:1000;
13
}