blob: bf9985482a9079203edb5548bdd1f926c90969d9 (
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
55
56
57
58
59
60
61
|
#
# SUMMER - specific config(8) file for summer
#
machine pmax
option CPU_R3000
option MIPS1
option DS5000_200
option HZ=256
option NKMEMCLUSTERS=1024
option TIMEZONE=0
option DST=0
maxusers 64
option SWAPPAGER
option VNODEPAGER
option DEVPAGER
option COMPAT_43
option NATIVE_ELF
option FFS
option FIFO
option CD9660
option MSDOSFS
option INET
option NFSCLIENT
option NFSSERVER
option KTRACE
config bsd root on rz0a swap on rz0b and rz1b dumps on rz0b
mainbus0 at root
cpu* at mainbus0
clock0 at mainbus0
dc0 at mainbus0
pm0 at mainbus0
tc* at mainbus0
le0 at tc?
cfb0 at tc?
ioasic0 at tc?
dc0 at ioasic?
asc0 at tc?
oldscsibus* at asc?
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 ?
rz6 at oldscsibus? target ? drive ?
tz0 at oldscsibus? target ? drive ?
tz1 at oldscsibus? target ? drive ?
pseudo-device loop
pseudo-device fb 1
pseudo-device rasterconsole 1
pseudo-device sl 1
pseudo-device bpfilter 8
pseudo-device pty 32
|