xref: /minix3/minix/drivers/net/atl2/atl2.conf (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambucservice atl2
2*433d6423SLionel Sambuc{
3*433d6423SLionel Sambuc	type net;
4*433d6423SLionel Sambuc	descr "Attansic/Atheros L2 FastEthernet";
5*433d6423SLionel Sambuc        system
6*433d6423SLionel Sambuc                UMAP            # 14
7*433d6423SLionel Sambuc                IRQCTL          # 19
8*433d6423SLionel Sambuc        ;
9*433d6423SLionel Sambuc        pci device      1969:2048;
10*433d6423SLionel Sambuc        ipc
11*433d6423SLionel Sambuc                SYSTEM pm rs tty ds vm
12*433d6423SLionel Sambuc                pci inet lwip
13*433d6423SLionel Sambuc        ;
14*433d6423SLionel Sambuc};
15*433d6423SLionel Sambuc
16