GENERIC revision 1.145 1 1.145 liamjfoy # $NetBSD: GENERIC,v 1.145 2006/06/28 15:19:28 liamjfoy Exp $
2 1.1 jonathan #
3 1.93 gmcgarry # GENERIC machine description file
4 1.93 gmcgarry #
5 1.93 gmcgarry # This machine description file is used to generate the default NetBSD
6 1.93 gmcgarry # kernel. The generic kernel does not include all options, subsystems
7 1.93 gmcgarry # and device drivers, but should be useful for most applications.
8 1.39 nisimura #
9 1.93 gmcgarry # The machine description file can be customised for your specific
10 1.93 gmcgarry # machine to reduce the kernel size and improve its performance.
11 1.1 jonathan #
12 1.93 gmcgarry # For further information on compiling NetBSD kernels, see the config(8)
13 1.93 gmcgarry # man page.
14 1.93 gmcgarry #
15 1.93 gmcgarry # For further information on hardware support for this architecture, see
16 1.93 gmcgarry # the intro(4) man page. For further information about kernel options
17 1.93 gmcgarry # for this architecture, see the options(4) man page. For an explanation
18 1.93 gmcgarry # of each device driver in this file see the section 4 man page for the
19 1.93 gmcgarry # device.
20 1.93 gmcgarry
21 1.5 jonathan include "arch/pmax/conf/std.pmax"
22 1.113 ad include "arch/pmax/conf/files.pmax_rcons"
23 1.64 hubertf
24 1.99 atatat options INCLUDE_CONFIG_FILE # embed config file in kernel binary
25 1.99 atatat
26 1.145 liamjfoy #ident "GENERIC-$Revision: 1.145 $"
27 1.1 jonathan
28 1.5 jonathan maxusers 64
29 1.1 jonathan
30 1.39 nisimura options MIPS1 # R2000/R3000 CPUs
31 1.39 nisimura options MIPS3 # R4000/R4400 CPUs
32 1.6 jonathan
33 1.1 jonathan
34 1.5 jonathan # Support for specific models of DECstation
35 1.39 nisimura options DEC_3100 # DECstation 2100, 3100 (kn01)
36 1.39 nisimura options DEC_5100 # DECsystem 5100 (kn230)
37 1.39 nisimura options DEC_3MAX # DECstation 5000/200 (kn02)
38 1.39 nisimura options DEC_3MIN # DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
39 1.39 nisimura options DEC_MAXINE # Personal DECstation 5000/xx (kn02ca)
40 1.39 nisimura options DEC_3MAXPLUS # DECstation 5000/240 (kn03), 5000/260 (kn05)
41 1.24 jonathan
42 1.60 simonb #options DEC_5400 # DECsystem 5400 (kn210)
43 1.60 simonb #options DEC_5500 # DECsystem 5500 (kn220)
44 1.60 simonb #options DEC_5800 # DECsystem 58x0 (kn5800)
45 1.1 jonathan
46 1.1 jonathan # Standard system options
47 1.16 jonathan options DDB # in-kernel debugger
48 1.19 lukem #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
49 1.16 jonathan options DDB_ONPANIC=0 # don't enter debugger on panic
50 1.15 jonathan #options DIAGNOSTIC # extra kernel debugging checks
51 1.15 jonathan #options DEBUG # extra kernel debugging support
52 1.92 lukem options COMPAT_43 # compatibility with 4.3BSD binaries
53 1.15 jonathan options KTRACE # system call tracing support
54 1.105 provos options SYSTRACE # system call vetting via systrace(1)
55 1.43 jonathan
56 1.43 jonathan options SYSVMSG # System V-like message queues
57 1.43 jonathan options SYSVSEM # System V-like semaphores
58 1.92 lukem #options SEMMNI=10 # number of semaphore identifiers
59 1.92 lukem #options SEMMNS=60 # number of semaphores in system
60 1.92 lukem #options SEMUME=10 # max number of undo entries per process
61 1.92 lukem #options SEMMNU=30 # number of undo structures in system
62 1.43 jonathan options SYSVSHM # System V-like memory sharing
63 1.43 jonathan #options SHMMAXPGS=1024 # 1024 pages is the default
64 1.119 bouyer options P1003_1B_SEMAPHORE # p1003.1b semaphore support
65 1.43 jonathan
66 1.43 jonathan options LKM # loadable kernel modules
67 1.96 jdolecek
68 1.102 lukem options USERCONF # userconf(4) support
69 1.114 tsutsui #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
70 1.120 atatat options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
71 1.107 junyoung
72 1.108 wiz # Enable experimental buffer queue strategy for better responsiveness under
73 1.107 junyoung # high disk I/O load. Use it with caution - it's not proven to be stable yet.
74 1.128 tsutsui #options BUFQ_READPRIO
75 1.128 tsutsui #options BUFQ_PRIOCSCAN
76 1.17 mjacob
77 1.18 mjacob #options SCSIVERBOSE # Verbose SCSI errors
78 1.80 tsutsui #options TCVERBOSE # recognize "unknown" TC devices
79 1.12 jonathan
80 1.62 ad # Old 4.4BSD/pmax kgdb options
81 1.15 jonathan #options KGDB # support for kernel gdb
82 1.91 lukem #options KGDB_DEVRATE=19200 # kernel gdb port rate (default 9600)
83 1.91 lukem #options KGDB_DEV="15*256+0" # device for kernel gdb
84 1.1 jonathan
85 1.15 jonathan options NTP # network time protocol
86 1.5 jonathan
87 1.5 jonathan
88 1.1 jonathan # Filesystem options
89 1.83 nisimura file-system FFS # fast filesystem with user and group quotas
90 1.83 nisimura file-system MFS # memory-based filesystem
91 1.83 nisimura file-system NFS # Sun NFS-compatible filesystem (client)
92 1.12 jonathan file-system LFS # Log-based filesystem (still experimental)
93 1.83 nisimura file-system CD9660 # ISO 9660 + Rock Ridge file system
94 1.83 nisimura file-system FDESC # /dev/fd
95 1.83 nisimura file-system KERNFS # /kern (kernel informational filesystem)
96 1.83 nisimura file-system NULLFS # loopback file system
97 1.83 nisimura file-system OVERLAY # overlay file system
98 1.83 nisimura file-system PORTAL # portal filesystem (still experimental)
99 1.83 nisimura file-system PROCFS # /proc
100 1.83 nisimura file-system UMAPFS # NULLFS + uid and gid remapping
101 1.83 nisimura file-system UNION
102 1.135 christos file-system PTYFS # /dev/pts/N support
103 1.136 jmmv #file-system TMPFS # experimental - Efficient memory file-system
104 1.141 reinoud #file-system UDF # experimental - OSTA UDF CD/DVD file-system
105 1.10 thorpej
106 1.15 jonathan options NFSSERVER # Sun NFS-compatible filesystem (server)
107 1.15 jonathan options QUOTA # UFS quotas
108 1.23 bouyer #options FFS_EI # FFS Endian Independant support
109 1.92 lukem options SOFTDEP # FFS soft updates support.
110 1.138 tsutsui #options FFS_NO_SNAPSHOT # No FFS snapshot support
111 1.137 tsutsui #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
112 1.50 itojun
113 1.1 jonathan # Networking options
114 1.15 jonathan options INET # Internet protocols
115 1.50 itojun options INET6 # IPV6
116 1.50 itojun #options IPSEC # IP security
117 1.50 itojun #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
118 1.130 tron #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
119 1.50 itojun #options IPSEC_DEBUG # debug for IP security
120 1.15 jonathan options GATEWAY # IP packet forwarding
121 1.12 jonathan #options MROUTING # Multicast routing support
122 1.121 manu #options PIM # Protocol Independent Multicast
123 1.12 jonathan #options ISO # OSI networking
124 1.12 jonathan #options TPIP # TPIP
125 1.12 jonathan #options EON # OSI tunneling over IP
126 1.12 jonathan #options CCITT,LLC,HDLC # X.25
127 1.38 simonb options NETATALK # AppleTalk networking protocols
128 1.46 christos options PPP_BSDCOMP # BSD-Compress compression support for PPP
129 1.46 christos options PPP_DEFLATE # Deflate compression support for PPP
130 1.46 christos options PPP_FILTER # Active filter support for PPP (requires bpf)
131 1.46 christos options PFIL_HOOKS # pfil(9) packet filter hooks
132 1.38 simonb options IPFILTER_LOG # ipmon(8) log support
133 1.104 martti #options IPFILTER_DEFAULT_BLOCK # block all packets by default
134 1.88 abs #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
135 1.1 jonathan
136 1.118 abs #options ALTQ # Manipulate network interfaces' output queues
137 1.118 abs #options ALTQ_BLUE # Stochastic Fair Blue
138 1.118 abs #options ALTQ_CBQ # Class-Based Queueing
139 1.118 abs #options ALTQ_CDNR # Diffserv Traffic Conditioner
140 1.118 abs #options ALTQ_FIFOQ # First-In First-Out Queue
141 1.118 abs #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
142 1.118 abs #options ALTQ_HFSC # Hierarchical Fair Service Curve
143 1.118 abs #options ALTQ_LOCALQ # Local queueing discipline
144 1.118 abs #options ALTQ_PRIQ # Priority Queueing
145 1.118 abs #options ALTQ_RED # Random Early Detection
146 1.118 abs #options ALTQ_RIO # RED with IN/OUT
147 1.118 abs #options ALTQ_WFQ # Weighted Fair Queueing
148 1.118 abs
149 1.5 jonathan # NetBSD backwards compatibility
150 1.15 jonathan #options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
151 1.98 simonb #options COMPAT_11 # NetBSD 1.1, EXEC_ELF_NOTELESS
152 1.114 tsutsui options COMPAT_12 # NetBSD 1.2 reboot(), EXEC_ELF_NOTELESS
153 1.114 tsutsui options COMPAT_13 # NetBSD 1.3
154 1.114 tsutsui options COMPAT_14 # NetBSD 1.4
155 1.114 tsutsui options COMPAT_16 # NetBSD 1.6
156 1.127 simonb options COMPAT_20 # NetBSD 2.0
157 1.134 christos options COMPAT_30 # NetBSD 3.0 compatibility.
158 1.88 abs #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
159 1.137 tsutsui options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
160 1.1 jonathan
161 1.40 ad # Raster console options
162 1.57 simonb options FONT_BOLD8x16 # Font for fb devices
163 1.101 ad options FONT_GALLANT12x22
164 1.5 jonathan
165 1.1 jonathan # pmax specific
166 1.39 nisimura options COMPAT_ULTRIX # Ultrix compatibility
167 1.89 simonb #options EXEC_AOUT # Old NetBSD/pmax a.out compatibility
168 1.15 jonathan options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
169 1.92 lukem options HZ=256 # RTC rate required
170 1.22 drochner
171 1.41 simonb options NFS_BOOT_DHCP # superset of BOOTP
172 1.1 jonathan
173 1.16 jonathan config netbsd root on ? type ?
174 1.42 simonb #config nfsnetbsd root on ? type nfs
175 1.1 jonathan
176 1.30 mhitch
177 1.30 mhitch mainbus0 at root
178 1.30 mhitch cpu* at mainbus0
179 1.1 jonathan
180 1.48 nisimura ## Peripheral Bus Support (for devices to attach to)
181 1.48 nisimura ## ----------------------------------------------------------------------------
182 1.1 jonathan
183 1.48 nisimura # TURBOchannel bus support
184 1.48 nisimura tc* at mainbus0
185 1.26 jonathan
186 1.48 nisimura # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
187 1.48 nisimura ioasic0 at tc?
188 1.55 simonb mcclock* at ioasic? offset ? # DS1287 RTC
189 1.55 simonb le* at ioasic? offset ? # LANCE
190 1.55 simonb scc* at ioasic? offset ? # Z85C30
191 1.75 gmcgarry bba* at ioasic? offset ? # MAXINE baseboard audio
192 1.73 augustss audio* at bba?
193 1.55 simonb dtop* at ioasic? offset ? # MAXINE kbd and mouse
194 1.48 nisimura #fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
195 1.55 simonb asc* at ioasic? offset ? # NCR53C94 SCSI with IOASIC
196 1.48 nisimura
197 1.48 nisimura # 3MAX has TURBOchannel but no IOASIC
198 1.52 thorpej ibus0 at tc? slot ? offset ? # 3MAX system slot
199 1.55 simonb
200 1.55 simonb # PMAX, 3MAX and MIPSMATE common devices
201 1.55 simonb mcclock* at ibus0 addr ? # DS1287 RTC
202 1.55 simonb dc* at ibus0 addr ? # DC7085 quad line serial device
203 1.48 nisimura
204 1.48 nisimura # TURBOchannel devices
205 1.52 thorpej mfb* at tc? slot ? offset ? # PMAG-A MX Monochrome Framebuffer
206 1.52 thorpej cfb* at tc? slot ? offset ? # PMAG-B CX Color Framebuffer
207 1.52 thorpej #tfb* at tc? slot ? offset ? # PMAG-RO TX True Color Framebuffer
208 1.52 thorpej sfb* at tc? slot ? offset ? # PMAGB-B HX Smart Framebuffer
209 1.61 ad px0 at tc? slot ? offset ? # PMAG-C,D,E,F PX family
210 1.52 thorpej #sfbp* at tc? slot ? offset ? # PMAGD HX+ Smart Framebuffer
211 1.55 simonb xcfb* at tc? slot ? offset ? # PMAG-DV Color Framebuffer at MAXINE
212 1.52 thorpej asc* at tc? slot ? offset ? # PMAZ-A single channel SCSI
213 1.52 thorpej le* at tc? slot ? offset ? # PMAD-A LANCE
214 1.52 thorpej fta* at tc? slot ? offset ? # PMAF-F FDDI
215 1.89 simonb tcds* at tc? slot ? offset ? # PMAZB/PMAZC dual channel SCSI
216 1.89 simonb asc* at tcds? chip ?
217 1.48 nisimura
218 1.48 nisimura # PMAX and MIPSMATE
219 1.48 nisimura ibus0 at mainbus0
220 1.55 simonb pm* at ibus0 addr ? # 3100 onboard fb
221 1.55 simonb le* at ibus0 addr ? # 3100, 5100 onboard LANCE
222 1.55 simonb sii* at ibus0 addr ? # DC7061 onboard SCSI
223 1.1 jonathan
224 1.34 simonb #########################################################################
225 1.34 simonb # SCSI configuration #
226 1.34 simonb #########################################################################
227 1.1 jonathan
228 1.89 simonb scsibus* at sii?
229 1.89 simonb scsibus* at asc?
230 1.89 simonb
231 1.89 simonb sd* at scsibus? target ? lun ? # SCSI disks
232 1.89 simonb st* at scsibus? target ? lun ? # SCSI tapes
233 1.92 lukem cd* at scsibus? target ? lun ? # SCSI CD-ROMs
234 1.89 simonb ch* at scsibus? target ? lun ? # SCSI changer devices
235 1.89 simonb ss* at scsibus? target ? lun ? # SCSI scanners
236 1.89 simonb uk* at scsibus? target ? lun ? # unknown SCSI
237 1.1 jonathan
238 1.34 simonb #########################################################################
239 1.34 simonb # Pseudo-devices #
240 1.34 simonb #########################################################################
241 1.1 jonathan
242 1.34 simonb pseudo-device loop 1 # network loopback
243 1.143 cube pseudo-device sl # serial-line IP ports
244 1.143 cube pseudo-device ppp # serial-line IP ports
245 1.94 martin pseudo-device pppoe # PPP over Ethernet (RFC 2516)
246 1.85 jdolecek pseudo-device pty # pseudo-terminals
247 1.142 rpaulo pseudo-device bpfilter # packet filter ports
248 1.145 liamjfoy #pseudo-device carp # Common Address Redundancy Protocol
249 1.36 simonb pseudo-device ipfilter # IP filter, NAT
250 1.143 cube #pseudo-device gre # generic L3 over IP tunnel
251 1.143 cube pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
252 1.143 cube #pseudo-device faith # IPv[46] tcp relay translation i/f
253 1.144 pavel pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
254 1.86 bouyer pseudo-device vlan # IEEE 802.1q encapsulation
255 1.90 atatat pseudo-device bridge # simple inter-network bridging
256 1.114 tsutsui #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
257 1.12 jonathan
258 1.143 cube pseudo-device vnd # virtual disk ick
259 1.131 hubertf #options VND_COMPRESSION # compressed vnd(4)
260 1.34 simonb pseudo-device ccd 4 # concatenated disks
261 1.106 elric #pseudo-device cgd 4 # cryptographic disk devices
262 1.95 oster pseudo-device raid 8 # RAIDframe disk driver
263 1.95 oster options RAID_AUTOCONFIG # auto-configuration of RAID components
264 1.95 oster # Options to enable various other RAIDframe RAID types.
265 1.114 tsutsui #options RF_INCLUDE_EVENODD=1
266 1.114 tsutsui #options RF_INCLUDE_RAID5_RS=1
267 1.114 tsutsui #options RF_INCLUDE_PARITYLOGGING=1
268 1.114 tsutsui #options RF_INCLUDE_CHAINDECLUSTER=1
269 1.114 tsutsui #options RF_INCLUDE_INTERDECLUSTER=1
270 1.114 tsutsui #options RF_INCLUDE_PARITY_DECLUSTERING=1
271 1.114 tsutsui #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
272 1.124 hannken pseudo-device fss 4 # file system snapshot device
273 1.1 jonathan
274 1.34 simonb pseudo-device rasterconsole 1 # NB: raster console requires "fb"
275 1.45 simonb pseudo-device fb 3 # up to 3 framebuffers
276 1.36 simonb
277 1.36 simonb pseudo-device rnd # /dev/random and in-kernel generator
278 1.100 lukem pseudo-device clockctl # user control of clock subsystem
279 1.111 ragge pseudo-device ksyms # /dev/ksyms
280 1.117 itojun #pseudo-device pf # PF packet filter
281 1.117 itojun #pseudo-device pflog # PF log if
282 1.140 elad
283 1.140 elad # Veriexec
284 1.140 elad #options VERIFIED_EXEC
285 1.140 elad #
286 1.140 elad # a pseudo device needed for veriexec
287 1.140 elad #pseudo-device veriexec 1
288 1.140 elad #
289 1.140 elad # Uncomment the fingerprint methods below that are desired. Note that
290 1.140 elad # removing fingerprint methods will have almost no impact on the kernel
291 1.140 elad # code size.
292 1.140 elad #
293 1.140 elad #options VERIFIED_EXEC_FP_RMD160
294 1.140 elad #options VERIFIED_EXEC_FP_SHA256
295 1.140 elad #options VERIFIED_EXEC_FP_SHA384
296 1.140 elad #options VERIFIED_EXEC_FP_SHA512
297 1.140 elad #options VERIFIED_EXEC_FP_SHA1
298 1.140 elad #options VERIFIED_EXEC_FP_MD5
299 1.140 elad
300