xref: /minix/minix/drivers/net/dp8390/dp8390.conf (revision fb9c64b2)
1service dp8390
2{
3        type net;
4        descr "Realtek 8029 based card";
5        system
6                IRQCTL          # 19
7                DEVIO           # 21
8                SDEVIO          # 22
9        ;
10        pci device      10ec:8029;
11        io
12                300:20
13        ;
14        irq     9;
15};
16
17