xref: /netbsd-src/sys/arch/evbarm/conf/TWINTAIL (revision d48f14661dda8638fee055ba15d35bdfb29b9fa8)
1#	$NetBSD: TWINTAIL,v 1.14 2006/02/05 05:01:49 cube Exp $
2#
3#	TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
4#
5
6include	"arch/evbarm/conf/std.g42xxeb"
7
8# estimated number of users
9
10maxusers	32
11
12options 	VERBOSE_ARM32
13#options 	INTR_DEBUG
14#options	BOOTHOWTO=RB_SINGLE
15options 	PCMCIADEBUG
16options 	PCMCIACISDEBUG
17
18# Standard system options
19
20options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
21#options 	NTP		# NTP phase/frequency locked loop
22
23# CPU options
24
25options 	CPU_XSCALE_PXA250	# Support the XScale core
26#options 	CPU_XSCALE_PXA270	# You can enable this, but useless for this board.
27#options 	XSCALE_CACHE_WRITE_THROUGH
28options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
29makeoptions	CPUFLAGS="-mcpu=xscale"
30
31# Architecture options
32
33# File systems
34
35file-system	FFS		# UFS
36#file-system	LFS		# log-structured file system
37file-system	MFS		# memory file system
38file-system	NFS		# Network file system
39#file-system 	ADOSFS		# AmigaDOS-compatible file system
40#file-system 	EXT2FS		# second extended file system (linux)
41file-system	CD9660		# ISO 9660 + Rock Ridge file system
42file-system	MSDOSFS		# MS-DOS file system
43file-system	FDESC		# /dev/fd
44file-system	KERNFS		# /kern
45file-system	NULLFS		# loopback file system
46file-system	PORTAL		# portal filesystem (still experimental)
47file-system	PROCFS		# /proc
48#file-system	UMAPFS		# NULLFS + uid and gid remapping
49file-system	UNION		# union file system
50file-system	PTYFS		# /dev/pts/N support
51
52# File system options
53#options 	QUOTA		# UFS quotas
54#options 	FFS_EI		# FFS Endian Independant support
55#options 	NFSSERVER
56options 	SOFTDEP
57#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
58
59# Networking options
60
61#options 	GATEWAY		# packet forwarding
62options 	INET		# IP + ICMP + TCP + UDP
63options 	INET6		# IPV6
64#options 	IPSEC		# IP security
65#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
66#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
67#options 	IPSEC_DEBUG	# debug for IP security
68#options 	MROUTING	# IP multicast routing
69#options 	NS		# XNS
70#options 	NSIP		# XNS tunneling over IP
71#options 	ISO,TPIP	# OSI
72#options 	EON		# OSI tunneling over IP
73#options 	CCITT,LLC,HDLC	# X.25
74#options 	NETATALK	# AppleTalk networking
75#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
76#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
77#options 	PPP_DEFLATE	# Deflate compression support for PPP
78#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
79#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
80
81options 	NFS_BOOT_BOOTP
82options 	NFS_BOOT_DHCP
83#options 	NFS_BOOT_BOOTPARAM
84
85# Compatibility options
86
87#options 	COMPAT_43	# 4.3BSD compatibility.
88options 	COMPAT_30	# NetBSD 3.0 compatibility.
89options 	COMPAT_20	# NetBSD 2.0 compatibility.
90options 	COMPAT_16	# NetBSD 1.6 compatibility.
91#options 	COMPAT_15	# NetBSD 1.5 compatibility.
92#options 	COMPAT_14	# NetBSD 1.4 compatibility.
93#options 	COMPAT_13	# NetBSD 1.3 compatibility.
94#options 	COMPAT_12	# NetBSD 1.2 compatibility.
95#options 	COMPAT_11	# NetBSD 1.1 compatibility.
96#options 	COMPAT_10	# NetBSD 1.0 compatibility.
97#options 	COMPAT_09	# NetBSD 0.9 compatibility.
98#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
99
100# Shared memory options
101
102#options 	SYSVMSG		# System V-like message queues
103#options 	SYSVSEM		# System V-like semaphores
104#options 	SEMMNI=10	# number of semaphore identifiers
105#options 	SEMMNS=60	# number of semaphores in system
106#options 	SEMUME=10	# max number of undo entries per process
107#options 	SEMMNU=30	# number of undo structures in system
108#options 	SYSVSHM		# System V-like memory sharing
109#options 	SHMMAXPGS=1024	# 1024 pages is the default
110
111# Device options
112
113#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
114#options 	MEMORY_DISK_SIZE=3072	# Size in blocks
115#options 	MEMORY_DISK_DYNAMIC
116#options 	MINIROOTSIZE=1000	# Size in blocks
117#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
118
119# Miscellaneous kernel options
120options 	KTRACE		# system call tracing, a la ktrace(1)
121#options 	LKM		# loadable kernel modules
122#options 	KMEMSTATS	# kernel memory statistics
123options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
124options 	USBVERBOSE	# verbose USB device autoconfig messages
125options 	SCSIVERBOSE	# Verbose SCSI errors
126#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
127#options 	DDB_KEYCODE=0x40
128#options 	USERCONF	# userconf(4) support
129
130# Development and Debugging options
131
132options 	DIAGNOSTIC	# internally consistency checks
133#options 	DEBUG
134#options 	PMAP_DEBUG	# Enable pmap_debug_level code
135#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
136#options 	DDB		# in-kernel debugger
137#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
138#options 	KGDB
139#options 	IPKDB
140#options 	IPKDB_NE
141#options 	IPKDBKEY="\"Debug_it_over_network\""
142#options  	DEBUG_KGDB
143makeoptions	DEBUG="-g -O2"	# compile full symbol table
144options 	SYMTAB_SPACE=200000
145#options 	AUDIO_DEBUG=2
146
147config		netbsd		root on ? type ?
148config		netbsd-ne0	root on ne0 type nfs
149
150# The main bus device
151mainbus0	at root
152
153# The boot cpu
154cpu0		at mainbus?
155
156# integrated peripherals
157pxaip0	at mainbus?
158
159pxaintc0 at pxaip?	# interrupt controller
160pxagpio0 at pxaip?	# GPIO
161
162# cotulla integrated 16550 UARTs
163options COM_PXA2X0
164com0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
165com1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
166#com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
167options FFUARTCONSOLE
168options BTUARTCONSOLE
169options KGDB_DEVNAME="\"ffuart\""   # ffuart or btuart
170options KGDB_DEVRATE=115200
171
172#aupxa0	at pxaip?		# AC97 interface
173
174# Audio support
175#audio*	at audiobus?
176
177
178# FlashROM disk driver
179# frd*	at pxaip?
180
181# On-board device support
182obio0          at pxaip? intr 8
183ne0            at obio? addr 0x0e000200 intr 5         # on-board Asix AX88796
184
185# LCD
186#device-major	lcd  		char 37
187lcd0		at obio?
188wsdisplay*	at lcd? console ?
189options FONT_SONY8x16
190#options FONT_VT220L8x8
191options 	WSEMUL_VT100		# VT100 / VT220 emulation
192options G4250_LCD_TOSHIBA_LTM035
193#options G4250_LCD_NEC_NL3224BC35
194
195kmkbd* at obio?
196wskbd* at kmkbd? # console ?
197
198# GB-225 option board
199opio0 	at obio?  intr 2
200
201# USB host
202# slhci0	at opio0
203# options 	SLHCI_DEBUG
204
205# USB bus support
206#usb*   at slhci?
207
208# USB Hubs
209# uhub*  at usb?
210# uhub*  at uhub? port ? configuration ? interface ?
211
212# USB HID device
213# uhidev*	at uhub? port ? configuration ? interface ?
214
215# USB Mice
216# ums*	at uhidev? reportid ?
217# wsmouse* at ums? mux 0
218
219# USB Keyboards
220#ukbd*	at uhidev? reportid ?
221#wskbd*	at ukbd? console ? mux 1
222
223# USB serial adpater
224#ucycom*	at uhidev? reportid ?
225
226# USB Generic HID devices
227# uhid*	at uhidev? reportid ?
228
229# USB Printer
230#ulpt*	at uhub? port ? configuration ? interface ?
231
232# USB Modem
233#umodem*	at uhub? port ? configuration ?
234#ucom*	at umodem?
235
236# USB Mass Storage
237#umass*	at uhub? port ? configuration ? interface ?
238#wd* at umass?
239
240# USB audio
241#uaudio*	at uhub? port ? configuration ?
242
243# USB MIDI
244#umidi* at uhub? port ? configuration ?
245
246# USB IrDA
247# USB-IrDA bridge spec
248#uirda* at uhub? port ? configuration ? interface ?
249#irframe* at uirda?
250
251# SigmaTel STIr4200 USB/IrDA Bridge
252#ustir* at uhub? port ?
253#irframe* at ustir?
254
255# USB Ethernet adapters
256#aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
257#cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
258#kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
259#uax*	at uhub? port ?		# ASIX AX88172 based adapters
260#url*	at uhub? port ?		# Realtek RTL8150L based adapters
261
262# Prolific PL2301/PL2302 host-to-host adapter
263#upl*	at uhub? port ?
264
265# Serial adapters
266#ubsa*	at uhub? port ?		# Belkin serial adapter
267#ucom*	at ubsa? portno ?
268
269#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
270#ucom*	at uftdi? portno ?
271
272#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
273#ucom*	at umct? portno ?
274
275#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
276#ucom*	at uplcom? portno ?
277
278#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
279#ucom*	at uvscom? portno ?
280
281# Diamond Multimedia Rio 500
282#urio*	at uhub? port ?
283
284# USB Handspring Visor
285#uvisor*	at uhub? port ?
286#ucom*	at uvisor?
287
288# Kyocera AIR-EDGE PHONE
289#ukyopon* at uhub? port ?
290#ucom*	at ukyopon? portno ?
291
292# USB scanners
293#uscanner* at uhub? port ?
294
295# USB scanners that use SCSI emulation, e.g., HP5300
296#usscanner* at uhub? port ?
297
298# Y@P firmware loader
299#uyap* at uhub? port ?
300
301# D-Link DSB-R100 USB radio
302#udsbr*	at uhub? port ?
303#radio*	at udsbr?
304
305# USB Generic driver
306# ugen*	at uhub? port ?
307
308# PCMCIA/CF card
309opcic0	at opio?
310pcmcia*	at opcic?
311
312# PCMCIA serial interfaces
313com*	at pcmcia? function ?		# Modems and serial cards
314
315pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
316com*	at pcmcom? slave ?		# ...and the slave devices
317
318# PCMCIA SCSI controllers
319aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
320esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
321
322# SCSI bus support
323scsibus* at scsi?
324
325# SCSI devices
326sd*	at scsibus? target ? lun ?	# SCSI disk drives
327st*	at scsibus? target ? lun ?	# SCSI tape drives
328cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
329ch*	at scsibus? target ? lun ?	# SCSI autochangers
330ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
331ss*	at scsibus? target ? lun ?	# SCSI scanners
332uk*	at scsibus? target ? lun ?	# SCSI unknown
333
334# PCMCIA IDE controllers
335wdc*	at pcmcia? function ?
336atabus*	at wdc? channel ?
337wd*		at atabus? drive ? flags 0x0000
338
339# PCMCIA audio devices
340#esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
341
342# PCMCIA network interfaces
343an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
344awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
345cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
346ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
347mbe*	at pcmcia? function ?		# MB8696x based Ethernet
348ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
349ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
350sm*	at pcmcia? function ?		# Megahertz Ethernet
351# tr at pcmcia has problems with Cardbus bridges
352tr*	at pcmcia? function ?		# TROPIC based Token-Ring
353wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
354xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
355com*	at xirc?
356xi*	at xirc?
357
358mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
359com*	at mhzc?
360sm*	at mhzc?
361
362# Pseudo-Devices
363
364# disk/mass storage pseudo-devices
365#pseudo-device	md		1	# memory disk device (ramdisk)
366#pseudo-device	vnd			# disk-like interface to files
367#pseudo-device	fss		4	# file system snapshot device
368
369# network pseudo-devices
370pseudo-device	bpfilter		# Berkeley packet filter
371pseudo-device	ipfilter		# IP filter (firewall) and NAT
372pseudo-device	loop			# network loopback
373#pseudo-device	kttcp			# network loopback
374#pseudo-device	ppp			# Point-to-Point Protocol
375#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
376#pseudo-device	sl			# Serial Line IP
377#pseudo-device	strip			# Starmode Radio IP (Metricom)
378#pseudo-device	irframetty		# IrDA frame line discipline
379#pseudo-device	tap			# virtual Ethernet
380#pseudo-device	tun			# network tunneling over tty
381#pseudo-device	gre			# generic L3 over IP tunnel
382#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
383#pseudo-device	faith			# IPv[46] tcp relay translation i/f
384#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
385#pseudo-device	vlan			# IEEE 802.1q encapsulation
386#pseudo-device	bridge			# simple inter-network bridging
387#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
388#pseudo-device	pf			# PF packet filter
389#pseudo-device	pflog			# PF log if
390
391# miscellaneous pseudo-devices
392pseudo-device	pty			# pseudo-terminals
393pseudo-device	rnd			# /dev/random and in-kernel generator
394pseudo-device	clockctl		# user control of clock subsystem
395
396# wscons pseudo-devices
397#pseudo-device	wsmux			# mouse & keyboard multiplexor
398#pseudo-device	wsfont
399pseudo-device	ksyms			# /dev/ksyms
400