blob: 73751a7f269addbb44f395a12ebab628fce44158 (
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
# $OpenBSD: PUMA,v 1.14 1997/06/23 02:56:29 gene Exp $
# $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $
#
# PUMA
machine mac68k m68k
maxusers 16
option MAXFDESCS=2048
option SWAPPAGER
option DEVPAGER
# Filesystem option
option FIFO # POSIX fifo support (in all filesystems)
option KTRACE
option DDB
option FFS
option MFS # memory-based filesystem
option NFSSERVER # Sun NFS-compatible filesystem
option NFSCLIENT # Sun NFS-compatible filesystem
option NULLFS # Null (formerly loop-back) filesystem
option UNION # Union filesystem
option CD9660 # ISO-9660 w/ RockRidge
option KERNFS # kernel data-structure filesystem
option FDESC # user file descriptor filesystem
option PROCFS # Process filesystem
option LKM # Loadable Kernel Modules
option SCSI
# Networking option
option INET
#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
option GATEWAY # IP packet forwarding
option COMPAT_43
option NS
option MAPMEM
option SYSVSHM,SYSVSEM,SYSVMSG
# Mac-specific option
option M68030
option COMPAT_SUNOS
option COMPAT_NOMID
option COMPAT_09
option COMPAT_10
option COMPAT_11
option COMPAT_12
config bsd root on sd0 swap on sd0 and sd1 and vnd0a dumps on sd1b
mainbus0 at root
fpu0 at mainbus?
# on-board I/O
obio0 at mainbus?
adb0 at obio?
zsc0 at obio?
zstty* at zsc? channel ?
nubus0 at mainbus?
ae* at nubus?
macvid* at nubus?
grf* at macvid?
# Attach ite semantics to the appropriate grf device
ite0 at grf?
ncrscsi0 at obio? # SCSI NCR 5380
scsibus* at scsi?
sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
pseudo-device pty 16
pseudo-device bpfilter 16
pseudo-device vnd 4
pseudo-device loop
pseudo-device ppp
pseudo-device sl
# Puma-specific option
# Try linked commands on all targets
option TRY_SCSI_LINKED_COMMANDS=0x7f
|