xref: /plan9/sys/src/9/kw/plugnv (revision 63c59e2557d4c12b1ccf654a066cc2f1e55be7c1)
1# plugnv - sheeva plug, openrd-client, guruplug, dreamplug and others based on
2#	marvell's kirkwood soc.  includes compiled-in nvram.
3dev
4	root
5	cons
6	env
7	pipe
8	proc
9	mnt
10	srv
11	dup
12	rtc
13	arch
14	ssl
15	tls
16	cap
17	kprof
18	aoe
19	sd
20	fs
21	flash
22	twsi
23#	pnp		pci
24
25	ether		netif
26	ip		arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum inferno
27
28##	draw		screen vga vgax
29##	mouse		mouse
30##	vga
31#	kbmap
32##	kbin
33
34	uart
35	usb
36
37link
38	ether1116	ethermii
39	archkw
40	ethermedium
41# no flash yet for guruplug nor dreamplug; it keeps changing, and
42# on the dreamplug, flash is spi instead of nand.
43	flashkw		ecc
44	loopbackmedium
45	netdevmedium
46	usbehci		usbehcikw
47
48ip
49	tcp
50	udp
51	ipifc
52	icmp
53	icmp6
54	ipmux
55
56misc
57	rdb
58	coproc
59	sdaoe		sdscsi
60	softfpu
61	syscall
62	uartkw
63	ucalloc
64##	vgavesa
65
66port
67	int cpuserver = 1;
68	int i8250freq = 3686000;
69
70boot cpu
71	tcp
72#	paq
73
74bootdir
75	boot$CONF.out boot
76	/arm/bin/ip/ipconfig
77	/arm/bin/auth/factotum
78#	/arm/bin/paqfs
79	/arm/bin/usb/usbd
80# compiled-in nvram is a hack and only needed if flash is inaccessible,
81# usb won't work, and we don't have coraid access.  it should not be used
82# on outside machines.
83	nvram
84