LUBBOCK revision 1.13
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_PXA2X0	# 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	PORTAL		# portal filesystem (still experimental)
41#file-system	PROCFS		# /proc
42#file-system	UMAPFS		# NULLFS + uid and gid remapping
43#file-system	UNION		# union file system
44
45# File system options
46#options 	QUOTA		# UFS quotas
47#options 	FFS_EI		# FFS Endian Independant support
48#options 	NFSSERVER
49options 	SOFTDEP
50#options 	FFS_NO_SNAPSHOT	# ffs snapshots
51
52# Networking options
53
54#options 	GATEWAY		# packet forwarding
55options 	INET		# IP + ICMP + TCP + UDP
56options 	INET6		# IPV6
57#options 	IPSEC		# IP security
58#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
59#options 	IPSEC_DEBUG	# debug for IP security
60#options 	MROUTING	# IP multicast routing
61#options 	PIM		# Protocol Independent Multicast
62#options 	NS		# XNS
63#options 	NSIP		# XNS tunneling over IP
64#options 	ISO,TPIP	# OSI
65#options 	EON		# OSI tunneling over IP
66#options 	CCITT,LLC,HDLC	# X.25
67#options 	NETATALK	# AppleTalk networking
68#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
69#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
70#options 	PPP_DEFLATE	# Deflate compression support for PPP
71#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
72#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
73
74options 	NFS_BOOT_BOOTP
75options 	NFS_BOOT_DHCP
76options 	NFS_BOOT_BOOTPARAM
77
78# Compatibility options
79
80#options 	COMPAT_43	# 4.3BSD compatibility.
81options 	COMPAT_20	# NetBSD 2.0 compatibility.
82options 	COMPAT_16	# NetBSD 1.6 compatibility.
83#options 	COMPAT_15	# NetBSD 1.5 compatibility.
84#options 	COMPAT_14	# NetBSD 1.4 compatibility.
85#options 	COMPAT_13	# NetBSD 1.3 compatibility.
86#options 	COMPAT_12	# NetBSD 1.2 compatibility.
87#options 	COMPAT_11	# NetBSD 1.1 compatibility.
88#options 	COMPAT_10	# NetBSD 1.0 compatibility.
89#options 	COMPAT_09	# NetBSD 0.9 compatibility.
90#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
91options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
92
93# Shared memory options
94
95#options 	SYSVMSG		# System V-like message queues
96#options 	SYSVSEM		# System V-like semaphores
97#options 	SEMMNI=10	# number of semaphore identifiers
98#options 	SEMMNS=60	# number of semaphores in system
99#options 	SEMUME=10	# max number of undo entries per process
100#options 	SEMMNU=30	# number of undo structures in system
101#options 	SYSVSHM		# System V-like memory sharing
102#options 	SHMMAXPGS=1024	# 1024 pages is the default
103
104# Device options
105
106#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
107#options 	MEMORY_DISK_ROOT_SIZE=16384	# Size in blocks
108#options 	MEMORY_DISK_DYNAMIC
109#options 	MINIROOTSIZE=1000	# Size in blocks
110#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
111
112# Miscellaneous kernel options
113options 	KTRACE		# system call tracing, a la ktrace(1)
114#options 	LKM		# loadable kernel modules
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 	IPKDB		# remote kernel debugging
128#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
129#options 	DDB		# in-kernel debugger
130#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
131#options 	KGDB
132#options  	DEBUG_KGDB
133#makeoptions	DEBUG="-g"	# compile full symbol table
134#options 	SYMTAB_SPACE=200000
135
136config		netbsd		root on ? type ?
137config		netbsd-sm0	root on sm0 type nfs
138
139# The main bus device
140mainbus0	at root
141
142# The boot cpu
143cpu0		at mainbus?
144
145# integrated peripherals
146pxaip0	at mainbus?
147
148pxaintc0 at pxaip?	# interrupt controller
149pxagpio0 at pxaip?	# GPIO
150
151# cotulla integrated 16550 UARTs
152options COM_PXA2X0
153com0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
154com1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
155#com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
156options FFUARTCONSOLE
157options BTUARTCONSOLE
158options KGDB_DEVNAME="\"btuart\""   # ffuart or btuart
159options KGDB_DEVRATE=115200
160
161#aupxa0	at pxaip?		# AC97 interface
162
163# Audio support
164#audio*	at audiobus?
165
166# On-board device support
167obio0		at pxaip? intr 8
168sm0		at obio? addr 0x0c000000 intr 3 	# on-board SMC 91C96
169#options LUBBOCK_SMC91C96_16BIT
170
171# LCD
172lcd0		at obio?
173wsdisplay*	at lcd? console ?
174options 	WSEMUL_VT100		# VT100 / VT220 emulation
175
176# SA1111 companion chip
177sacc0	at obio? addr 0x10000000 intr 1
178
179sacpcic* at sacc?
180pcmcia*	at sacpcic?
181
182sackbc0 at sacc0 addr 0x0a00 intr 21
183sackbc1 at sacc0 addr 0x0c00 intr 18
184
185# PS/2 controller of SA-1111 doesn't have "slot"; One device is attached
186# to one controller.  However, pckbd driver requires "slot 0" and pms driver 
187# requires "slot 1"
188pckbd*	at sackbc0 slot 0
189wskbd* 		at pckbd? # console ?
190pms*	at sackbc1 slot 1
191wsmouse*	at pms? mux 0
192
193# PCMCIA serial interfaces
194com*	at pcmcia? function ?		# Modems and serial cards
195
196pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
197com*	at pcmcom? slave ?		# ...and the slave devices
198
199# PCMCIA SCSI controllers
200aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
201esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
202
203# SCSI bus support
204scsibus* at scsi?
205
206# SCSI devices
207sd*	at scsibus? target ? lun ?	# SCSI disk drives
208st*	at scsibus? target ? lun ?	# SCSI tape drives
209cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
210ch*	at scsibus? target ? lun ?	# SCSI autochangers
211ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
212ss*	at scsibus? target ? lun ?	# SCSI scanners
213uk*	at scsibus? target ? lun ?	# SCSI unknown
214
215# PCMCIA IDE controllers and disks
216wdc*	at pcmcia? function ?
217atabus* 	at wdc? channel ?
218wd*		at atabus? drive ? flags 0x0000
219
220#
221# Networking devices
222#
223an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
224awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
225cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
226ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
227mbe*	at pcmcia? function ?		# MB8696x based Ethernet
228ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
229ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
230sm*	at pcmcia? function ?		# Megahertz Ethernet
231tr*	at pcmcia? function ?		# TROPIC based Token-Ring
232wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
233xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
234com*	at xirc?
235xi*	at xirc?
236
237mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
238com*	at mhzc?
239sm*	at mhzc?
240
241# PCMCIA audio devices
242#esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
243
244# Pseudo-Devices
245
246# disk/mass storage pseudo-devices
247pseudo-device	md		1	# memory disk device (ramdisk)
248#pseudo-device	vnd		4	# disk-like interface to files
249#pseudo-device	fss		4	# file system snapshot device
250
251# network pseudo-devices
252pseudo-device	bpfilter	4	# 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