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