GENERIC revision 1.24 1 #
2 # Distribution kernel (any model) kernel config file
3
4 #
5 # $NetBSD: GENERIC,v 1.24 1998/03/25 04:17:08 jonathan Exp $
6 #
7 include "arch/pmax/conf/std.pmax"
8
9 maxusers 64
10
11 options MIPS1 # R2000/R3000 CPUs
12 options MIPS3 # R4000/R4400/R4600 CPUs
13
14
15 # Support for specific models of DECstation
16 options DEC_3100 # kn01: DECstation 2100, 3100
17 options DEC_MAXINE # kn02ca: 5000/xx (Personal DECstation)
18 options DEC_3MIN # kn02ba: 5000/1xx (3min) support
19 options DEC_3MAX # kn02: 5000/200 support
20 options DEC_3MAXPLUS # 5000/240 (kn03) , 5000/260 (kn05)
21
22 #options DEC_5400
23 #options DEC_5800
24 #options DEC_5500
25 #options DEC_5100
26
27 # old stype options (deprecated, still required)
28 options DS3100 # PMAX (kn01) DECstation 2100, 3100
29 options DS5000_25 # MAXINE (kn02ca/xine) support
30 options DS5000_100 # 3MIN (kn02ba/kmin) support
31 options DS5000_200 # 3MAX (kn02) support
32 options DS5000_240 # 3MAXPLUS (kn03) support
33
34
35
36 # Standard system options
37 options DDB # in-kernel debugger
38 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
39 options DDB_ONPANIC=0 # don't enter debugger on panic
40 #options DIAGNOSTIC # extra kernel debugging checks
41 #options DEBUG # extra kernel debugging support
42 options "COMPAT_43" # compatibility with 4.3BSD binaries
43 options KTRACE # system call tracing support
44 options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
45
46 #options SCSIVERBOSE # Verbose SCSI errors
47
48 #Old 4.4bsd/pmax kgdb options
49 #options KGDB # support for kernel gdb
50 #options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
51 #options "KGDBDEV=15*256+0" # device for kernel gdb
52
53 options NTP # network time protocol
54 #options UCONSOLE # users can redirect console (unsafe)
55
56
57 # Filesystem options
58 file-system FFS # fast filesystem with user and group quotas
59 file-system MFS # memory-based filesystem
60 file-system NFS # Sun NFS-compatible filesystem (client)
61 file-system LFS # Log-based filesystem (still experimental)
62 file-system CD9660 # ISO 9660 + Rock Ridge file system
63 file-system FDESC # /dev/fd
64 file-system KERNFS # /kern (kernel informational filesystem)
65 file-system NULLFS # loopback file system
66 file-system PORTAL # portal filesystem (still experimental)
67 file-system PROCFS # /proc
68 file-system UMAPFS # NULLFS + uid and gid remapping
69 file-system UNION
70
71 options FIFO # POSIX fifo support (in all filesystems)
72 options NFSSERVER # Sun NFS-compatible filesystem (server)
73 options QUOTA # UFS quotas
74 #options FFS_EI # FFS Endian Independant support
75
76 # Networking options
77 options INET # Internet protocols
78 options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
79 options GATEWAY # IP packet forwarding
80 options MULTICAST # Multicast support
81 #options MROUTING # Multicast routing support
82 #options ISO # OSI networking
83 #options TPIP # TPIP
84 #options EON # OSI tunneling over IP
85 #options CCITT,LLC,HDLC # X.25
86
87 # NetBSD backwards compatibility
88 #options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
89 #options COMPAT_11 # NetBSD 1.1,
90 options COMPAT_12 # Netbsd 1.2 reboot()
91 options COMPAT_13 # Netbsd 1.3
92
93
94 # pmax specific
95 options COMPAT_ULTRIX # ultrix compatibility
96 options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
97 options "HZ=256" # RTC rate required
98
99 # The pmax proms need bootp anyway, so just use bootp.
100 options NFS_BOOT_BOOTP
101
102 config netbsd root on ? type ?
103 config nfsnetbsd root on ? type nfs
104
105
106 ########################################################################
107 ### I/O bus and device options ###
108 ########################################################################
109
110 # TC bus and supported options. (All but PMAXes have a turbochannel.)
111 include "arch/pmax/conf/tc.std"
112
113 # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
114 include "arch/pmax/conf/builtin.ioasic"
115
116 # MAXINE-only ioasic baseboard devices and on-baseboard "options"
117 include "arch/pmax/conf/builtin.maxine"
118
119 # 5000/200-only (aka 3MAX aka KN02) baseboard devices.
120 # (KN02 has turbochannel but no IOASIC).
121 include "arch/pmax/conf/builtin.3max"
122
123 # 2100/3100-only (aka PMAX aka KN01) baseboard devices.
124 # (may also be present on a 5100).
125 include "arch/pmax/conf/builtin.3100"
126
127 ########################################################################
128 # SCSI configuration #
129 ########################################################################
130
131 oldscsibus* at sii?
132 oldscsibus* at asc?
133 #
134 # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
135 #
136 include "arch/pmax/conf/scsi.pmax"
137 #include "arch/pmax/conf/mi.scsi" # not yet supported
138
139 # disks and tapes for a second ASC
140 rz8 at oldscsibus? target ? drive ?
141 rz9 at oldscsibus? target ? drive ?
142 rz10 at oldscsibus? target ? drive ?
143 rz11 at oldscsibus? target ? drive ?
144 rz12 at oldscsibus? target ? drive ?
145 rz13 at oldscsibus? target ? drive ?
146 tz2 at oldscsibus? target? drive ?
147 tz3 at oldscsibus? target? drive ?
148
149 ########################################################################
150 ### Pseudo-devices ###
151 ########################################################################
152
153 pseudo-device loop 1 # network loopback
154 pseudo-device sl 4 # serial-line IP ports
155 pseudo-device ppp 2 # serial-line IP ports
156 pseudo-device pty 64 # pseudo ptys
157 pseudo-device bpfilter 16 # packet filter ports
158 #pseudo-device ipfilter # IP filter, NAT
159
160 pseudo-device vnd 4 # virtual disk ick
161 pseudo-device ccd 4 # concatenated disks
162
163 pseudo-device rasterconsole 1 # NB: raster console requires "fb"
164 pseudo-device fb 1 # up to 3 framebuffers
165 # rnd is EXPERIMENTAL
166 #pseudo-device rnd # /dev/random and in-kernel generator
167