xref: /minix/minix/drivers/net/3c90x/3c90x.conf (revision fb9c64b2)
1service 3c90x
2{
3	type net;
4	descr "3Com 90x B/C EtherLink";
5	system
6		UMAP		# 14
7		IRQCTL		# 19
8		DEVIO		# 21
9	;
10	pci device
11		10b7:9055
12		10b7:9200
13	;
14	ipc
15		SYSTEM pm rs tty ds vm
16		pci inet lwip
17	;
18};
19