summaryrefslogtreecommitdiff
path: root/minix/drivers/net/lance/lance.conf
blob: b5a4dda67146164774485e34a29ab35913187370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

service lance
{
	type net;
	descr "AMD LANCE (also emulated by VMWare and VirtualBox)";
        system
                UMAP            # 14
                IRQCTL          # 19
                DEVIO           # 21
        ;
        pci device      1022:2000;
        uid     0;
};