11.42Sskrll#	$NetBSD: JORNADA820,v 1.42 2020/04/18 11:00:41 skrll Exp $
21.1Sis#
31.2Speter#	JORNADA -- Windows-CE based jornada 820
41.1Sis#
51.1Sis
61.18Snonakainclude	"arch/hpcarm/conf/std.sa11x0"
71.1Sis
81.1Sis#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Sis
101.42Sskrll#ident 		"GENERIC-$Revision: 1.42 $"
111.1Sis
121.1Sis# estimated number of users
131.1Sismaxusers	32
141.1Sis
151.1Sis# Standard system options
161.1Sis
171.19Stsutsui#options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
181.19Stsutsui				# (default timezone is passed from hpcboot)
191.1Sis#options 	NTP		# NTP phase/frequency locked loop
201.1Sis
211.1Sis# CPU options
221.1Sis
231.2Speteroptions 	CPU_SA1100	# Support the SA1100 core
241.1Sis
251.1Sis# Architecture options
261.1Sis
271.1Sis# File systems
281.1Sis
291.1Sis#file-system	FFS		# UFS
301.1Sis#file-system	LFS		# log-structured file system
311.1Sis#file-system	MFS		# memory file system
321.1Sis#file-system	NFS		# Network file system
331.1Sis#file-system 	ADOSFS		# AmigaDOS-compatible file system
341.1Sis#file-system 	EXT2FS		# second extended file system (linux)
351.1Sis#file-system	CD9660		# ISO 9660 + Rock Ridge file system
361.1Sisfile-system	MSDOSFS		# MS-DOS file system
371.1Sis#file-system	FDESC		# /dev/fd
381.1Sis#file-system	FILECORE	# Acorn filecore file system
391.1Sisfile-system	KERNFS		# /kern
401.1Sis#file-system	NULLFS		# loopback file system
411.1Sis#file-system 	OVERLAY		# overlay filesystem
421.1Sis#file-system	PROCFS		# /proc
431.1Sis#file-system	UMAPFS		# NULLFS + uid and gid remapping
441.1Sis#file-system	UNION		# union file system
451.1Sisfile-system	PTYFS		# /dev/pts/N support
461.1Sis
471.1Sis# File system options
481.22Sbouyer#options 	QUOTA		# legacy UFS quotas
491.22Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
501.23Swiz#options 	FFS_EI		# FFS Endian Independent support
511.25Sdhollandoptions 	WAPBL		# File system journaling support
521.1Sis#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
531.1Sis#options 	NFSSERVER
541.1Sis
551.1Sis# Networking options
561.1Sis
571.1Sis#options 	GATEWAY		# packet forwarding
581.1Sis#options 	INET		# IP + ICMP + TCP + UDP
591.1Sis#options 	INET6		# IPV6
601.1Sis#options 	IPSEC		# IP security
611.1Sis#options 	IPSEC_DEBUG	# debug for IP security
621.1Sis#options 	MROUTING	# IP multicast routing
631.1Sis#options 	PIM		# Protocol Independent Multicast
641.1Sis#options 	NETATALK	# AppleTalk networking
651.1Sis#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
661.1Sis#options 	PPP_DEFLATE	# Deflate compression support for PPP
671.1Sis#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
681.1Sis#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
691.1Sis
701.1Sis# Compatibility options
711.1Sis
721.39Smrginclude 	"conf/compat_netbsd14.config"
731.39Smrgoptions 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
741.1Sis
751.1Sis# Shared memory options
761.1Sis
771.1Sisoptions 	SYSVMSG		# System V-like message queues
781.1Sisoptions 	SYSVSEM		# System V-like semaphores
791.1Sisoptions 	SYSVSHM		# System V-like memory sharing
801.1Sis
811.1Sis# Device options
821.1Sis
831.1Sis#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
841.1Sis#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
851.1Sis#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
861.1Sis
871.1Sis# Miscellaneous kernel options
881.1Sisoptions 	KTRACE		# system call tracing, a la ktrace(1)
891.1Sisoptions 	IRQSTATS	# manage IRQ statistics
901.1Sis#options 	SCSIVERBOSE	# Verbose SCSI errors
911.1Sisoptions 	USERCONF	# userconf(4) support
921.1Sis#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
931.1Sis#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
941.1Sis
951.1Sisoptions 	NFS_BOOT_DHCP
961.1Sis
971.1Sis# Development and Debugging options
981.1Sis
991.35Smartinoptions 	BOOT_DUMP	# Enable memorydump at boot
1001.1Sisoptions 	DIAGNOSTIC	# internal consistency checks
1011.35Smartinoptions 	DEBUG		# expensive debugging checks/support
1021.42Sskrll#options 	UVMHIST		# kernhist for uvm/pmap subsystems
1031.1Sisoptions 	DDB		# in-kernel debugger
1041.1Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1051.1Sis#makeoptions	DEBUG="-g"	# compile full symbol table
1061.1Sis
1071.1Sisconfig		netbsd	root on ? type ?
1081.1Sis
1091.1Sis# The main bus device
1101.1Sismainbus0 at root
1111.1Sis
1121.1Sis# The boot CPU
1131.1Siscpu0 at mainbus?
1141.1Sis
1151.1Sissaip0	at mainbus?
1161.1Sis
1171.1Sis# Serial
1181.1Sisoptions 	CONSPEED=19200
1191.35Smartinsacom0	at saip0 addr 0x80050000 size 0x24	intr 17
1201.35Smartin#sacom1	at saip0 addr 0x80010000 size 0x24	intr 15
1211.1Sis
1221.1Sis
1231.1Sis#OS Timer
1241.1Sissaost*	at saip? addr 0x90000000 size 0x20
1251.1Sis
1261.1Sis# SA1111 companion chip
1271.1Sis#sacc0	at saip? addr 0x40000000 size 0x2000
1281.1Sis
1291.1Sis# PCMCIA bus support
1301.1Sis#sacpcic*	at sacc?
1311.1Sis#pcmcia*		at sacpcic?
1321.1Sis
1331.1Sis# PCMCIA serial interfaces
1341.1Sis#com*	at pcmcia? function ?		# Modems and serial cards
1351.1Sis
1361.1Sis# PCMCIA IDE controllers and disks
1371.1Sis#wdc*	at pcmcia? function ?
1381.1Sis#atabus* at ata?
1391.1Sis#wd*	at atabus? drive ?
1401.1Sis
1411.1Sis# PCMCIA network interfaces
1421.1Sis#an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
1431.1Sis#awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
1441.1Sis#cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
1451.1Sis#ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1461.1Sis#mbe*	at pcmcia? function ?		# MB8696x based Ethernet
1471.1Sis#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1481.1Sis#ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
1491.1Sis##sm*	at pcmcia? function ?		# Megahertz Ethernet
1501.1Sis#wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
1511.8Sjnemeth##xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
1521.8Sjnemeth##com*	at xirc?
1531.8Sjnemeth##xi*	at xirc?
1541.1Sis#
1551.1Sis##mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
1561.1Sis##com*	at mhzc?
1571.1Sis##sm*	at mhzc?
1581.1Sis#
1591.1Sis## MII/PHY support
1601.1Sis#acphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
1611.1Sis#amhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
1621.1Sis#bmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
1631.1Sis#brgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
1641.1Sis#dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
1651.1Sis#exphy*	at mii? phy ?			# 3Com internal PHYs
1661.1Sis#glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
1671.1Sis#gphyter* at mii? phy ?			# NS83861 Gig-E PHY
1681.1Sis#icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
1691.1Sis#inphy*	at mii? phy ?			# Intel 82555 PHYs
1701.1Sis#iophy*	at mii? phy ?			# Intel 82553 PHYs
1711.1Sis#lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
1721.1Sis#makphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
1731.1Sis#nsphy*	at mii? phy ?			# NS83840 PHYs
1741.1Sis#nsphyter* at mii? phy ?			# NS83843 PHYs
1751.1Sis#pnaphy*	at mii? phy ?			# generic HomePNA PHYs
1761.1Sis#qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1771.1Sis#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1781.1Sis#tlphy*	at mii? phy ?			# ThunderLAN PHYs
1791.1Sis#tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
1801.1Sis#ukphy*	at mii? phy ?			# generic unknown PHYs
1811.1Sis#urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
1821.1Sis#
1831.1Sis# Peripheral IO Controller
1841.1Sis#pioc0	at mainbus? base 0x00210000
1851.1Sis
1861.1Sis# Serial ports
1871.1Sis#com*	at pioc? offset 0x03f8 irq 10
1881.1Sis#com*	at pioc? offset 0x02f8 irq -1
1891.1Sis#com*	at pioc? offset 0x0338 irq -1
1901.1Sis#com*	at pioc? offset 0x0238 irq -1
1911.1Sis
1921.1Sis# Parallel ports
1931.1Sis#lpt*	at pioc? offset 0x0278 irq 0
1941.1Sis#lpt*	at pioc? offset 0x0378 irq -1
1951.1Sis#lpt*	at pioc? offset 0x03bc irq -1
1961.1Sis
1971.1Sis# wscons options
1981.1Sis#options 	WSEMUL_VT100
1991.1Sis#options 	WSDISPLAY_DEFAULTSCREENS=2
2001.1Sis# see arch/hpcarm/dev/j720kbdmap.c for implemented layouts
2011.1Sis#options	J720KBD_LAYOUT=KB_FR
2021.1Sis#options 	FONT_VT220L8x10
2031.1Sis# The X server requires theses two options
2041.27Sabs#options         WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
2051.1Sis#options         WSDISPLAY_COMPAT_RAWKBD
2061.1Sis# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
2071.1Sis#options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
2081.1Sis#options 	WS_DEFAULT_FG=WSCOL_WHITE
2091.1Sis#options 	WS_DEFAULT_BG=WSCOL_BLACK
2101.1Sis#options 	WS_DEFAULT_COLATTR="(0)"
2111.1Sis#options 	WS_DEFAULT_MONOATTR="(0)"
2121.1Sis#options 	WS_KERNEL_FG=WSCOL_WHITE
2131.1Sis#options 	WS_KERNEL_BG=WSCOL_BLACK
2141.1Sis#options 	WS_KERNEL_COLATTR="(0)"
2151.1Sis#options 	WS_KERNEL_MONOATTR="(0)"
2161.1Sis
2171.1Sis# physical console
2181.1Sis#sed0		at saip?
2191.1Sis#hpcfb*		at sed?
2201.1Sis#wsdisplay*	at hpcfb?
2211.1Sis#j720ssp0	at saip?	addr 0x80070000 size 0x100
2221.1Sis#wskbd*		at j720ssp?	mux 1
2231.1Sis#wsmouse*	at j720ssp?	mux 0
2241.1Sis
2251.31Schristos#pseudo-device	loop			# network loopback
2261.3Srpaulo#pseudo-device	bpfilter 		# packet filter
2271.4Scube#pseudo-device	sl			# CSLIP
2281.4Scube#pseudo-device	ppp			# PPP
2291.4Scube#pseudo-device	tun			# network tunneling over tty
2301.4Scube#pseudo-device	gre			# generic L3 over IP tunnel
2311.40Smaxv#pseudo-device	npf			# NPF packet filter
2321.4Scube#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2331.4Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2341.4Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2351.1Sis
2361.1Sis#pseudo-device	vlan			# IEEE 802.1q encapsulation
2371.1Sispseudo-device	pty			# pseudo-terminals
2381.4Scube#pseudo-device	vnd			# disk-like interface to files
2391.31Schristos#pseudo-device	ccd			# concatenated disk devices
2401.31Schristos#pseudo-device	cgd			# cryptographic disk devices
2411.32Schristos#pseudo-device	raid			# RAIDframe disk driver
2421.1Sis#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2431.17Spooka#pseudo-device	fss			# file system snapshot device
2441.1Sis
2451.1Sis#pseudo-device	biconsdev 1		# build-in console device
2461.1Sis#pseudo-device	wsmux
2471.1Sis
2481.20Shannkenpseudo-device	md			# Ramdisk driver
2491.1Sispseudo-device	clockctl		# user control of clock subsystem
2501.1Sispseudo-device	ksyms			# /dev/ksyms
2511.1Sis
2521.1Sisoptions DRAM_PAGES=4096
253