GENERIC revision 1.107 1 1.107 junyoung # $NetBSD: GENERIC,v 1.107 2002/10/18 15:11:14 junyoung 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.64 hubertf
23 1.99 atatat options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 1.99 atatat
25 1.107 junyoung #ident "GENERIC-$Revision: 1.107 $"
26 1.1 jonathan
27 1.5 jonathan maxusers 64
28 1.1 jonathan
29 1.39 nisimura options MIPS1 # R2000/R3000 CPUs
30 1.39 nisimura options MIPS3 # R4000/R4400 CPUs
31 1.6 jonathan
32 1.1 jonathan
33 1.5 jonathan # Support for specific models of DECstation
34 1.39 nisimura options DEC_3100 # DECstation 2100, 3100 (kn01)
35 1.39 nisimura options DEC_5100 # DECsystem 5100 (kn230)
36 1.39 nisimura options DEC_3MAX # DECstation 5000/200 (kn02)
37 1.39 nisimura options DEC_3MIN # DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
38 1.39 nisimura options DEC_MAXINE # Personal DECstation 5000/xx (kn02ca)
39 1.39 nisimura options DEC_3MAXPLUS # DECstation 5000/240 (kn03), 5000/260 (kn05)
40 1.24 jonathan
41 1.60 simonb #options DEC_5400 # DECsystem 5400 (kn210)
42 1.60 simonb #options DEC_5500 # DECsystem 5500 (kn220)
43 1.60 simonb #options DEC_5800 # DECsystem 58x0 (kn5800)
44 1.1 jonathan
45 1.1 jonathan # Standard system options
46 1.16 jonathan options DDB # in-kernel debugger
47 1.19 lukem #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
48 1.16 jonathan options DDB_ONPANIC=0 # don't enter debugger on panic
49 1.15 jonathan #options DIAGNOSTIC # extra kernel debugging checks
50 1.15 jonathan #options DEBUG # extra kernel debugging support
51 1.92 lukem options COMPAT_43 # compatibility with 4.3BSD binaries
52 1.15 jonathan options KTRACE # system call tracing support
53 1.105 provos options SYSTRACE # system call vetting via systrace(1)
54 1.43 jonathan
55 1.43 jonathan options SYSVMSG # System V-like message queues
56 1.43 jonathan options SYSVSEM # System V-like semaphores
57 1.92 lukem #options SEMMNI=10 # number of semaphore identifiers
58 1.92 lukem #options SEMMNS=60 # number of semaphores in system
59 1.92 lukem #options SEMUME=10 # max number of undo entries per process
60 1.92 lukem #options SEMMNU=30 # number of undo structures in system
61 1.43 jonathan options SYSVSHM # System V-like memory sharing
62 1.43 jonathan #options SHMMAXPGS=1024 # 1024 pages is the default
63 1.43 jonathan
64 1.43 jonathan options LKM # loadable kernel modules
65 1.96 jdolecek
66 1.102 lukem options USERCONF # userconf(4) support
67 1.96 jdolecek #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
68 1.107 junyoung
69 1.107 junyoung # Enable experimental buffer queue strategy for better responsiness under
70 1.107 junyoung # high disk I/O load. Use it with caution - it's not proven to be stable yet.
71 1.107 junyoung #options NEW_BUFQ_STRATEGY
72 1.17 mjacob
73 1.18 mjacob #options SCSIVERBOSE # Verbose SCSI errors
74 1.80 tsutsui #options TCVERBOSE # recognize "unknown" TC devices
75 1.12 jonathan
76 1.62 ad # Old 4.4BSD/pmax kgdb options
77 1.15 jonathan #options KGDB # support for kernel gdb
78 1.91 lukem #options KGDB_DEVRATE=19200 # kernel gdb port rate (default 9600)
79 1.91 lukem #options KGDB_DEV="15*256+0" # device for kernel gdb
80 1.1 jonathan
81 1.15 jonathan options NTP # network time protocol
82 1.15 jonathan #options UCONSOLE # users can redirect console (unsafe)
83 1.5 jonathan
84 1.5 jonathan
85 1.1 jonathan # Filesystem options
86 1.83 nisimura file-system FFS # fast filesystem with user and group quotas
87 1.83 nisimura file-system MFS # memory-based filesystem
88 1.83 nisimura file-system NFS # Sun NFS-compatible filesystem (client)
89 1.12 jonathan file-system LFS # Log-based filesystem (still experimental)
90 1.83 nisimura file-system CD9660 # ISO 9660 + Rock Ridge file system
91 1.83 nisimura file-system FDESC # /dev/fd
92 1.83 nisimura file-system KERNFS # /kern (kernel informational filesystem)
93 1.83 nisimura file-system NULLFS # loopback file system
94 1.83 nisimura file-system OVERLAY # overlay file system
95 1.83 nisimura file-system PORTAL # portal filesystem (still experimental)
96 1.83 nisimura file-system PROCFS # /proc
97 1.83 nisimura file-system UMAPFS # NULLFS + uid and gid remapping
98 1.83 nisimura file-system UNION
99 1.10 thorpej
100 1.15 jonathan options NFSSERVER # Sun NFS-compatible filesystem (server)
101 1.15 jonathan options QUOTA # UFS quotas
102 1.23 bouyer #options FFS_EI # FFS Endian Independant support
103 1.92 lukem options SOFTDEP # FFS soft updates support.
104 1.84 simonb # VNODE_OP_NOINLINE will produce smaller and possibly slightly faster kernels
105 1.84 simonb #options VNODE_OP_NOINLINE # don't inline vnode op calls
106 1.50 itojun
107 1.1 jonathan # Networking options
108 1.15 jonathan options INET # Internet protocols
109 1.50 itojun options INET6 # IPV6
110 1.50 itojun #options IPSEC # IP security
111 1.50 itojun #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
112 1.50 itojun #options IPSEC_DEBUG # debug for IP security
113 1.15 jonathan options GATEWAY # IP packet forwarding
114 1.12 jonathan #options MROUTING # Multicast routing support
115 1.12 jonathan #options ISO # OSI networking
116 1.12 jonathan #options TPIP # TPIP
117 1.12 jonathan #options EON # OSI tunneling over IP
118 1.12 jonathan #options CCITT,LLC,HDLC # X.25
119 1.38 simonb options NETATALK # AppleTalk networking protocols
120 1.46 christos options PPP_BSDCOMP # BSD-Compress compression support for PPP
121 1.46 christos options PPP_DEFLATE # Deflate compression support for PPP
122 1.46 christos options PPP_FILTER # Active filter support for PPP (requires bpf)
123 1.46 christos options PFIL_HOOKS # pfil(9) packet filter hooks
124 1.38 simonb options IPFILTER_LOG # ipmon(8) log support
125 1.104 martti #options IPFILTER_DEFAULT_BLOCK # block all packets by default
126 1.88 abs #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
127 1.1 jonathan
128 1.5 jonathan # NetBSD backwards compatibility
129 1.15 jonathan #options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
130 1.98 simonb #options COMPAT_11 # NetBSD 1.1, EXEC_ELF_NOTELESS
131 1.98 simonb options COMPAT_12 # Netbsd 1.2 reboot(), EXEC_ELF_NOTELESS
132 1.21 kleink options COMPAT_13 # Netbsd 1.3
133 1.47 augustss options COMPAT_14 # Netbsd 1.4
134 1.88 abs #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
135 1.1 jonathan
136 1.40 ad # Raster console options
137 1.57 simonb options FONT_BOLD8x16 # Font for fb devices
138 1.101 ad options FONT_GALLANT12x22
139 1.5 jonathan
140 1.1 jonathan # pmax specific
141 1.39 nisimura options COMPAT_ULTRIX # Ultrix compatibility
142 1.89 simonb #options EXEC_AOUT # Old NetBSD/pmax a.out compatibility
143 1.15 jonathan options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
144 1.92 lukem options HZ=256 # RTC rate required
145 1.22 drochner
146 1.41 simonb options NFS_BOOT_DHCP # superset of BOOTP
147 1.1 jonathan
148 1.16 jonathan config netbsd root on ? type ?
149 1.42 simonb #config nfsnetbsd root on ? type nfs
150 1.1 jonathan
151 1.30 mhitch
152 1.30 mhitch mainbus0 at root
153 1.30 mhitch cpu* at mainbus0
154 1.1 jonathan
155 1.48 nisimura ## Peripheral Bus Support (for devices to attach to)
156 1.48 nisimura ## ----------------------------------------------------------------------------
157 1.1 jonathan
158 1.48 nisimura # TURBOchannel bus support
159 1.48 nisimura tc* at mainbus0
160 1.26 jonathan
161 1.48 nisimura # 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
162 1.48 nisimura ioasic0 at tc?
163 1.55 simonb mcclock* at ioasic? offset ? # DS1287 RTC
164 1.55 simonb le* at ioasic? offset ? # LANCE
165 1.55 simonb scc* at ioasic? offset ? # Z85C30
166 1.75 gmcgarry bba* at ioasic? offset ? # MAXINE baseboard audio
167 1.73 augustss audio* at bba?
168 1.55 simonb dtop* at ioasic? offset ? # MAXINE kbd and mouse
169 1.48 nisimura #fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
170 1.55 simonb asc* at ioasic? offset ? # NCR53C94 SCSI with IOASIC
171 1.48 nisimura
172 1.48 nisimura # 3MAX has TURBOchannel but no IOASIC
173 1.52 thorpej ibus0 at tc? slot ? offset ? # 3MAX system slot
174 1.55 simonb
175 1.55 simonb # PMAX, 3MAX and MIPSMATE common devices
176 1.55 simonb mcclock* at ibus0 addr ? # DS1287 RTC
177 1.55 simonb dc* at ibus0 addr ? # DC7085 quad line serial device
178 1.48 nisimura
179 1.48 nisimura # TURBOchannel devices
180 1.52 thorpej mfb* at tc? slot ? offset ? # PMAG-A MX Monochrome Framebuffer
181 1.52 thorpej cfb* at tc? slot ? offset ? # PMAG-B CX Color Framebuffer
182 1.52 thorpej #tfb* at tc? slot ? offset ? # PMAG-RO TX True Color Framebuffer
183 1.52 thorpej sfb* at tc? slot ? offset ? # PMAGB-B HX Smart Framebuffer
184 1.61 ad px0 at tc? slot ? offset ? # PMAG-C,D,E,F PX family
185 1.52 thorpej #sfbp* at tc? slot ? offset ? # PMAGD HX+ Smart Framebuffer
186 1.55 simonb xcfb* at tc? slot ? offset ? # PMAG-DV Color Framebuffer at MAXINE
187 1.52 thorpej asc* at tc? slot ? offset ? # PMAZ-A single channel SCSI
188 1.52 thorpej le* at tc? slot ? offset ? # PMAD-A LANCE
189 1.52 thorpej fta* at tc? slot ? offset ? # PMAF-F FDDI
190 1.89 simonb tcds* at tc? slot ? offset ? # PMAZB/PMAZC dual channel SCSI
191 1.89 simonb asc* at tcds? chip ?
192 1.48 nisimura
193 1.48 nisimura # PMAX and MIPSMATE
194 1.48 nisimura ibus0 at mainbus0
195 1.55 simonb pm* at ibus0 addr ? # 3100 onboard fb
196 1.55 simonb le* at ibus0 addr ? # 3100, 5100 onboard LANCE
197 1.55 simonb sii* at ibus0 addr ? # DC7061 onboard SCSI
198 1.1 jonathan
199 1.34 simonb #########################################################################
200 1.34 simonb # SCSI configuration #
201 1.34 simonb #########################################################################
202 1.1 jonathan
203 1.89 simonb scsibus* at sii?
204 1.89 simonb scsibus* at asc?
205 1.89 simonb
206 1.89 simonb sd* at scsibus? target ? lun ? # SCSI disks
207 1.89 simonb st* at scsibus? target ? lun ? # SCSI tapes
208 1.92 lukem cd* at scsibus? target ? lun ? # SCSI CD-ROMs
209 1.89 simonb ch* at scsibus? target ? lun ? # SCSI changer devices
210 1.89 simonb ss* at scsibus? target ? lun ? # SCSI scanners
211 1.89 simonb uk* at scsibus? target ? lun ? # unknown SCSI
212 1.1 jonathan
213 1.34 simonb #########################################################################
214 1.34 simonb # Pseudo-devices #
215 1.34 simonb #########################################################################
216 1.1 jonathan
217 1.34 simonb pseudo-device loop 1 # network loopback
218 1.1 jonathan pseudo-device sl 4 # serial-line IP ports
219 1.34 simonb pseudo-device ppp 2 # serial-line IP ports
220 1.94 martin pseudo-device pppoe # PPP over Ethernet (RFC 2516)
221 1.85 jdolecek pseudo-device pty # pseudo-terminals
222 1.1 jonathan pseudo-device bpfilter 16 # packet filter ports
223 1.36 simonb pseudo-device ipfilter # IP filter, NAT
224 1.34 simonb #pseudo-device gre 2 # generic L3 over IP tunnel
225 1.50 itojun pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
226 1.50 itojun #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
227 1.70 itojun #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
228 1.86 bouyer pseudo-device vlan # IEEE 802.1q encapsulation
229 1.90 atatat pseudo-device bridge # simple inter-network bridging
230 1.12 jonathan
231 1.34 simonb pseudo-device vnd 4 # virtual disk ick
232 1.34 simonb pseudo-device ccd 4 # concatenated disks
233 1.106 elric #pseudo-device cgd 4 # cryptographic disk devices
234 1.95 oster pseudo-device raid 8 # RAIDframe disk driver
235 1.95 oster options RAID_AUTOCONFIG # auto-configuration of RAID components
236 1.95 oster # Options to enable various other RAIDframe RAID types.
237 1.95 oster # options RF_INCLUDE_EVENODD=1
238 1.95 oster # options RF_INCLUDE_RAID5_RS=1
239 1.95 oster # options RF_INCLUDE_PARITYLOGGING=1
240 1.95 oster # options RF_INCLUDE_CHAINDECLUSTER=1
241 1.95 oster # options RF_INCLUDE_INTERDECLUSTER=1
242 1.95 oster # options RF_INCLUDE_PARITY_DECLUSTERING=1
243 1.95 oster # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
244 1.1 jonathan
245 1.34 simonb pseudo-device rasterconsole 1 # NB: raster console requires "fb"
246 1.45 simonb pseudo-device fb 3 # up to 3 framebuffers
247 1.36 simonb
248 1.36 simonb pseudo-device rnd # /dev/random and in-kernel generator
249 1.100 lukem pseudo-device clockctl # user control of clock subsystem
250