xref: /netbsd-src/sys/arch/evbarm/conf/LUBBOCK (revision 1b9578b8c2c1f848eeb16dabbfd7d1f0d9fdefbd)
1#
2#	LUBBOCK -- Intel LUBBOCK Evaluation Board Kernel
3#
4
5include	"arch/evbarm/conf/std.lubbock"
6
7# estimated number of users
8
9maxusers	32
10
11#options INTR_DEBUG
12
13# Standard system options
14
15options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
16#options 	NTP		# NTP phase/frequency locked loop
17
18# CPU options
19
20options 	CPU_XSCALE_PXA250	# Support the XScale core
21#options 	XSCALE_CACHE_WRITE_THROUGH
22#options 	XSCALE_CACHE_WRITE_BACK
23makeoptions	CPUFLAGS="-mcpu=xscale"
24
25# Architecture options
26
27# File systems
28
29file-system	FFS		# UFS
30#file-system	LFS		# log-structured file system
31file-system	MFS		# memory file system
32file-system	NFS		# Network file system
33#file-system 	ADOSFS		# AmigaDOS-compatible file system
34#file-system 	EXT2FS		# second extended file system (linux)
35#file-system	CD9660		# ISO 9660 + Rock Ridge file system
36file-system	MSDOSFS		# MS-DOS file system
37#file-system	FDESC		# /dev/fd
38#file-system	KERNFS		# /kern
39#file-system	NULLFS		# loopback file system
40#file-system	PROCFS		# /proc
41#file-system	UMAPFS		# NULLFS + uid and gid remapping
42#file-system	UNION		# union file system
43file-system	PTYFS		# /dev/pts/N support
44
45# File system options
46#options 	QUOTA		# legacy UFS quotas
47#options 	QUOTA2		# new, in-filesystem UFS quotas
48#options 	FFS_EI		# FFS Endian Independent support
49#options 	NFSSERVER
50options 	WAPBL		# File system journaling support - Experimental
51#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
52
53# Networking options
54
55#options 	GATEWAY		# packet forwarding
56options 	INET		# IP + ICMP + TCP + UDP
57options 	INET6		# IPV6
58#options 	IPSEC		# IP security
59#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
60#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
61#options 	IPSEC_DEBUG	# debug for IP security
62#options 	MROUTING	# IP multicast routing
63#options 	PIM		# Protocol Independent Multicast
64#options 	ISO,TPIP	# OSI
65#options 	EON		# OSI tunneling over IP
66#options 	NETATALK	# AppleTalk networking
67#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
68#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
69#options 	PPP_DEFLATE	# Deflate compression support for PPP
70#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
71#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
72
73options 	NFS_BOOT_BOOTP
74options 	NFS_BOOT_DHCP
75options 	NFS_BOOT_BOOTPARAM
76
77# Compatibility options
78
79#options 	COMPAT_43	# 4.3BSD compatibility.
80options 	COMPAT_50	# NetBSD 5.0 compatibility.
81options 	COMPAT_40	# NetBSD 4.0 compatibility.
82options 	COMPAT_30	# NetBSD 3.0 compatibility.
83options 	COMPAT_20	# NetBSD 2.0 compatibility.
84options 	COMPAT_16	# NetBSD 1.6 compatibility.
85#options 	COMPAT_15	# NetBSD 1.5 compatibility.
86#options 	COMPAT_14	# NetBSD 1.4 compatibility.
87#options 	COMPAT_13	# NetBSD 1.3 compatibility.
88#options 	COMPAT_12	# NetBSD 1.2 compatibility.
89#options 	COMPAT_11	# NetBSD 1.1 compatibility.
90#options 	COMPAT_10	# NetBSD 1.0 compatibility.
91#options 	COMPAT_09	# NetBSD 0.9 compatibility.
92#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
93options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
94
95# Shared memory options
96
97#options 	SYSVMSG		# System V-like message queues
98#options 	SYSVSEM		# System V-like semaphores
99#options 	SEMMNI=10	# number of semaphore identifiers
100#options 	SEMMNS=60	# number of semaphores in system
101#options 	SEMUME=10	# max number of undo entries per process
102#options 	SEMMNU=30	# number of undo structures in system
103#options 	SYSVSHM		# System V-like memory sharing
104
105# Device options
106
107#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
108#options 	MEMORY_DISK_ROOT_SIZE=16384	# Size in blocks
109#options 	MEMORY_DISK_DYNAMIC
110#options 	MINIROOTSIZE=1000	# Size in blocks
111#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
112
113# Miscellaneous kernel options
114options 	KTRACE		# system call tracing, a la ktrace(1)
115#options 	KMEMSTATS	# kernel memory statistics
116options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
117#options 	SCSIVERBOSE	# Verbose SCSI errors
118#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
119#options 	DDB_KEYCODE=0x40
120#options 	USERCONF	# userconf(4) support
121
122# Development and Debugging options
123
124options 	DIAGNOSTIC	# internally consistency checks
125#options 	DEBUG
126#options 	PMAP_DEBUG	# Enable pmap_debug_level code
127#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
128#options 	DDB		# in-kernel debugger
129#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
130#options 	KGDB
131#options  	DEBUG_KGDB
132#makeoptions	DEBUG="-g"	# compile full symbol table
133#options 	SYMTAB_SPACE=200000
134
135config		netbsd		root on ? type ?
136config		netbsd-sm0	root on sm0 type nfs
137
138# The main bus device
139mainbus0	at root
140
141# The boot cpu
142cpu0		at mainbus?
143
144# integrated peripherals
145pxaip0	at mainbus?
146
147pxaintc0 at pxaip?	# interrupt controller
148pxagpio0 at pxaip?	# GPIO
149
150# cotulla integrated 16550 UARTs
151options COM_PXA2X0
152com0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
153com1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
154#com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
155options FFUARTCONSOLE
156options BTUARTCONSOLE
157options KGDB_DEVNAME="\"btuart\""   # ffuart or btuart
158options KGDB_DEVRATE=115200
159
160# DMAC support
161pxadmac0 	at pxaip? addr 0x40000000 intr 25
162options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
163#options 	PXA2X0_DMAC_FIXED_PRIORITY	 # Don't want multiple priority
164
165# AC97 Audio support
166pxaacu0 	at pxaip? addr 0x40500000 intr 14
167audio*		at audiobus?
168
169# On-board device support
170obio0		at pxaip? intr 8
171sm0		at obio? addr 0x0c000000 intr 3 	# on-board SMC 91C96
172#options LUBBOCK_SMC91C96_16BIT
173
174# LCD
175lcd0		at obio?
176wsdisplay*	at lcd? console ?
177options 	WSEMUL_VT100		# VT100 / VT220 emulation
178
179# SA1111 companion chip
180sacc0	at obio? addr 0x10000000 intr 1
181
182sacpcic* at sacc?
183pcmcia*	at sacpcic?
184
185sackbc0 at sacc0 addr 0x0a00 intr 21
186sackbc1 at sacc0 addr 0x0c00 intr 18
187
188# PS/2 controller of SA-1111 doesn't have "slot"; One device is attached
189# to one controller.  However, pckbd driver requires "slot 0" and pms driver
190# requires "slot 1"
191pckbd*	at sackbc0 slot 0
192wskbd* 		at pckbd? # console ?
193pms*	at sackbc1 slot 1
194wsmouse*	at pms? mux 0
195
196# PCMCIA serial interfaces
197com*	at pcmcia? function ?		# Modems and serial cards
198
199pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
200com*	at pcmcom? slave ?		# ...and the slave devices
201
202# PCMCIA SCSI controllers
203aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
204esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
205
206# SCSI bus support
207scsibus* at scsi?
208
209# SCSI devices
210sd*	at scsibus? target ? lun ?	# SCSI disk drives
211st*	at scsibus? target ? lun ?	# SCSI tape drives
212cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
213ch*	at scsibus? target ? lun ?	# SCSI autochangers
214ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
215ss*	at scsibus? target ? lun ?	# SCSI scanners
216uk*	at scsibus? target ? lun ?	# SCSI unknown
217
218# PCMCIA IDE controllers and disks
219wdc*	at pcmcia? function ?
220atabus* 	at wdc? channel ?
221wd*		at atabus? drive ? flags 0x0000
222
223#
224# Networking devices
225#
226an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
227awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
228cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
229ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
230mbe*	at pcmcia? function ?		# MB8696x based Ethernet
231ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
232ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
233sm*	at pcmcia? function ?		# Megahertz Ethernet
234tr*	at pcmcia? function ?		# TROPIC based Token-Ring
235wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
236xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
237com*	at xirc?
238xi*	at xirc?
239
240mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
241com*	at mhzc?
242sm*	at mhzc?
243
244# Pseudo-Devices
245
246# disk/mass storage pseudo-devices
247pseudo-device	md			# memory disk device (ramdisk)
248#pseudo-device	vnd			# disk-like interface to files
249#pseudo-device	fss			# file system snapshot device
250
251# network pseudo-devices
252pseudo-device	bpfilter		# Berkeley packet filter
253pseudo-device	loop			# network loopback
254
255# miscellaneous pseudo-devices
256pseudo-device	pty			# pseudo-terminals
257#pseudo-device	rnd			# /dev/random and in-kernel generator
258
259pseudo-device	wsmux			# mouse & keyboard multiplexor
260