xref: /minix/minix/drivers/net/3c90x/3c90x.conf (revision e3b78ef1)
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:9200
12	;
13	ipc
14		SYSTEM pm rs tty ds vm
15		pci inet lwip
16	;
17};
18