GENERIC revision 1.1
1#	$NetBSD: GENERIC,v 1.1 2013/04/28 12:11:25 kiyohara 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
21include		"arch/epoc32/conf/std.epoc32"
22
23#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident 		"GENERIC-$Revision: 1.1 $"
26
27maxusers	32			# estimated number of users
28
29# CPU options
30options 	CPU_ARM7		# Series 5/Geofox one/Osaris
31options 	CPU_ARM7TDMI		# Series 5mx/Revo/Revo+
32#options 	CPU_SA1100		# Series 7/netBook
33
34# Standard system options
35#options 	INSECURE	# disable kernel security levels
36
37# File systems
38file-system	FFS		# UFS
39#file-system	EXT2FS		# second extended file system (linux)
40file-system	MFS		# memory file system
41file-system	NFS		# Network File System client
42file-system	MSDOSFS		# MS-DOS file system
43#file-system	FDESC		# /dev/fd
44file-system	KERNFS		# /kern
45file-system	NULLFS		# loopback file system
46file-system	PTYFS		# /dev/pts/N support
47file-system	TMPFS		# Efficient memory file-system
48
49# File system options
50#options 	QUOTA		# legacy UFS quotas
51#options 	QUOTA2		# new, in-filesystem UFS quotas
52options 	FFS_EI		# FFS Endian Independent support
53#options 	NFSSERVER
54options 	WAPBL		# File system journaling support
55#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
56#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
57#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
58				# immutable) behave as system flags.
59
60# Networking options
61options 	INET		# IP + ICMP + TCP + UDP
62options 	INET6		# IPv6
63#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
64#options 	PPP_DEFLATE	# Deflate compression support for PPP
65options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
66
67# Compatibility options
68#options 	COMPAT_09	# NetBSD 0.9,
69#options 	COMPAT_10	# NetBSD 1.0,
70#options 	COMPAT_11	# NetBSD 1.1,
71#options 	COMPAT_12	# NetBSD 1.2,
72#options 	COMPAT_13	# NetBSD 1.3,
73#options 	COMPAT_14	# NetBSD 1.4,
74#options 	COMPAT_15	# NetBSD 1.5,
75#options 	COMPAT_16	# NetBSD 1.6,
76#options 	COMPAT_20	# NetBSD 2.0,
77#options 	COMPAT_30	# NetBSD 3.0,
78#options 	COMPAT_40	# NetBSD 4.0,
79#options 	COMPAT_50	# NetBSD 5.0 compatibility.
80#options 	COMPAT_43	# and 4.3BSD
81#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
82
83#options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
84options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
85
86# Shared memory options
87#options 	SYSVMSG		# System V-like message queues
88#options 	SYSVSEM		# System V-like semaphores
89#options 	SYSVSHM		# System V-like memory sharing
90
91# Loadable kernel module support
92#options 	MODULAR		# new style module(7) framework
93
94#
95# wscons options
96#
97# builtin terminal emulations
98options 	WSEMUL_VT100
99# allocate a number of virtual screens at autoconfiguration time
100#options 	WSDISPLAY_DEFAULTSCREENS=2
101
102# compatibility to other console drivers
103options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
104options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
105options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
106
107# Development and Debugging options
108
109#options 	DIAGNOSTIC      # internal consistency checks
110#options 	DEBUG
111#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
112options 	DDB             # in-kernel debugger
113options 	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
114#makeoptions 	DEBUG="-g"  # compile full symbol table
115options 	SYMTAB_SPACE=500000
116
117
118# Kernel root file system and dump configuration.
119config		netbsd		root on ? type ?
120
121mainbus0 at root
122
123cpu0 at mainbus?
124
125internal0 at mainbus? base 0x80000000		# Internal Register Space
126external0 at mainbus?
127
128# SoC
129clpssoc0 at internal?				# Cirrus CL-PS711x
130windermere0 at internal?			# Windermere
131#saip0	at internal?				# StrongARM SA-1100
132
133#options CONSPEED=115200			# EPOC use 115200bps
134
135# CL-PS711x Peripherals
136#clpsaudio* at clpssoc?				# Audio
137clpscom* at clpssoc?				# UART/IrDA
138clpslcd* at clpssoc?				# LCD
139#clpspm* at clpssoc?				# Power
140clpsrtc* at clpssoc?				# RTC
141#clpsssi* at clpssoc?				# SSI bus
142
143# Windermere Peripherals
144#wmaudio* at windermere?			# Audio
145wmcom*	at windermere?				# IrDA/UART
146wmlcd*	at windermere?				# LCD
147#wmpm*	at windermere?				# Power
148wmrtc*	at windermere?				# RTC
149#wmssi*	at clpssoc?				# SSI bus
150
151# SA-1100 Peripherals
152#sacom*	at saip? addr 0x80050000 size 0x24 intr 17 # Serial
153#saost*	at saip? addr 0x90000000 size 0x20	#OS Timer
154
155wsdisplay* at clpslcd? console ?
156wsdisplay* at wmlcd? console ?
157
158epockbd* at clpssoc?
159epockbd* at windermere?
160#epockbd* at external? addr 0x10000030, 0x10000004
161wskbd*	at epockbd?
162
163#spi*	at clpsssi*
164#spi*	at wmssi*
165#tp*	at spi*					# ADS7843 Touch screen
166
167#audio* at audio?
168
169# External devices
170etna* at external?				# ETNA Controller
171pcmcia* at etna?
172
173wdc* at pcmcia?					# CF
174atabus* at wdc? channel ?
175wd* at atabus? drive ? flags 0x0000
176
177
178# Pseudo-Devices
179
180# disk/mass storage pseudo-devices
181#pseudo-device	md			# memory disk device (ramdisk)
182#pseudo-device	vnd			# disk-like interface to files
183#options 	VND_COMPRESSION		# compressed vnd(4)
184
185# network pseudo-devices
186#pseudo-device	bpfilter                # Berkeley packet filter
187pseudo-device	loop			# network loopback
188pseudo-device	ppp			# Point-to-Point Protocol
189pseudo-device	sl			# Serial Line IP
190
191# miscellaneous pseudo-devices
192pseudo-device	pty			# pseudo-terminals
193pseudo-device	clockctl		# user control of clock subsystem
194pseudo-device	ksyms			# /dev/ksyms
195
196# wscons pseudo-devices
197#pseudo-device	wsmux			# mouse & keyboard multiplexor
198#pseudo-device	wsfont
199