xref: /plan9/sys/src/9/pc/pcauth (revision c9834a715ea9c722bc498d09ca5bc4aa8eaf6cc4)
1# pcauth - pccpuf specialised for our auth servers
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
27	sd
28	floppy		dma
29
30	uart
31	usb
32	kbin
33
34link
35	apm		apmjump
36	etherdp83820	pci
37	ether82557	pci
38	ethervt6102	pci ethermii
39	ethervt6105m	pci ethermii
40	ethermedium
41	netdevmedium
42	loopbackmedium
43	usbuhci
44	usbohci
45	usbehci		usbehcipc
46
47misc
48	realmode
49	mtrr
50	sdata		pci sdscsi
51
52	uarti8250
53	uartpci
54
55	vgamach64xx	+cur
56	vgas3 		+cur vgasavage
57
58ip
59	tcp
60	udp
61	rudp
62	ipifc
63	icmp
64	icmp6
65	gre
66	ipmux
67	esp
68
69port
70	int cpuserver = 1;
71
72boot cpu boot #S/sdC0/
73	tcp
74	local
75
76bootdir
77	boot$CONF.out boot
78	/386/bin/ip/ipconfig
79	/386/bin/auth/factotum
80	/386/bin/fossil/fossil
81	/386/bin/venti/venti
82	/386/bin/usb/usbd
83