summaryrefslogtreecommitdiff
path: root/minix/drivers/net/virtio_net/virtio_net.conf
blob: ca19a2574bdd9bc991b28694cc50bc1445cb8bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
service virtio_net
{
	type	net;
	descr   "Virtio network device";
	system
		UMAP
		VUMAP
		IRQCTL
		DEVIO
	;

	pci device	1af4:1000;
}