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