xref: /minix3/minix/drivers/net/lance/lance.conf (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambuc
2*433d6423SLionel Sambucservice lance
3*433d6423SLionel Sambuc{
4*433d6423SLionel Sambuc	type net;
5*433d6423SLionel Sambuc	descr "AMD LANCE (also emulated by VMWare and VirtualBox)";
6*433d6423SLionel Sambuc        system
7*433d6423SLionel Sambuc                UMAP            # 14
8*433d6423SLionel Sambuc                IRQCTL          # 19
9*433d6423SLionel Sambuc                DEVIO           # 21
10*433d6423SLionel Sambuc        ;
11*433d6423SLionel Sambuc        pci device      1022:2000;
12*433d6423SLionel Sambuc        uid     0;
13*433d6423SLionel Sambuc};
14*433d6423SLionel Sambuc
15