blob: d229eeb44e6d0c553f95ebf86eaa4a625c6058c6 (
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
91
92
93
94
95
96
97
|
# $OpenBSD: TIGER,v 1.10 1997/06/23 02:56:31 gene Exp $
# $NetBSD: GENERIC,v 1.43 1996/09/22 06:49:09 scottr Exp $
#
# Allen's Q700
machine mac68k m68k
maxusers 16
makeoptions COPTS="-O2 -m68040"
# Standard system option
option DIAGNOSTIC # DEBUG for extra kernel debugging
option KTRACE # system call tracing support
option DEVPAGER
option SWAPPAGER
# Filesystem option
option FIFO # POSIX fifo support (in all filesystems)
option DDB
option FFS
option QUOTA # fast filesystem with user and group quotas
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 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 GATEWAY # IP packet forwarding
option IPFILTER
option COMPAT_43
option MAPMEM
option SYSVSHM,SYSVSEM,SYSVMSG
option PPP_BSDCOMP,PPP_DEFLATE
# Mac-specific option
option HWDIRECT
option M68040
option FPSP
option COMPAT_NOMID
option COMPAT_SUNOS
option ZS_CONSOLE_ABORT
config bsd swap generic
option GENERIC
mainbus0 at root
fpu0 at mainbus?
# on-board I/O
obio0 at mainbus?
adb0 at obio?
zsc0 at obio?
zstty* at zsc? channel ?
sn* at obio? # SONIC ethernet (68040)
# no internal video, but need interrupts, etc.
intvid* at obio?
nubus0 at mainbus?
ae* at nubus?
macvid* at nubus?
# grf should be on nubus card
grf* at macvid?
# Attach ite semantics to the appropriate grf device
ite0 at grf?
esp0 at obio? # SCSI NCR 53C9x
scsibus* at scsi?
sd* at scsibus? target ? lun ? # SCSI disk drives
st* at scsibus? target ? lun ? # SCSI tape drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
ch* at scsibus? target ? lun ? # SCSI autochangers
ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # SCSI unknown
pseudo-device pty 16
pseudo-device bpfilter 12
pseudo-device vnd 2
pseudo-device ccd 2
pseudo-device ppp 2
pseudo-device random 1
pseudo-device loop
|