JORNADA728 revision 1.1
11.1Sagc#	$NetBSD: JORNADA728,v 1.1 2003/09/16 08:22:00 agc Exp $
21.1Sagc#
31.1Sagc#	JORNADA -- Windows-CE based jornada 728
41.1Sagc#
51.1Sagc
61.1Sagcinclude	"arch/hpcarm/conf/std.hpcarm"
71.1Sagc
81.1Sagc#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Sagc
101.1Sagc#ident 		"GENERIC-$Revision: 1.1 $"
111.1Sagc
121.1Sagc# estimated number of users
131.1Sagcmaxusers	32
141.1Sagc
151.1Sagc# Standard system options
161.1Sagc
171.1Sagcoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
181.1Sagc#options 	NTP		# NTP phase/frequency locked loop
191.1Sagc
201.1Sagc# CPU options
211.1Sagc
221.1Sagcoptions 	CPU_SA1110	# Support the SA1110 core
231.1Sagc
241.1Sagc# Memory options
251.1Sagc
261.1Sagcoptions 	DRAM_PAGES=16384	# 64 MB of memory is standard
271.1Sagc
281.1Sagc# Architecture options
291.1Sagc
301.1Sagc# FPA options
311.1Sagc
321.1Sagc#options 	ARMFPE		# ARM Ltd FPE
331.1Sagc
341.1Sagc# File systems
351.1Sagc
361.1Sagcfile-system	FFS		# UFS
371.1Sagc#file-system	LFS		# log-structured file system
381.1Sagcfile-system	MFS		# memory file system
391.1Sagcfile-system	NFS		# Network file system
401.1Sagc#file-system 	ADOSFS		# AmigaDOS-compatible file system
411.1Sagc#file-system 	EXT2FS		# second extended file system (linux)
421.1Sagc#file-system	CD9660		# ISO 9660 + Rock Ridge file system
431.1Sagcfile-system	MSDOSFS		# MS-DOS file system
441.1Sagcfile-system	FDESC		# /dev/fd
451.1Sagc#file-system	FILECORE	# Acorn filecore file system
461.1Sagcfile-system	KERNFS		# /kern
471.1Sagcfile-system	NULLFS		# loopback file system
481.1Sagc#file-system 	OVERLAY		# overlay filesystem
491.1Sagc#file-system	PORTAL		# portal filesystem (still experimental)
501.1Sagc#file-system	PROCFS		# /proc
511.1Sagc#file-system	UMAPFS		# NULLFS + uid and gid remapping
521.1Sagc#file-system	UNION		# union file system
531.1Sagc
541.1Sagc# File system options
551.1Sagc#options 	QUOTA		# UFS quotas
561.1Sagc#options 	FFS_EI		# FFS Endian Independant support
571.1Sagcoptions 	SOFTDEP		# FFS soft updates support.
581.1Sagc#options 	NFSSERVER
591.1Sagc
601.1Sagc# Networking options
611.1Sagc
621.1Sagcoptions 	GATEWAY		# packet forwarding
631.1Sagcoptions 	INET		# IP + ICMP + TCP + UDP
641.1Sagcoptions 	INET6		# IPV6
651.1Sagc#options 	IPSEC		# IP security
661.1Sagc#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
671.1Sagc#options 	IPSEC_DEBUG	# debug for IP security
681.1Sagc#options 	MROUTING	# IP multicast routing
691.1Sagcoptions 	NS		# XNS
701.1Sagc#options 	NSIP		# XNS tunneling over IP
711.1Sagcoptions 	ISO,TPIP	# OSI
721.1Sagc#options 	EON		# OSI tunneling over IP
731.1Sagcoptions 	CCITT,LLC,HDLC	# X.25
741.1Sagcoptions 	NETATALK	# AppleTalk networking
751.1Sagcoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
761.1Sagcoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
771.1Sagcoptions 	PPP_DEFLATE	# Deflate compression support for PPP
781.1Sagcoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
791.1Sagc#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
801.1Sagc
811.1Sagc# Compatibility options
821.1Sagc
831.1Sagc#options 	COMPAT_43	# 4.3BSD compatibility.
841.1Sagcoptions 	COMPAT_14	# NetBSD 1.4 compatibility.
851.1Sagc#options 	COMPAT_13	# NetBSD 1.3 compatibility.
861.1Sagc#options 	COMPAT_12	# NetBSD 1.2 compatibility.
871.1Sagc#options 	COMPAT_11	# NetBSD 1.1 compatibility.
881.1Sagc#options 	COMPAT_10	# NetBSD 1.0 compatibility.
891.1Sagc#options 	COMPAT_09	# NetBSD 0.9 compatibility.
901.1Sagc#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
911.1Sagc
921.1Sagc# Shared memory options
931.1Sagc
941.1Sagcoptions 	SYSVMSG		# System V-like message queues
951.1Sagcoptions 	SYSVSEM		# System V-like semaphores
961.1Sagcoptions 	SYSVSHM		# System V-like memory sharing
971.1Sagcoptions 	SHMMAXPGS=1024	# 1024 pages is the default
981.1Sagc
991.1Sagc# Device options
1001.1Sagc
1011.1Sagc#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1021.1Sagc#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
1031.1Sagc#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1041.1Sagc
1051.1Sagc# Miscellaneous kernel options
1061.1Sagcoptions 	KTRACE		# system call tracing, a la ktrace(1)
1071.1Sagcoptions 	IRQSTATS	# manage IRQ statistics
1081.1Sagcoptions 	LKM		# loadable kernel modules
1091.1Sagcoptions 	KMEMSTATS	# kernel memory statistics
1101.1Sagc#options 	SCSIVERBOSE	# Verbose SCSI errors
1111.1Sagcoptions 	USERCONF	# userconf(4) support
1121.1Sagc#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1131.1Sagc
1141.1Sagcoptions 	NFS_BOOT_DHCP
1151.1Sagc
1161.1Sagc# Development and Debugging options
1171.1Sagc
1181.1Sagc#options 	BOOT_DUMP	# Enable memorydump at boot
1191.1Sagc#options 	PORTMASTER	# Enable PortMaster only options
1201.1Sagcoptions 	DIAGNOSTIC	# internal consistency checks
1211.1Sagc#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1221.1Sagc#options 	IPKDB		# remote kernel debugging
1231.1Sagcoptions 	DDB		# in-kernel debugger
1241.1Sagc#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1251.1Sagc#makeoptions	DEBUG="-g"	# compile full symbol table
1261.1Sagc
1271.1Sagcconfig		netbsd	root on ? type ?
1281.1Sagc#options 	COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0
1291.1Sagc
1301.1Sagc# The main bus device
1311.1Sagcmainbus0 at root
1321.1Sagc
1331.1Sagc# The boot cpu
1341.1Sagccpu0 at mainbus?
1351.1Sagc
1361.1Sagcsaip0	at mainbus?
1371.1Sagc
1381.1Sagc# Serial
1391.1Sagcoptions 	CONSPEED=19200
1401.1Sagcsacom*	at saip? addr 0xd000d000 size 0x24	intr 17
1411.1Sagc
1421.1Sagc#OS Timer
1431.1Sagcsaost*	at saip? addr 0x90000000 size 0x20
1441.1Sagc
1451.1Sagc# SA1111 companion chip
1461.1Sagcsacc0	at saip? addr 0x40000000 size 0x2000
1471.1Sagc
1481.1Sagc# PCMCIA bus support
1491.1Sagcsacpcic*	at sacc?
1501.1Sagcpcmcia*		at sacpcic?
1511.1Sagc
1521.1Sagc# PCMCIA serial interfaces
1531.1Sagccom*	at pcmcia? function ?		# Modems and serial cards
1541.1Sagc
1551.1Sagc# PCMCIA IDE controllers and disks
1561.1Sagcwdc*	at pcmcia? function ?
1571.1Sagcwd*	at wdc?
1581.1Sagc
1591.1Sagc# PCMCIA network interfaces
1601.1Sagcan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
1611.1Sagcawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
1621.1Sagccnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
1631.1Sagcep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1641.1Sagcmbe*	at pcmcia? function ?		# MB8696x based Ethernet
1651.1Sagcne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1661.1Sagcray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
1671.1Sagc#sm*	at pcmcia? function ?		# Megahertz Ethernet
1681.1Sagcwi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
1691.1Sagc#xi*	at pcmcia? function ?		# Xircom CreditCard Ethernet
1701.1Sagc
1711.1Sagc#mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
1721.1Sagc#com*	at mhzc?
1731.1Sagc#sm*	at mhzc?
1741.1Sagc
1751.1Sagc# MII/PHY support
1761.1Sagcacphy*	at mii? phy ?			# DAltima AC101 and AMD Am79c874 PHYs
1771.1Sagcamhphy*	at mii? phy ?			# AMD 79c901 Ethernet PHYs
1781.1Sagcbmtphy*	at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
1791.1Sagcbrgphy*	at mii? phy ?			# Broadcom BCM5400-family PHYs
1801.1Sagcdmphy*	at mii? phy ?			# Davicom DM9101 PHYs
1811.1Sagcexphy*	at mii? phy ?			# 3Com internal PHYs
1821.1Sagcglxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
1831.1Sagcgphyter* at mii? phy ?			# NS83861 Gig-E PHY
1841.1Sagcicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
1851.1Sagcinphy*	at mii? phy ?			# Intel 82555 PHYs
1861.1Sagciophy*	at mii? phy ?			# Intel 82553 PHYs
1871.1Sagclxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
1881.1Sagcmakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
1891.1Sagcnsphy*	at mii? phy ?			# NS83840 PHYs
1901.1Sagcnsphyter* at mii? phy ?			# NS83843 PHYs
1911.1Sagcpnaphy*	at mii? phy ?			# generic HomePNA PHYs
1921.1Sagcqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1931.1Sagcsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1941.1Sagctlphy*	at mii? phy ?			# ThunderLAN PHYs
1951.1Sagctqphy*	at mii? phy ?			# TDK Semiconductor PHYs
1961.1Sagcukphy*	at mii? phy ?			# generic unknown PHYs
1971.1Sagcurlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
1981.1Sagc
1991.1Sagc# Peripheral IO Controller
2001.1Sagc#pioc0	at mainbus? base 0x00210000
2011.1Sagc
2021.1Sagc# Serial ports
2031.1Sagc#com*	at pioc? offset 0x03f8 irq 10
2041.1Sagc#com*	at pioc? offset 0x02f8 irq -1
2051.1Sagc#com*	at pioc? offset 0x0338 irq -1
2061.1Sagc#com*	at pioc? offset 0x0238 irq -1
2071.1Sagc
2081.1Sagc# Parallel ports
2091.1Sagc#lpt*	at pioc? offset 0x0278 irq 0
2101.1Sagc#lpt*	at pioc? offset 0x0378 irq -1
2111.1Sagc#lpt*	at pioc? offset 0x03bc irq -1
2121.1Sagc
2131.1Sagcoptions 	WSEMUL_VT100
2141.1Sagcoptions 	WSDISPLAY_DEFAULTSCREENS=2
2151.1Sagc# see arch/hpcarm/dev/j720kbdmap.c for implemented layouts
2161.1Sagc#options	J720KBD_LAYOUT=KB_FR
2171.1Sagcoptions 	FONT_VT220L8x10
2181.1Sagc# The X server requires theses two options
2191.1Sagcoptions         WSDISPLAY_COMPAT_USL
2201.1Sagcoptions         WSDISPLAY_COMPAT_RAWKBD
2211.1Sagc
2221.1Sagc# physical console
2231.1Sagcsed0		at saip?
2241.1Sagchpcfb*		at sed?
2251.1Sagcwsdisplay*	at hpcfb?
2261.1Sagcj720ssp0	at saip?	addr 0x80070000 size 0x100
2271.1Sagcwskbd*		at j720ssp?	mux 1
2281.1Sagcwsmouse*	at j720ssp?	mux 0
2291.1Sagc
2301.1Sagcpseudo-device	loop	1		# network loopback
2311.1Sagcpseudo-device	bpfilter 8		# packet filter
2321.1Sagcpseudo-device	sl	2		# CSLIP
2331.1Sagcpseudo-device	ppp	2		# PPP
2341.1Sagcpseudo-device	tun	2		# network tunneling over tty
2351.1Sagc#pseudo-device	gre		2	# generic L3 over IP tunnel
2361.1Sagc#pseudo-device	ipfilter 1		# ip filter
2371.1Sagcpseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
2381.1Sagc#pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
2391.1Sagc#pseudo-device	stf	1		# 6to4 IPv6 over IPv4 encapsulation
2401.1Sagc#pseudo-device	strip	4		# STarmode Radio IP (Metricon Ricochet)
2411.1Sagcpseudo-device	vlan			# IEEE 802.1q encapsulation
2421.1Sagcpseudo-device	pty			# pseudo-terminals
2431.1Sagcpseudo-device	tb	1		# tablet line discipline
2441.1Sagc#pseudo-device	vnd	4		# disk-like interface to files
2451.1Sagc#pseudo-device	ccd	2		# concatenated disk devices
2461.1Sagc#pseudo-device	cgd	2		# cryptographic disk devices
2471.1Sagc#pseudo-device	raid	4		# RAIDframe disk driver
2481.1Sagc#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2491.1Sagc
2501.1Sagcpseudo-device	biconsdev 1		# build-in console device
2511.1Sagcpseudo-device	wsmux
2521.1Sagc
2531.1Sagcpseudo-device	md	1		# Ramdisk driver
2541.1Sagcpseudo-device	rnd			# /dev/random and in-kernel generator
2551.1Sagcpseudo-device	clockctl		# user control of clock subsystem
256