xref: /minix3/minix/drivers/net/virtio_net/virtio_net.conf (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambucservice virtio_net
2*433d6423SLionel Sambuc{
3*433d6423SLionel Sambuc	type	net;
4*433d6423SLionel Sambuc	descr   "Virtio network device";
5*433d6423SLionel Sambuc	system
6*433d6423SLionel Sambuc		UMAP
7*433d6423SLionel Sambuc		VUMAP
8*433d6423SLionel Sambuc		IRQCTL
9*433d6423SLionel Sambuc		DEVIO
10*433d6423SLionel Sambuc	;
11*433d6423SLionel Sambuc
12*433d6423SLionel Sambuc	pci device	1af4:1000;
13*433d6423SLionel Sambuc}
14