JORNADA720 revision 1.17
1#	$NetBSD: JORNADA720,v 1.17 2002/04/10 20:20:04 thorpej Exp $
2#
3#	JORNADA -- Windows-CE based jornada 720
4#
5
6include	"arch/hpcarm/conf/std.hpcarm"
7
8#ident 		"GENERIC-$Revision: 1.17 $"
9
10# estimated number of users
11maxusers	32
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_SA110	# Support the SA110 core
21options 	CPU_SA1110	# Support the SA110 core
22
23# Architecture options
24
25# FPA options
26
27#options 	ARMFPE		# ARM Ltd FPE
28
29# File systems
30
31file-system	FFS		# UFS
32#file-system	LFS		# log-structured file system
33file-system	MFS		# memory file system
34file-system	NFS		# Network file system
35#file-system 	ADOSFS		# AmigaDOS-compatible file system
36#file-system 	EXT2FS		# second extended file system (linux)
37#file-system	CD9660		# ISO 9660 + Rock Ridge file system
38file-system	MSDOSFS		# MS-DOS file system
39file-system	FDESC		# /dev/fd
40#file-system	FILECORE	# Acorn filecore file system
41file-system	KERNFS		# /kern
42file-system	NULLFS		# loopback file system
43#file-system 	OVERLAY		# overlay filesystem
44#file-system	PORTAL		# portal filesystem (still experimental)
45#file-system	PROCFS		# /proc
46#file-system	UMAPFS		# NULLFS + uid and gid remapping
47#file-system	UNION		# union file system
48
49# File system options
50#options 	QUOTA		# UFS quotas
51#options 	FFS_EI		# FFS Endian Independant support
52options 	SOFTDEP		# FFS soft updates support.
53#options 	NFSSERVER
54
55# Networking options
56
57options 	GATEWAY		# packet forwarding
58options 	INET		# IP + ICMP + TCP + UDP
59options 	INET6		# IPV6
60#options 	IPSEC		# IP security
61#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
62#options 	IPSEC_DEBUG	# debug for IP security
63#options 	MROUTING	# IP multicast routing
64options 	NS		# XNS
65#options 	NSIP		# XNS tunneling over IP
66options 	ISO,TPIP	# OSI
67#options 	EON		# OSI tunneling over IP
68options 	CCITT,LLC,HDLC	# X.25
69options 	NETATALK	# AppleTalk networking
70options 	PFIL_HOOKS	# pfil(9) packet filter hooks
71options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
72options 	PPP_DEFLATE	# Deflate compression support for PPP
73options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
74#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
75
76# Compatibility options
77
78#options 	COMPAT_43	# 4.3BSD compatibility.
79options 	COMPAT_14	# NetBSD 1.4 compatibility.
80#options 	COMPAT_13	# NetBSD 1.3 compatibility.
81#options 	COMPAT_12	# NetBSD 1.2 compatibility.
82#options 	COMPAT_11	# NetBSD 1.1 compatibility.
83#options 	COMPAT_10	# NetBSD 1.0 compatibility.
84#options 	COMPAT_09	# NetBSD 0.9 compatibility.
85#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
86
87# Shared memory options
88
89options 	SYSVMSG		# System V-like message queues
90options 	SYSVSEM		# System V-like semaphores
91options 	SYSVSHM		# System V-like memory sharing
92options 	SHMMAXPGS=1024	# 1024 pages is the default
93
94# Device options
95
96options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
97#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
98#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
99
100# Miscellaneous kernel options
101options 	KTRACE		# system call tracing, a la ktrace(1)
102options 	IRQSTATS	# manage IRQ statistics
103options 	LKM		# loadable kernel modules
104options 	KMEMSTATS	# kernel memory statistics
105#options 	SCSIVERBOSE	# Verbose SCSI errors
106#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
107
108options 	NFS_BOOT_DHCP
109
110# Development and Debugging options
111
112#options 	BOOT_DUMP	# Enable memorydump at boot
113#options 	PORTMASTER	# Enable PortMaster only options
114options 	DIAGNOSTIC	# internal consistency checks
115#options 	PMAP_DEBUG	# Enable pmap_debug_level code
116#options 	IPKDB		# remote kernel debugging
117options 	DDB		# in-kernel debugger
118#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
119#makeoptions	DEBUG="-g"	# compile full symbol table
120
121config		netbsd	root on ? type ?
122#options 	COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0
123
124# The main bus device
125mainbus0 at root
126
127# The boot cpu
128cpu0 at mainbus?
129
130saip0	at mainbus?
131
132# Serial
133options 	CONSPEED=19200
134sacom*	at saip? addr 0xd000d000 size 0x24	intr 17
135
136#OS Timer
137saost*	at saip? addr 0x90000000 size 0x20
138
139# SA1111 companion chip
140sacc0	at saip? addr 0x40000000 size 0x2000
141
142# PCMCIA bus support
143sacpcic*	at sacc?
144pcmcia*		at sacpcic?
145
146# PCMCIA serial interfaces
147com*	at pcmcia? function ?		# Modems and serial cards
148
149# PCMCIA IDE controllers and disks
150wdc*	at pcmcia? function ?
151wd*	at wdc?
152
153# PCMCIA network interfaces
154an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
155awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
156cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
157ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
158mbe*	at pcmcia? function ?		# MB8696x based Ethernet
159ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
160ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
161#sm*	at pcmcia? function ?		# Megahertz Ethernet
162wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
163#xi*	at pcmcia? function ?		# Xircom CreditCard Ethernet
164
165#mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
166#com*	at mhzc?
167#sm*	at mhzc?
168
169# RTC device via IIC bus
170#rtc*	at iic? addr 0xa0
171
172# time-of-day device via rtc device
173#todclock0	at rtc?
174
175# Peripheral IO Controller
176#pioc0	at mainbus? base 0x00210000
177
178# Serial ports
179#com*	at pioc? offset 0x03f8 irq 10
180#com*	at pioc? offset 0x02f8 irq -1
181#com*	at pioc? offset 0x0338 irq -1
182#com*	at pioc? offset 0x0238 irq -1
183
184# Parallel ports
185#lpt*	at pioc? offset 0x0278 irq 0
186#lpt*	at pioc? offset 0x0378 irq -1
187#lpt*	at pioc? offset 0x03bc irq -1
188
189options 	WSEMUL_VT100
190options 	WSDISPLAY_DEFAULTSCREENS=2
191options 	FONT_VT220L8x10
192
193# physical console
194sed0		at saip?
195hpcfb*		at sed?
196wsdisplay*	at hpcfb?
197j720ssp0	at saip?	addr 0x80070000 size 0x100
198wskbd*		at j720ssp?	mux 1
199
200pseudo-device	loop	1		# network loopback
201pseudo-device	bpfilter 8		# packet filter
202pseudo-device	sl	2		# CSLIP
203pseudo-device	ppp	2		# PPP
204pseudo-device	tun	2		# network tunneling over tty
205#pseudo-device	gre		2	# generic L3 over IP tunnel
206#pseudo-device	ipfilter 1		# ip filter
207pseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
208#pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
209#pseudo-device	stf	1		# 6to4 IPv6 over IPv4 encapsulation
210#pseudo-device	strip	4		# STarmode Radio IP (Metricon Ricochet)
211pseudo-device	vlan			# IEEE 802.1q encapsulation
212pseudo-device	pty			# pseudo-terminals
213pseudo-device	tb	1		# tablet line discipline
214#pseudo-device	vnd	4		# disk-like interface to files
215#pseudo-device	ccd	2		# concatenated disk devices
216#pseudo-device	raid	4		# RAIDframe disk driver
217#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
218
219pseudo-device	biconsdev 1		# build-in console device
220pseudo-device	wsmux
221
222pseudo-device	md	1		# Ramdisk driver
223pseudo-device	rnd			# /dev/random and in-kernel generator
224