GENERIC revision 1.60 1 # $NetBSD: GENERIC,v 1.60 2018/08/25 20:52:41 rin Exp $
2 #
3 # GENERIC machine description file
4 #
5 # This machine description file is used to generate the default NetBSD
6 # kernel. The generic kernel does not include all options, subsystems
7 # and device drivers, but should be useful for most applications.
8 #
9 # The machine description file can be customised for your specific
10 # machine to reduce the kernel size and improve its performance.
11 #
12 # For further information on compiling NetBSD kernels, see the config(8)
13 # man page.
14 #
15 # For further information on hardware support for this architecture, see
16 # the intro(4) man page. For further information about kernel options
17 # for this architecture, see the options(4) man page. For an explanation
18 # of each device driver in this file see the section 4 man page for the
19 # device.
20
21 include "arch/landisk/conf/std.landisk"
22
23 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24
25 #ident "GENERIC-$Revision: 1.60 $"
26
27 maxusers 16 # estimated number of users
28
29 makeoptions CPUFLAGS="-m4-nofpu" # XXX: move to std.landisk?
30 #makeoptions COPTS="-Os -freorder-blocks" # -O2 is too -falign-* zealous
31
32 # CPU-related options.
33 options PCLOCK=33333333 # 33.33MHz
34 options DONT_INIT_BSC
35 #options DONT_INIT_PCIBSC
36
37 # Cache options.
38 options SH4_CACHE_DISABLE_EMODE
39 #options SH4_CACHE_DISABLE_ICACHE
40 #options SH4_CACHE_DISABLE_DCACHE
41 #options SH4_CACHE_WB_U0_P0_P3
42 #options SH4_CACHE_WB_P1
43
44 # kloader-related
45 #options KLOADER
46 #options KLOADER_KERNEL_PATH="\"/netbsd\""
47 #options KLOADER_DEBUG
48
49 # Standard system options
50
51 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
52 #options HZ=64 # clock interrupt generates every 1/HZ sec
53 options NTP # NTP phase/frequency locked loop
54
55 options KTRACE # system call tracing via ktrace(1)
56
57 options SYSVMSG # System V-like message queues
58 options SYSVSEM # System V-like semaphores
59 options SYSVSHM # System V-like memory sharing
60
61 #options MODULAR # new style module(7) framework
62 #options MODULAR_DEFAULT_AUTOLOAD
63
64 options USERCONF # userconf(4) support
65 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
66 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
67
68 # Alternate buffer queue strategies for better responsiveness under high
69 # disk I/O load.
70 #options BUFQ_READPRIO
71 #options BUFQ_PRIOCSCAN
72
73 # Diagnostic/debugging support options
74 #options DIAGNOSTIC # cheap kernel consistency checks
75 #options DEBUG # expensive debugging checks/support
76 options DDB # in-kernel debugger
77 #options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
78 options DDB_HISTORY_SIZE=512 # Enable history editing in DDB
79 #makeoptions DEBUG="-g -fno-omit-frame-pointer"
80
81 # Compatibility options
82 include "conf/compat_netbsd16.config"
83 options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
84
85 # Executable format options
86 options EXEC_COFF # COFF executables
87
88 # File systems
89 file-system FFS # UFS
90 file-system EXT2FS # second extended file system (linux)
91 file-system LFS # log-structured file system
92 file-system MFS # memory file system
93 file-system NFS # Network File System client
94 file-system NTFS # Windows/NT file system (experimental)
95 file-system CD9660 # ISO 9660 + Rock Ridge file system
96 file-system MSDOSFS # MS-DOS file system
97 file-system FDESC # /dev/fd
98 file-system KERNFS # /kern
99 file-system NULLFS # loopback file system
100 file-system OVERLAY # overlay file system
101 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
102 file-system PROCFS # /proc
103 file-system UMAPFS # NULLFS + uid and gid remapping
104 file-system UNION # union file system
105 file-system CODA # Coda File System; also needs vcoda (below)
106 file-system SMBFS # experimental - CIFS; also needs nsmb (below)
107 file-system PTYFS # /dev/pts/N support
108 file-system TMPFS # Efficient memory file-system
109 #file-system UDF # experimental - OSTA UDF CD/DVD file-system
110
111 # File system options
112 options QUOTA # legacy UFS quotas
113 options QUOTA2 # new, in-filesystem UFS quotas
114 #options DISKLABEL_EI # disklabel Endian Independent support
115 #options FFS_EI # FFS Endian Independent support
116 options WAPBL # File system journaling support
117 #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
118 options NFSSERVER # Network File System server
119 #options FFS_NO_SNAPSHOT # ffs snapshots
120 options UFS_EXTATTR # Extended attribute support for UFS1
121 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
122 # immutable) behave as system flags.
123
124 # Networking options
125 #options GATEWAY # packet forwarding
126 options INET # IP + ICMP + TCP + UDP
127 options INET6 # IPV6
128 #options IPSEC # IP security
129 #options IPSEC_DEBUG # debug for IP security
130 #options MROUTING # IP multicast routing
131 #options PIM # Protocol Independent Multicast
132 #options NETATALK # AppleTalk networking protocols
133 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
134 #options PPP_DEFLATE # Deflate compression support for PPP
135 #options PPP_FILTER # Active filter support for PPP (requires bpf)
136 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
137
138 #options ALTQ # Manipulate network interfaces' output queues
139 #options ALTQ_BLUE # Stochastic Fair Blue
140 #options ALTQ_CBQ # Class-Based Queueing
141 #options ALTQ_CDNR # Diffserv Traffic Conditioner
142 #options ALTQ_FIFOQ # First-In First-Out Queue
143 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
144 #options ALTQ_HFSC # Hierarchical Fair Service Curve
145 #options ALTQ_LOCALQ # Local queueing discipline
146 #options ALTQ_PRIQ # Priority Queueing
147 #options ALTQ_RED # Random Early Detection
148 #options ALTQ_RIO # RED with IN/OUT
149 #options ALTQ_WFQ # Weighted Fair Queueing
150
151 # These options enable verbose messages for several subsystems.
152 # Warning, these may compile large string tables into the kernel!
153 options MIIVERBOSE # verbose PHY autoconfig messages
154 options PCIVERBOSE # verbose PCI device autoconfig messages
155 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
156 options SCSIVERBOSE # human readable SCSI error messages
157 options USBVERBOSE # verbose USB device autoconfig messages
158
159 options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
160
161
162 # Kernel root file system and dump configuration.
163 #config netbsd root on ? type ?
164 config netbsd root on wd0a type ffs
165 #config netbsd root on ? type nfs
166
167
168 #
169 # Device configuration
170 #
171
172 mainbus0 at root
173
174 cpu* at mainbus?
175
176 # Basic Bus Support
177
178 # PCI bus support
179 options PCI_NETBSD_CONFIGURE
180 shpcic* at mainbus? # SH7751 PCIC
181 pci0 at shpcic? bus ?
182
183 # SH bus
184 shb* at mainbus?
185
186 # ob-board I/O bus
187 obio0 at mainbus?
188
189 # Serial Devices
190
191 options SCIFCONSOLE
192 options SCIFCN_SPEED=9600
193 scif0 at shb?
194
195 rs5c313rtc0 at shb0 # time-of-day clock
196
197 # SCSI Controllers and Devices
198
199 # SCSI devices
200 sd* at scsibus? target ? lun ? # SCSI disk drives
201 st* at scsibus? target ? lun ? # SCSI tape drives
202 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
203 ch* at scsibus? target ? lun ? # SCSI autochangers
204 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
205 ss* at scsibus? target ? lun ? # SCSI scanners
206 uk* at scsibus? target ? lun ? # SCSI unknown
207
208 # IDE and related devices
209 # PCI IDE controllers - see pciide(4) for supported hardware.
210 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
211 # how to set up DMA modes for this chip. This may work, or may cause
212 # a machine hang with some controllers.
213 pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
214 acardide* at pci? dev ? function ? # Acard IDE controllers
215
216 wdc0 at obio? port 0x14000000 irq 10 # CF
217 #wdc1 at obio? port 0x18000000 irq 9 # iConnect
218
219 # ATA (IDE) bus support
220 atabus* at ata?
221
222 # IDE drives
223 # Flags are used only with controllers that support DMA operations
224 # and mode settings (e.g. some pciide controllers)
225 # The lowest order four bits (rightmost digit) of the flags define the PIO
226 # mode to use, the next set of four bits the DMA mode and the third set the
227 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
228 # to use, and the last bit must be 1 for this setting to be used.
229 # For DMA and UDMA, 0xf (1111) means 'disable'.
230 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
231 # (0xc=1100, 0xa=1010, 0xf=1111)
232 # 0x0000 means "use whatever the drive claims to support".
233 wd* at atabus? drive ? flags 0x0000
234
235 # ATAPI bus support
236 atapibus* at atapi?
237
238 # ATAPI devices
239 # flags have the same meaning as for IDE drives.
240 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
241 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
242 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
243
244 # Network Interfaces
245
246 # PCI network interfaces
247 re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
248 rtk* at pci? dev ? function ? # Realtek 8129/8139
249
250 # MII/PHY support
251 rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
252 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
253 ukphy* at mii? phy ? # generic unknown PHYs
254
255
256 # USB Controller and Devices
257
258 # PCI USB controllers
259 ehci* at pci? dev ? function ? # Enhanced Host Controller
260 ohci* at pci? dev ? function ? # Open Host Controller
261
262 # USB bus support
263 usb* at ehci?
264 usb* at ohci?
265
266 # USB Hubs
267 uhub* at usb?
268 uhub* at uhub? port ?
269
270 # USB HID device
271 uhidev* at uhub? port ? configuration ? interface ?
272
273 # USB Mice
274 ums* at uhidev? reportid ?
275 wsmouse* at ums? mux 0
276
277 # USB Keyboards
278 ukbd* at uhidev? reportid ?
279 wskbd* at ukbd? console ? mux 1
280
281 # USB LCDs and USB-VGA adaptors
282 udl* at uhub? port ? # DisplayLink DL-1x0/1x5
283 wsdisplay* at udl?
284
285 # USB serial adpater
286 ucycom* at uhidev? reportid ?
287
288 # USB Generic HID devices
289 uhid* at uhidev? reportid ?
290
291 # USB Printer
292 ulpt* at uhub? port ? configuration ? interface ?
293
294 # USB Modem
295 umodem* at uhub? port ? configuration ?
296 ucom* at umodem?
297
298 # Option N.V. Wireless WAN modems
299 uhso* at uhub? port ? configuration ?
300
301 # USB Mass Storage
302 umass* at uhub? port ? configuration ? interface ?
303 scsibus* at umass?
304 wd* at umass?
305
306 # USB audio
307 uaudio* at uhub? port ? configuration ?
308
309 # USB MIDI
310 umidi* at uhub? port ? configuration ?
311
312 # USB IrDA
313 # USB-IrDA bridge spec
314 uirda* at uhub? port ? configuration ? interface ?
315 irframe* at uirda?
316
317 # SigmaTel STIr4200 USB/IrDA Bridge
318 ustir* at uhub? port ?
319 irframe* at ustir?
320
321 # USB Ethernet adapters
322 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
323 axe* at uhub? port ? # ASIX AX88172 based adapters
324 cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
325 cue* at uhub? port ? # CATC USB-EL1201A based adapters
326 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
327 mue* at uhub? port ? # Microchip LAN75xx/LAN78xx based adapters
328 udav* at uhub? port ? # Davicom DM9601 based adapters
329 ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g
330 url* at uhub? port ? # Realtek RTL8150L based adapters
331
332 # USB 802.11b adapters
333 atu* at uhub? port ? # Atmel AT76C50XX based adapters
334
335 # Prolific PL2301/PL2302 host-to-host adapter
336 upl* at uhub? port ?
337
338 # Serial adapters
339 ubsa* at uhub? port ? # Belkin serial adapter
340 ucom* at ubsa? portno ?
341
342 uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
343 ucom* at uftdi? portno ?
344
345 umct* at uhub? port ? # MCT USB-RS232 serial adapter
346 ucom* at umct? portno ?
347
348 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
349 ucom* at uplcom? portno ?
350
351 uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
352 ucom* at uvscom? portno ?
353
354 # Diamond Multimedia Rio 500
355 urio* at uhub? port ?
356
357 # USB Handspring Visor
358 uvisor* at uhub? port ?
359 ucom* at uvisor?
360
361 # Kyocera AIR-EDGE PHONE
362 ukyopon* at uhub? port ?
363 ucom* at ukyopon? portno ?
364
365 # USB scanners
366 #uscanner* at uhub? port ?
367
368 # USB scanners that use SCSI emulation, e.g., HP5300
369 usscanner* at uhub? port ?
370
371 # Y@P firmware loader
372 uyap* at uhub? port ?
373
374 # D-Link DSB-R100 USB radio
375 udsbr* at uhub? port ?
376 radio* at udsbr?
377
378 # USB Generic driver
379 ugen* at uhub? port ?
380
381
382 # Audio Devices
383
384 # Audio support
385 audio* at audiobus?
386
387 spkr* at audio? # PC speaker (synthesized)
388
389 # MIDI support
390 midi* at midibus?
391
392
393 # Miscellaneous Devices
394
395 # Power switch
396 pwrsw0 at obio?
397
398 # Reset button, USL-5P misc button
399 btn0 at obio?
400
401 # Pull in optional local configuration
402 cinclude "arch/landisk/conf/GENERIC.local"
403
404
405 # Pseudo-Devices
406
407 #
408 # accept filters
409 pseudo-device accf_data # "dataready" accept filter
410 pseudo-device accf_http # "httpready" accept filter
411
412 # disk/mass storage pseudo-devices
413 pseudo-device ccd # concatenated/striped disk devices
414 #pseudo-device cgd # cryptographic disk devices
415 pseudo-device raid # RAIDframe disk driver
416 options RAID_AUTOCONFIG # auto-configuration of RAID components
417 # Options to enable various other RAIDframe RAID types.
418 #options RF_INCLUDE_EVENODD=1
419 #options RF_INCLUDE_RAID5_RS=1
420 #options RF_INCLUDE_PARITYLOGGING=1
421 #options RF_INCLUDE_CHAINDECLUSTER=1
422 #options RF_INCLUDE_INTERDECLUSTER=1
423 #options RF_INCLUDE_PARITY_DECLUSTERING=1
424 #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
425 pseudo-device fss # file system snapshot device
426
427 pseudo-device md # memory disk device (ramdisk)
428 pseudo-device vnd # disk-like interface to files
429 options VND_COMPRESSION # compressed vnd(4)
430
431 # network pseudo-devices
432 pseudo-device bpfilter # Berkeley packet filter
433 pseudo-device npf # NPF packet filter
434 pseudo-device loop # network loopback
435 pseudo-device ppp # Point-to-Point Protocol
436 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
437 pseudo-device sl # Serial Line IP
438 pseudo-device strip # Starmode Radio IP (Metricom)
439 pseudo-device irframetty # IrDA frame line discipline
440 pseudo-device tap # virtual Ethernet
441 pseudo-device tun # network tunneling over tty
442 pseudo-device gre # generic L3 over IP tunnel
443 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
444 #pseudo-device faith # IPv[46] tcp relay translation i/f
445 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
446 pseudo-device vlan # IEEE 802.1q encapsulation
447 pseudo-device bridge # simple inter-network bridging
448 #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
449 pseudo-device agr # IEEE 802.3ad link aggregation
450
451 # miscellaneous pseudo-devices
452 pseudo-device pty # pseudo-terminals
453 pseudo-device sequencer # MIDI sequencer
454 pseudo-device clockctl # user control of clock subsystem
455 pseudo-device drvctl # user control of drive subsystem
456 pseudo-device ksyms # /dev/ksyms
457 pseudo-device putter # for puffs and pud
458
459 # a pseudo device needed for Coda # also needs CODA (above)
460 pseudo-device vcoda # coda minicache <-> venus comm.
461
462 # a pseudo device needed for SMBFS
463 pseudo-device nsmb # experimental - SMB requester
464
465 # wscons pseudo-devices
466 pseudo-device wsmux # mouse & keyboard multiplexor
467 #pseudo-device wsfont
468
469 options FILEASSOC # fileassoc(9) - required for Veriexec
470 # and PAX_SEGVGUARD
471
472 # Veriexec
473 pseudo-device veriexec
474 #
475 # Uncomment the fingerprint methods below that are desired. Note that
476 # removing fingerprint methods will have almost no impact on the kernel
477 # code size.
478 #
479 options VERIFIED_EXEC_FP_SHA256
480 options VERIFIED_EXEC_FP_SHA384
481 options VERIFIED_EXEC_FP_SHA512
482
483 options PAX_ASLR_DEBUG=1 # PaX ASLR debug
484 options PAX_SEGVGUARD=0 # PaX Segmentation fault guard
485 options PAX_MPROTECT=1 # PaX mprotect(2) restrictions
486 options PAX_MPROTECT_DEBUG=1 # PaX mprotect debug
487 options PAX_ASLR=1 # PaX Address Space Layout Randomization
488