Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
# boot - 9pxeload (not 9load) as a variant of 9pccpu.
2
#	compressed text + data segments must fit in 1st 512K; currently 393K.
3
dev
4
	root
5
	cons
6
	arch
7
	rtc
8
 
9
	ether		netif
10
	ip		arp chandial ip ipaux ipv6 iproute netlog nullmedium pktmedium ptclbsum386 inferno
11
 
12
	uart
13
 
14
link
15
# order of ethernet drivers should match that in ../pc/pc so that
16
# devices are detected in the same order by bootstraps and kernels
17
# and thus given the same controller numbers.
18
	ether2000	ether8390
19
	ether2114x	pci
20
	ether589	etherelnk3
21
	ether79c970	pci
22
	ether8003	ether8390
23
	ether8139	pci
24
	ether8169	pci ethermii
25
	ether82543gc	pci
26
	ether82557	pci
27
	ether82563	pci
28
	ether83815	pci
29
	etherdp83820	pci
30
	etherec2t	ether8390
31
	etherelnk3	pci
32
	etherga620	pci
33
	etherigbe	pci ethermii
34
	ethervgbe	pci ethermii
35
	ethervt6102	pci ethermii
36
	ethervt6105m	pci ethermii
37
#	ethersink
38
	ethersmc	devi82365 cis
39
	etherwavelan	wavelan devi82365 cis pci
40
	etherm10g
41
	ether82598	pci
42
 
43
	ethermedium
44
 
45
misc
46
	bootld
47
	conf
48
	dir
49
	nomtrr
50
	no-inflate
51
	pxeload
52
	rand
53
	stub
54
	uarti8250
55
 
56
ip
57
	udp
58
# would need tcp to read via 9p
59
	ipifc
60
	icmp
61
	icmp6
62
 
63
port
64
	int cpuserver = 1;
65
	char hellomsg[] = "\nPlan 9 from Bell Labs PXE boot loader";