xref: /minix/minix/drivers/net/lance/lance.conf (revision 83133719)
1
2service 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
15