GENERIC revision 1.63 1 1.1 jonathan #
2 1.63 wrstuden # $NetBSD: GENERIC,v 1.63 2000/01/20 19:12:35 wrstuden Exp $
3 1.39 nisimura #
4 1.34 simonb # Distribution kernel (any model) kernel config file
5 1.1 jonathan #
6 1.5 jonathan include "arch/pmax/conf/std.pmax"
7 1.1 jonathan
8 1.5 jonathan maxusers 64
9 1.1 jonathan
10 1.39 nisimura options MIPS1 # R2000/R3000 CPUs
11 1.39 nisimura options MIPS3 # R4000/R4400 CPUs
12 1.6 jonathan
13 1.1 jonathan
14 1.5 jonathan # Support for specific models of DECstation
15 1.39 nisimura options DEC_3100 # DECstation 2100, 3100 (kn01)
16 1.39 nisimura options DEC_5100 # DECsystem 5100 (kn230)
17 1.39 nisimura options DEC_3MAX # DECstation 5000/200 (kn02)
18 1.39 nisimura options DEC_3MIN # DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
19 1.39 nisimura options DEC_MAXINE # Personal DECstation 5000/xx (kn02ca)
20 1.39 nisimura options DEC_3MAXPLUS # DECstation 5000/240 (kn03), 5000/260 (kn05)
21 1.24 jonathan
22 1.60 simonb #options DEC_5400 # DECsystem 5400 (kn210)
23 1.60 simonb #options DEC_5500 # DECsystem 5500 (kn220)
24 1.60 simonb #options DEC_5800 # DECsystem 58x0 (kn5800)
25 1.1 jonathan
26 1.1 jonathan # Standard system options
27 1.16 jonathan options DDB # in-kernel debugger
28 1.19 lukem #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
29 1.16 jonathan options DDB_ONPANIC=0 # don't enter debugger on panic
30 1.15 jonathan #options DIAGNOSTIC # extra kernel debugging checks
31 1.15 jonathan #options DEBUG # extra kernel debugging support
32 1.15 jonathan options "COMPAT_43" # compatibility with 4.3BSD binaries
33 1.15 jonathan options KTRACE # system call tracing support
34 1.43 jonathan
35 1.43 jonathan options SYSVMSG # System V-like message queues
36 1.43 jonathan options SYSVSEM # System V-like semaphores
37 1.43 jonathan options SYSVSHM # System V-like memory sharing
38 1.43 jonathan #options SHMMAXPGS=1024 # 1024 pages is the default
39 1.43 jonathan
40 1.43 jonathan options LKM # loadable kernel modules
41 1.15 jonathan options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
42 1.17 mjacob
43 1.18 mjacob #options SCSIVERBOSE # Verbose SCSI errors
44 1.12 jonathan
45 1.62 ad # Old 4.4BSD/pmax kgdb options
46 1.15 jonathan #options KGDB # support for kernel gdb
47 1.15 jonathan #options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
48 1.15 jonathan #options "KGDBDEV=15*256+0" # device for kernel gdb
49 1.1 jonathan
50 1.15 jonathan options NTP # network time protocol
51 1.15 jonathan #options UCONSOLE # users can redirect console (unsafe)
52 1.5 jonathan
53 1.5 jonathan
54 1.1 jonathan # Filesystem options
55 1.34 simonb file-system FFS # fast filesystem with user and group quotas
56 1.10 thorpej file-system MFS # memory-based filesystem
57 1.10 thorpej file-system NFS # Sun NFS-compatible filesystem (client)
58 1.12 jonathan file-system LFS # Log-based filesystem (still experimental)
59 1.12 jonathan file-system CD9660 # ISO 9660 + Rock Ridge file system
60 1.12 jonathan file-system FDESC # /dev/fd
61 1.12 jonathan file-system KERNFS # /kern (kernel informational filesystem)
62 1.12 jonathan file-system NULLFS # loopback file system
63 1.63 wrstuden file-system OVERLAY # overlay file system
64 1.12 jonathan file-system PORTAL # portal filesystem (still experimental)
65 1.12 jonathan file-system PROCFS # /proc
66 1.12 jonathan file-system UMAPFS # NULLFS + uid and gid remapping
67 1.12 jonathan file-system UNION
68 1.10 thorpej
69 1.15 jonathan options NFSSERVER # Sun NFS-compatible filesystem (server)
70 1.15 jonathan options QUOTA # UFS quotas
71 1.23 bouyer #options FFS_EI # FFS Endian Independant support
72 1.49 fvdl #options SOFTDEP # FFS soft updates support.
73 1.1 jonathan
74 1.50 itojun # Pull in config fragments for kernel crypto. This is required for
75 1.50 itojun # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
76 1.50 itojun # one of these, based on whether you use crypto-us or crypto-intl, and
77 1.50 itojun # adjust the prefixes as necessary.
78 1.50 itojun
79 1.50 itojun #prefix ../crypto-us/sys
80 1.50 itojun #cinclude "conf/files.crypto-us"
81 1.50 itojun #prefix
82 1.50 itojun
83 1.50 itojun #prefix ../crypto-intl/sys
84 1.50 itojun #cinclude "conf/files.crypto-intl"
85 1.50 itojun #prefix
86 1.50 itojun
87 1.1 jonathan # Networking options
88 1.15 jonathan options INET # Internet protocols
89 1.50 itojun options INET6 # IPV6
90 1.50 itojun #options IPSEC # IP security
91 1.50 itojun #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
92 1.50 itojun #options IPSEC_DEBUG # debug for IP security
93 1.15 jonathan options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
94 1.15 jonathan options GATEWAY # IP packet forwarding
95 1.12 jonathan #options MROUTING # Multicast routing support
96 1.12 jonathan #options ISO # OSI networking
97 1.12 jonathan #options TPIP # TPIP
98 1.12 jonathan #options EON # OSI tunneling over IP
99 1.12 jonathan #options CCITT,LLC,HDLC # X.25
100 1.38 simonb options NETATALK # AppleTalk networking protocols
101 1.46 christos options PPP_BSDCOMP # BSD-Compress compression support for PPP
102 1.46 christos options PPP_DEFLATE # Deflate compression support for PPP
103 1.46 christos options PPP_FILTER # Active filter support for PPP (requires bpf)
104 1.46 christos options PFIL_HOOKS # pfil(9) packet filter hooks
105 1.38 simonb options IPFILTER_LOG # ipmon(8) log support
106 1.1 jonathan
107 1.5 jonathan # NetBSD backwards compatibility
108 1.15 jonathan #options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
109 1.15 jonathan #options COMPAT_11 # NetBSD 1.1,
110 1.15 jonathan options COMPAT_12 # Netbsd 1.2 reboot()
111 1.21 kleink options COMPAT_13 # Netbsd 1.3
112 1.47 augustss options COMPAT_14 # Netbsd 1.4
113 1.1 jonathan
114 1.40 ad # Raster console options
115 1.57 simonb options FONT_BOLD8x16 # Font for fb devices
116 1.57 simonb options FONT_LUCIDA16x29 # Font for px devices
117 1.57 simonb #options FONT_GALLANT12x22
118 1.57 simonb #options FONT_QVSS8x15
119 1.5 jonathan
120 1.1 jonathan # pmax specific
121 1.39 nisimura options COMPAT_ULTRIX # Ultrix compatibility
122 1.15 jonathan options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
123 1.15 jonathan options "HZ=256" # RTC rate required
124 1.22 drochner
125 1.41 simonb options NFS_BOOT_DHCP # superset of BOOTP
126 1.1 jonathan
127 1.16 jonathan config netbsd root on ? type ?
128 1.42 simonb #config nfsnetbsd root on ? type nfs
129 1.1 jonathan
130 1.30 mhitch
131 1.30 mhitch mainbus0 at root
132 1.30 mhitch cpu* at mainbus0
133 1.1 jonathan
134 1.48 nisimura ## Peripheral Bus Support (for devices to attach to)
135 1.48 nisimura ## ----------------------------------------------------------------------------
136 1.1 jonathan
137 1.48 nisimura # TURBOchannel bus support
138 1.48 nisimura tc* at mainbus0
139 1.26 jonathan
140 1.48 nisimura # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
141 1.48 nisimura ioasic0 at tc?
142 1.55 simonb mcclock* at ioasic? offset ? # DS1287 RTC
143 1.55 simonb le* at ioasic? offset ? # LANCE
144 1.55 simonb scc* at ioasic? offset ? # Z85C30
145 1.54 nisimura #isdn at ioasic? offset ? # MAXINE ISDN/audio (not supported)
146 1.55 simonb dtop* at ioasic? offset ? # MAXINE kbd and mouse
147 1.48 nisimura #fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
148 1.55 simonb asc* at ioasic? offset ? # NCR53C94 SCSI with IOASIC
149 1.48 nisimura
150 1.48 nisimura # 3MAX has TURBOchannel but no IOASIC
151 1.52 thorpej ibus0 at tc? slot ? offset ? # 3MAX system slot
152 1.55 simonb
153 1.55 simonb # PMAX, 3MAX and MIPSMATE common devices
154 1.55 simonb mcclock* at ibus0 addr ? # DS1287 RTC
155 1.55 simonb dc* at ibus0 addr ? # DC7085 quad line serial device
156 1.48 nisimura
157 1.48 nisimura # TURBOchannel devices
158 1.52 thorpej mfb* at tc? slot ? offset ? # PMAG-A MX Monochrome Framebuffer
159 1.52 thorpej cfb* at tc? slot ? offset ? # PMAG-B CX Color Framebuffer
160 1.52 thorpej #tfb* at tc? slot ? offset ? # PMAG-RO TX True Color Framebuffer
161 1.52 thorpej sfb* at tc? slot ? offset ? # PMAGB-B HX Smart Framebuffer
162 1.61 ad px0 at tc? slot ? offset ? # PMAG-C,D,E,F PX family
163 1.52 thorpej #sfbp* at tc? slot ? offset ? # PMAGD HX+ Smart Framebuffer
164 1.55 simonb xcfb* at tc? slot ? offset ? # PMAG-DV Color Framebuffer at MAXINE
165 1.52 thorpej asc* at tc? slot ? offset ? # PMAZ-A single channel SCSI
166 1.52 thorpej le* at tc? slot ? offset ? # PMAD-A LANCE
167 1.52 thorpej fta* at tc? slot ? offset ? # PMAF-F FDDI
168 1.52 thorpej #tcds* at tc? slot ? offset ? # PMAZB/PMAZC dual channel SCSI
169 1.48 nisimura #asc* at tcds? chip ?
170 1.48 nisimura
171 1.48 nisimura # PMAX and MIPSMATE
172 1.48 nisimura ibus0 at mainbus0
173 1.55 simonb pm* at ibus0 addr ? # 3100 onboard fb
174 1.55 simonb le* at ibus0 addr ? # 3100, 5100 onboard LANCE
175 1.55 simonb sii* at ibus0 addr ? # DC7061 onboard SCSI
176 1.1 jonathan
177 1.34 simonb #########################################################################
178 1.34 simonb # SCSI configuration #
179 1.34 simonb #########################################################################
180 1.1 jonathan
181 1.5 jonathan oldscsibus* at sii?
182 1.5 jonathan oldscsibus* at asc?
183 1.1 jonathan #
184 1.62 ad # SCSI configuration for old 4.4BSD/pmax DECstation SCSI driver
185 1.1 jonathan #
186 1.6 jonathan include "arch/pmax/conf/scsi.pmax"
187 1.7 jonathan #include "arch/pmax/conf/mi.scsi" # not yet supported
188 1.1 jonathan
189 1.34 simonb #########################################################################
190 1.34 simonb # Pseudo-devices #
191 1.34 simonb #########################################################################
192 1.1 jonathan
193 1.34 simonb pseudo-device loop 1 # network loopback
194 1.1 jonathan pseudo-device sl 4 # serial-line IP ports
195 1.34 simonb pseudo-device ppp 2 # serial-line IP ports
196 1.1 jonathan pseudo-device pty 64 # pseudo ptys
197 1.1 jonathan pseudo-device bpfilter 16 # packet filter ports
198 1.36 simonb pseudo-device ipfilter # IP filter, NAT
199 1.34 simonb #pseudo-device gre 2 # generic L3 over IP tunnel
200 1.50 itojun pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
201 1.50 itojun #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
202 1.12 jonathan
203 1.34 simonb pseudo-device vnd 4 # virtual disk ick
204 1.34 simonb pseudo-device ccd 4 # concatenated disks
205 1.34 simonb #pseudo-device raid 4 # RAIDframe disk driver
206 1.1 jonathan
207 1.34 simonb pseudo-device rasterconsole 1 # NB: raster console requires "fb"
208 1.45 simonb pseudo-device fb 3 # up to 3 framebuffers
209 1.36 simonb
210 1.36 simonb pseudo-device rnd # /dev/random and in-kernel generator
211