GENERIC revision 1.72
1# $NetBSD: GENERIC,v 1.72 2006/11/11 18:47:10 jmmv 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#
22# This kernel supports...
23#	HP Jornada 680/690
24#	HP 620LX/660LX
25#	HITACHI HPW50PA
26#
27
28include 	"arch/hpcsh/conf/std.hpcsh"
29
30options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
31
32maxusers	32			# estimated number of users
33
34
35# System options specific to hpcsh
36
37# CPU support.  At least one is REQUIRED.
38options 	SH3
39#options 	SH4
40
41# Example of how to set gcc optimization options (XXX: not tested)
42#makeoptions	COPTS="-Os"		# generic
43#makeoptions	CPUFLAGS="-m3"		# CPU specific
44
45#
46# PCLOCK is estimated by kernel.
47#				PCLOCK		CPU CLOCK
48#	HP Jornada 680/690	22.22MHz	133MHz
49#	HP 620LX		18.75MHz	 75MHz
50#	HITACHI HPW50PA		25MHz		100MHz
51#
52#options 	PCLOCK=...
53
54# in-kernel bootloader, see kloader(4)
55options 	KLOADER_KERNEL_PATH="\"/netbsd\""
56#options 	KLOADER_DEBUG
57
58#options 	HPC_DEBUG_INTERRUPT_MONITOR
59#options 	KSTACK_DEBUG
60
61
62# Standard system options
63
64#options 	RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
65				# (overrides tz info that hpcboot.exe passes)
66
67options 	KTRACE		# system call tracing via ktrace(1)
68#options 	SYSTRACE	# system call vetting via systrace(1)
69
70#options 	SYSVMSG		# System V-like message queues
71#options 	SYSVSEM		# System V-like semaphores
72#options 	SEMMNI=10	# number of semaphore identifiers
73#options 	SEMMNS=60	# number of semaphores in system
74#options 	SEMUME=10	# max number of undo entries per process
75#options 	SEMMNU=30	# number of undo structures in system
76#options 	SYSVSHM		# System V-like memory sharing
77#options 	SHMMAXPGS=2048	# 2048 pages is the default
78#options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
79
80#options 	LKM		# loadable kernel modules
81
82options 	USERCONF		# userconf(4) support
83options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
84options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
85
86# Enable experimental buffer queue strategy for better responsiveness under
87# high disk I/O load. Likely stable but not yet the default.
88#options 	BUFQ_READPRIO
89#options 	BUFQ_PRIOCSCAN
90
91# Diagnostic/debugging support options
92#options 	DIAGNOSTIC	# expensive kernel consistency checks
93#options 	DEBUG		# expensive debugging checks/support
94#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
95#options 	DDB		# in-kernel debugger
96#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
97#options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
98#options 	KGDB		# remote debugger
99#options 	KGDB_DEVRATE=19200
100#options 	KGDB_DEVNAME="\"scif\""		# HP Jornada
101#options 	KGDB_DEVNAME="\"hd64461uart\""	# HITACHI PERSONA (SH3)
102#options 	KGDB_DEVNAME="\"hd64465uart\""	# HITACHI PERSONA (SH4)
103#makeoptions	DEBUG="-g"	# compile full symbol table
104
105# Compatibility options
106options 	COMPAT_15	# NetBSD 1.5
107options 	COMPAT_16	# NetBSD 1.6
108options 	COMPAT_20	# NetBSD 2.0
109options 	COMPAT_30	# NetBSD 3.0 compatibility.
110#options 	BSDDISKLABEL_EI	# endian independent disklabel support
111options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
112
113# Executable format options
114options 	EXEC_COFF	# 32-bit COFF executables
115options 	EXEC_ELF32	# 32-bit ELF executables
116
117# File systems
118file-system 	FFS		# UFS
119#file-system 	MFS		# memory file system (requires FFS)
120#file-system 	EXT2FS		# second extended file system (linux)
121file-system 	MSDOSFS		# MS-DOS file system
122file-system	NFS		# Sun NFS-compatible filesystem client
123#file-system 	NULLFS		# loopback file system
124#file-system 	UMAPFS		# NULLFS + uid and gid remapping
125#file-system 	UNION		# union file system
126#file-system 	OVERLAY		# overlay file system
127#file-system 	PORTAL		# portal filesystem (still experimental)
128#file-system 	FDESC		# /dev/fd
129file-system 	KERNFS		# /kern
130file-system 	PROCFS		# /proc
131#file-system	CODA		# Coda File System; also needs vcoda (below)
132#file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
133file-system	PTYFS		# /dev/pts/N support
134#file-system	TMPFS		# Efficient memory file-system
135#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
136
137# File system options
138#options 	FFS_EI		# FFS Endian Independent support
139options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
140#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
141				# immutable) behave as system flags.
142
143# Networking options
144options 	INET		# IP + ICMP + TCP + UDP
145options 	INET6		# IPV6
146
147options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
148options 	PPP_DEFLATE	# Deflate compression support for PPP
149options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
150
151#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
152#options 	IPFILTER_LOG	# ipmon(8) log support
153#options 	IPFILTER_LOOKUP	# ippool(8) support
154#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
155
156#options 	ALTQ		# Manipulate network interfaces' output queues
157#options 	ALTQ_BLUE	# Stochastic Fair Blue
158#options 	ALTQ_CBQ	# Class-Based Queueing
159#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
160#options 	ALTQ_FIFOQ	# First-In First-Out Queue
161#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
162#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
163#options 	ALTQ_LOCALQ	# Local queueing discipline
164#options 	ALTQ_PRIQ	# Priority Queueing
165#options 	ALTQ_RED	# Random Early Detection
166#options 	ALTQ_RIO	# RED with IN/OUT
167#options 	ALTQ_WFQ	# Weighted Fair Queueing
168
169# These options enable verbose messages for several subsystems.
170# Warning, these may compile large string tables into the kernel!
171options 	MIIVERBOSE	# verbose PHY autoconfig messages
172#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
173
174options 	NFS_BOOT_DHCP
175
176#
177# wscons options
178#
179# builtin terminal emulations
180options 	WSEMUL_VT100
181# allocate a number of virtual screens at autoconfiguration time
182options 	WSDISPLAY_DEFAULTSCREENS=4
183
184# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
185options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
186#options 	WS_DEFAULT_FG=WSCOL_WHITE
187#options 	WS_DEFAULT_BG=WSCOL_BLACK
188#options 	WS_DEFAULT_COLATTR="(0)"
189#options 	WS_DEFAULT_MONOATTR="(0)"
190options 	WS_KERNEL_FG=WSCOL_BROWN
191options 	WS_KERNEL_BG=WSCOL_BLUE
192#options 	WS_KERNEL_COLATTR=""
193#options 	WS_KERNEL_MONOATTR=""
194
195# compatibility to other console drivers
196options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
197options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
198options 	WSDISPLAY_COMPAT_USL		# VT handling
199options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
200
201options 	FONT_VT220L8x10			# the console font
202
203
204# Kernel root file system and dump configuration.
205config		netbsd	root on ? type ?
206
207#
208# Device configuration
209#
210mainbus0 at root
211
212# temporally power management
213hpcapm0		at mainbus0			# power management
214apmdev0		at hpcapm0			# APM
215btnmgr0		at mainbus0
216wskbd*		at btnmgr0 mux 1
217
218cpu*		at mainbus?
219shb*		at mainbus?
220rtc*		at shb?
221adc*		at shb?			# analog->digital converter
222pfckbd*		at mainbus?
223
224#
225# Workstation Console attachments
226#
227hpcfb*		at hd64461video?
228wsdisplay*	at hpcfb?
229
230hpckbd*		at pfckbd?
231wskbd0		at hpckbd? mux 1
232
233#
234# HP Jornada (620LX/660LX, 680/690)
235#
236scif0		at shb?			# serial port/console
237options 	SCIFCN_SPEED=19200
238# don't need to define SCIFCONSOLE, you can select from the bootloader.
239
240j6x0pwr*	at adc?			# battery, on/off, etc
241
242j6x0lcd*	at shb?			# LCD power, brightness, contrast
243
244j6x0tp*		at adc?			# touch panel
245wsmouse*	at j6x0tp? mux 0	# - as a pointing device
246wskbd1		at j6x0tp? mux 1	# - "hard icons" as keys
247# Do not convert hard icons to key presses while serving mouse input.
248options 	J6X0TP_WSMOUSE_EXCLUSIVE
249# Customization for the mini-keymap of hard icons.
250#options 	J6X0TP_SETTINGS_ICON_KEYSYM="KS_Home"
251#options 	J6X0TP_PGUP_ICON_KEYSYM="KS_Prior"
252#options 	J6X0TP_PGDN_ICON_KEYSYM="KS_Next"
253#options 	J6X0TP_SWITCH_ICON_KEYSYM="KS_End"
254
255#
256# HITACHI PERSONA (HPW-50PAD, HPQ-650PA)
257#
258com0		at hd64461if?
259
260psh3lcd*	at shb?			# LCD power, brightness, contrast
261
262psh3tp*		at adc?			# PERSONA SH3 touch panel
263wsmouse*	at psh3tp? mux 0
264
265#
266# Common HD64461 devices
267#
268hd64461if* at shb?
269
270hd64461pcmcia*	at hd64461if?
271#options 	HD64461PCMCIA_DEBUG
272#options 	HD64461PCMCIA_REORDER_ATTACH	# attach channel 1 (CF) first
273
274hd64461video*	at hd64461if?
275#options 	HD64461VIDEO_DEBUG
276#options 	HD64461VIDEO_HWACCEL		# XXX: too slow to bother
277
278
279#
280# machine independent part
281#
282
283# PCMCIA bus support
284#pcmcia* at hd64461pcmcia? controller ? socket ?
285pcmcia0 at hd64461pcmcia? controller 0 socket ?	# I/O card, memory card
286pcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only
287
288# PCMCIA IDE controllers
289#wdc*	at pcmcia? function ?
290wdc0	at pcmcia1 function ?		# CF slot
291wdc1	at pcmcia0 function ?		# PC Card slot
292
293# ATA (IDE) bus support
294#atabus* at ata?
295atabus0 at wdc0 channel ?		# CF slot
296atabus1 at wdc1 channel ?		# PC Card slot
297
298# IDE drives
299wd*	at atabus? drive ? flags 0x0000
300
301# PCMCIA network interfaces
302mbe*	at pcmcia0 function ?		# MB8696x based Ethernet
303ne*	at pcmcia0 function ?		# NE2000-compatible Ethernet
304wi*	at pcmcia0 function ?		# Lucent/Intersil WaveLan IEEE (802.11)
305
306# MII/PHY support
307lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
308nsphyter* at mii? phy ?			# NS83843 PHYs
309ukphy*	at mii? phy ?			# generic unknown PHYs
310
311# PCMCIA Serial Devices
312com*	at pcmcia? function ?		# Modems and serial cards
313
314
315# Pseudo-Devices
316
317# disk/mass storage pseudo-devices
318#pseudo-device	vnd			# disk-like interface to files
319#options 	VND_COMPRESSION		# compressed vnd(4)
320pseudo-device	fss		4	# file system snapshot device
321
322# network pseudo-devices
323pseudo-device	loop			# network loopback
324pseudo-device	ppp			# serial-line IP ports
325pseudo-device	bpfilter		# Berkeley packet filter
326#pseudo-device	carp			# Common Address Redundancy Protocol
327#pseudo-device	ipfilter		# IP filter, NAT
328#pseudo-device	pf			# PF packet filter
329#pseudo-device	pflog			# PF log if
330
331# miscellaneous pseudo-devices
332pseudo-device	pty			# pseudo-terminals
333pseudo-device	rnd			# /dev/random and in-kernel generator
334pseudo-device	clockctl		# user control of clock subsystem
335#pseudo-device	irframetty		# IrDA frame line discipline
336pseudo-device	ksyms			# kernel symbol table interface
337
338# a pseudo device needed for Coda	# also needs CODA (above)
339#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
340
341# a pseudo device needed for SMBFS
342#pseudo-device	nsmb			# experimental - SMB requester
343
344# wscons pseudo-devices
345pseudo-device	wsmux			# mouse & keyboard multiplexor
346#pseudo-device	wsfont			# dynamic font loading support
347#pseudo-device	hpf1275a		# HP F1275A external keyboard
348#wskbd* at hpf1275a? mux 1
349
350# Veriexec
351#
352# a pseudo device needed for veriexec
353#pseudo-device	veriexec		1
354#
355# Uncomment the fingerprint methods below that are desired. Note that
356# removing fingerprint methods will have almost no impact on the kernel
357# code size.
358#
359#options VERIFIED_EXEC_FP_RMD160
360#options VERIFIED_EXEC_FP_SHA256
361#options VERIFIED_EXEC_FP_SHA384
362#options VERIFIED_EXEC_FP_SHA512
363#options VERIFIED_EXEC_FP_SHA1
364#options VERIFIED_EXEC_FP_MD5
365