xref: /plan9-contrib/sys/src/9/pc/pcauth (revision a60295f8f01618ca2f0ee8e2e6b7a88a0b3e2ebc)
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	ethervirtio	pci
41	ethervirtio10	pci
42	ethermedium
43	netdevmedium
44	loopbackmedium
45	usbuhci
46	usbohci
47	usbehci		usbehcipc
48
49misc
50	realmode
51	mtrr
52	sdata		pci sdscsi
53	sdvirtio	pci sdscsi
54	sdvirtio10	pci sdscsi
55
56	uarti8250
57	uartpci
58
59	vgamach64xx	+cur
60	vgas3 		+cur vgasavage
61
62ip
63	tcp
64	udp
65	rudp
66	ipifc
67	icmp
68	icmp6
69	gre
70	ipmux
71	esp
72
73port
74	int cpuserver = 1;
75
76boot cpu boot #S/sdC0/
77	tcp
78	local
79
80bootdir
81	boot$CONF.out boot
82	/386/bin/ip/ipconfig
83	/386/bin/auth/factotum
84	/386/bin/fossil/fossil
85	/386/bin/venti/venti
86	/386/bin/usb/usbd
87