blob: 1931c01156d871af29ee27ea6341561a79d6ff4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
#
# PLUTO - specific config(8) file for pluto
#
machine pmax
option CPU_R3000
option DS3100
option HZ=256
option NKMEMCLUSTERS=1024
option TIMEZONE=0
option DST=0
maxusers 8
option SWAPPAGER
option VNODEPAGER
option DEVPAGER
option COMPAT_43
option NATIVE_ELF
option FFS
option FIFO
option INET
option NFSCLIENT
option NFSSERVER
option KTRACE
config bsd root on rz3a swap on rz3b dumps on rz3b
mainbus0 at root
cpu* at mainbus0
clock0 at mainbus0
pm0 at mainbus0
dc0 at mainbus0
le0 at mainbus0
sii0 at mainbus0
oldscsibus* at sii?
rz0 at oldscsibus? target ? drive ?
rz1 at oldscsibus? target ? drive ?
rz2 at oldscsibus? target ? drive ?
rz3 at oldscsibus? target ? drive ?
rz4 at oldscsibus? target ? drive ?
rz5 at oldscsibus? target ? drive ?
tz0 at oldscsibus? target ? drive ?
tz1 at oldscsibus? target ? drive ?
pseudo-device loop
pseudo-device rasterconsole 1
pseudo-device fb 1
pseudo-device sl 1
pseudo-device bpfilter 8
pseudo-device pty 32
|