xref: /plan9-contrib/sys/src/9/pc/pccd (revision a60295f8f01618ca2f0ee8e2e6b7a88a0b3e2ebc)
1# pccd - small kernel used to install from cd
2dev
3	root
4	cons
5
6	arch
7	pnp		pci
8	env
9	pipe
10	proc
11	mnt
12	srv
13	dup
14	rtc
15	ssl
16	tls
17	cap
18	kprof
19	fs
20
21	ether		netif
22	ip		arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
23
24	draw		screen vga vgax
25	mouse		mouse
26	vga
27	kbmap
28	kbin
29
30	sd
31	floppy		dma
32	lpt
33
34	audio		dma
35	pccard
36	i82365		cis
37	uart
38	usb
39
40link
41	realmode
42	devpccard
43	devi82365
44	apm		apmjump
45
46# order of ethernet drivers should match that in ../pcboot/boot so that
47# devices are detected in the same order by bootstraps and kernels
48# and thus given the same controller numbers.
49	ether2000	ether8390
50	ether2114x	pci
51	ether589	etherelnk3
52	ether79c970	pci
53	ether8003	ether8390
54	ether8139	pci
55	ether8169	pci ethermii
56	ether82543gc	pci
57	ether82557	pci
58	ether82563	pci
59	ether83815	pci
60	etherdp83820	pci
61	etherec2t	ether8390
62	etherelnk3	pci
63	etherga620	pci
64	etherigbe	pci ethermii
65	ethervgbe	pci ethermii
66	ethervt6102	pci ethermii
67	ethervt6105m	pci ethermii
68	ethersink
69	ethersmc	devi82365 cis
70	etherwavelan	wavelan devi82365 cis pci
71#	etherm10g	pci ethermii		# vast firmware
72#	ether82598	pci
73	ethervirtio	pci
74	ethervirtio10	pci
75
76	ethermedium
77	pcmciamodem
78	netdevmedium
79
80	usbuhci
81	usbohci
82	usbehci		usbehcipc
83
84misc
85	archmp		mp apic mpacpi
86	mtrr
87
88	sdata		pci sdscsi
89	sd53c8xx	pci sdscsi
90	sdmylex		pci sdscsi
91	sdiahci		pci sdscsi
92	sdvirtio	pci sdscsi
93	sdvirtio10	pci sdscsi
94
95	uarti8250
96	uartpci		pci
97	uartisa
98
99	vga3dfx		+cur
100	vgaark2000pv	+cur
101	vgabt485	=cur
102	vgaclgd542x	+cur
103	vgaclgd546x	+cur
104	vgact65545	+cur
105	vgacyber938x	+cur
106	vgaet4000	+cur
107	vgahiqvideo	+cur
108	vgai81x		+cur
109	vgamach64xx	+cur
110	vgamga2164w	+cur
111	vgamga4xx	+cur
112	vganeomagic	+cur
113	vganvidia	+cur
114	vgaradeon	+cur
115	vgargb524	=cur
116	vgas3		+cur vgasavage
117	vgat2r4		+cur
118	vgatvp3020	=cur
119	vgatvp3026	=cur
120	vgavesa
121	vgavmware	+cur
122
123ip
124	tcp
125	udp
126	ipifc
127	icmp
128	icmp6
129
130port
131	int cpuserver = 0;
132
133boot boot #S/sdD0/data
134	tcp
135	local
136
137bootdir
138	boot$CONF.out boot
139	/386/bin/ip/ipconfig ipconfig
140	/386/bin/9660srv kfs
141	/386/bin/usb/usbd
142