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