summaryrefslogtreecommitdiff
path: root/minix/drivers/net/lan8710a/lan8710a.conf
blob: 4c37a77d27675ceae96b668840980c552e33be53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
service lan8710a
{
	type net;
	descr "Beaglebone Ethernet Controller LAN8710A";
	system
		PRIVCTL		#  4
		UMAP		# 14
		IRQCTL		# 19
		DEVIO		# 21
	;
	ipc
		tty inet lwip
	;
	irq	41		# IRQ 41 allowed
		42		# IRQ 42 allowed
	;
};