xref: /plan9-contrib/sys/src/9/pc/pcdisk (revision a60295f8f01618ca2f0ee8e2e6b7a88a0b3e2ebc)
1# pcdisk - pc terminal with kfs or cfs root
2dev
3	root
4	cons
5	arch
6	pnp		pci
7	env
8	pipe
9	proc
10	mnt
11	srv
12	dup
13	rtc
14	ssl
15	tls
16	cap
17	kprof
18	fs
19
20	ether		netif
21	ip		arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
22
23	draw		screen vga vgax
24	mouse		mouse
25	vga
26	kbmap
27	kbin
28
29	sd
30	floppy		dma
31	aoe
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	ethervirtio		pci
72	ethervirtio10		pci
73
74	ethermedium
75	pcmciamodem
76	netdevmedium
77	loopbackmedium
78
79	usbuhci
80	usbohci
81	usbehci		usbehcipc
82
83misc
84	archmp		mp apic mpacpi
85	mtrr
86
87	sdata		pci sdscsi
88	sd53c8xx	pci sdscsi
89	sdmylex		pci sdscsi
90	sdiahci		pci sdscsi
91	sdaoe
92	sdvirtio	pci sdscsi
93	sdvirtio10	pci sdscsi
94
95	uarti8250
96	uartpci		pci
97
98	vga3dfx		+cur
99	vgaark2000pv	+cur
100	vgabt485	=cur
101	vgaclgd542x	+cur
102	vgaclgd546x	+cur
103	vgact65545	+cur
104	vgacyber938x	+cur
105	vgaet4000	+cur
106	vgahiqvideo	+cur
107	vgai81x		+cur
108	vgamach64xx	+cur
109	vgamga2164w	+cur
110	vgamga4xx	+cur
111	vganeomagic	+cur
112	vganvidia	+cur
113	vgaradeon	+cur
114	vgargb524	=cur
115	vgas3		+cur vgasavage
116	vgat2r4		+cur
117	vgatvp3020	=cur
118	vgatvp3026	=cur
119	vgavesa
120	vgavmware	+cur
121
122ip
123	tcp
124	udp
125	rudp
126	ipifc
127	icmp
128	icmp6
129	gre
130	ipmux
131	esp
132
133port
134	int cpuserver = 0;
135
136boot boot #S/sdC0/
137	tcp
138	local
139
140bootdir
141	boot$CONF.out boot
142	/386/bin/ip/ipconfig
143	/386/bin/auth/factotum
144	/386/bin/disk/kfs
145	/386/bin/cfs
146	/386/bin/usb/usbd
147