IQ80310 revision 1.3
11.3Sthorpej#	$NetBSD: IQ80310,v 1.3 2001/11/10 00:11:11 thorpej Exp $
21.1Smatt#
31.1Smatt#	IQ80310 -- Intel IQ80310 Evaluation Board Kernel
41.1Smatt#
51.1Smatt
61.1Smattinclude	"arch/evbarm/conf/std.iq80310"
71.1Smatt
81.1Smatt# estimated number of users
91.1Smatt
101.1Smattmaxusers	32
111.1Smatt
121.1Smatt# Standard system options
131.1Smatt
141.1Smattoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
151.1Smatt#options 	NTP		# NTP phase/frequency locked loop
161.1Smatt
171.1Smatt# CPU options
181.1Smatt
191.1Smatt# For StrongARM systems
201.1Smattoptions 	CPU_XSCALE	# Support the XScale core
211.1Smattmakeoptions	COPTS="-O2 -march=armv4 -mtune=strongarm"
221.1Smatt#makeoptions	COPTS="-O2 -march=armv5 -mtune=xscale"
231.1Smatt
241.1Smatt# Architecture options
251.1Smattoptions 	I80312		# We have i80312 core logic
261.1Smatt
271.1Smatt# File systems
281.1Smatt
291.1Smattfile-system	FFS		# UFS
301.1Smatt#file-system	LFS		# log-structured file system
311.1Smattfile-system	MFS		# memory file system
321.1Smattfile-system	NFS		# Network file system
331.1Smatt#file-system 	ADOSFS		# AmigaDOS-compatible file system
341.1Smattfile-system 	EXT2FS		# second extended file system (linux)
351.1Smatt#file-system	CD9660		# ISO 9660 + Rock Ridge file system
361.1Smattfile-system	MSDOSFS		# MS-DOS file system
371.1Smatt#file-system	FDESC		# /dev/fd
381.1Smatt#file-system	KERNFS		# /kern
391.1Smattfile-system	NULLFS		# loopback file system
401.1Smatt#file-system	PORTAL		# portal filesystem (still experimental)
411.1Smatt#file-system	PROCFS		# /proc
421.1Smatt#file-system	UMAPFS		# NULLFS + uid and gid remapping
431.1Smatt#file-system	UNION		# union file system
441.1Smatt
451.1Smatt# File system options
461.1Smatt#options 	QUOTA		# UFS quotas
471.1Smatt#options 	FFS_EI		# FFS Endian Independant support
481.1Smattoptions 	NFSSERVER
491.1Smattoptions 	SOFTDEP
501.1Smatt
511.1Smatt# Networking options
521.1Smatt
531.1Smatt#options 	GATEWAY		# packet forwarding
541.1Smattoptions 	INET		# IP + ICMP + TCP + UDP
551.1Smattoptions 	INET6		# IPV6
561.1Smatt#options 	IPSEC		# IP security
571.1Smatt#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
581.1Smatt#options 	IPSEC_DEBUG	# debug for IP security
591.1Smatt#options 	MROUTING	# IP multicast routing
601.1Smatt#options 	NS		# XNS
611.1Smatt#options 	NSIP		# XNS tunneling over IP
621.1Smatt#options 	ISO,TPIP	# OSI
631.1Smatt#options 	EON		# OSI tunneling over IP
641.1Smatt#options 	CCITT,LLC,HDLC	# X.25
651.1Smatt#options 	NETATALK	# AppleTalk networking
661.1Smatt#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
671.1Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
681.1Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
691.1Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
701.1Smatt#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
711.1Smatt
721.1Smattoptions 	NFS_BOOT_BOOTP
731.1Smattoptions 	NFS_BOOT_DHCP
741.1Smatt#options 	NFS_BOOT_BOOTPARAM
751.1Smatt
761.1Smatt# Compatibility options
771.1Smatt
781.1Smatt#options 	COMPAT_43	# 4.3BSD compatibility.
791.1Smattoptions 	COMPAT_15	# NetBSD 1.5 compatibility.
801.1Smattoptions 	COMPAT_14	# NetBSD 1.4 compatibility.
811.1Smatt#options 	COMPAT_13	# NetBSD 1.3 compatibility.
821.1Smatt#options 	COMPAT_12	# NetBSD 1.2 compatibility.
831.1Smatt#options 	COMPAT_11	# NetBSD 1.1 compatibility.
841.1Smatt#options 	COMPAT_10	# NetBSD 1.0 compatibility.
851.1Smatt#options 	COMPAT_09	# NetBSD 0.9 compatibility.
861.1Smatt#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
871.1Smatt
881.1Smatt# Shared memory options
891.1Smatt
901.1Smattoptions 	SYSVMSG		# System V-like message queues
911.1Smattoptions 	SYSVSEM		# System V-like semaphores
921.1Smatt#options	SEMMNI=10	# number of semaphore identifiers
931.1Smatt#options	SEMMNS=60	# number of semaphores in system
941.1Smatt#options	SEMUME=10	# max number of undo entries per process
951.1Smatt#options	SEMMNU=30	# number of undo structures in system
961.1Smattoptions 	SYSVSHM		# System V-like memory sharing
971.1Smattoptions 	SHMMAXPGS=1024	# 1024 pages is the default
981.1Smatt
991.1Smatt# Device options
1001.1Smatt
1011.1Smatt#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1021.1Smatt#options 	MEMORY_DISK_SIZE=0	# Size in blocks
1031.1Smatt#options 	MINIROOTSIZE=3400	# Size in blocks
1041.1Smatt#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1051.1Smatt
1061.1Smatt# Miscellaneous kernel options
1071.1Smattoptions 	KTRACE		# system call tracing, a la ktrace(1)
1081.1Smattoptions 	IRQSTATS	# manage IRQ statistics
1091.1Smatt#options 	LKM		# loadable kernel modules
1101.1Smatt#options 	KMEMSTATS	# kernel memory statistics
1111.1Smatt#options 	SCSIVERBOSE	# Verbose SCSI errors
1121.1Smattoptions 	PCIVERBOSE	# Verbose PCI descriptions
1131.1Smattoptions 	MIIVERBOSE	# Verbose MII autoconfuration messages
1141.1Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1151.1Smatt#options 	DDB_KEYCODE=0x40
1161.1Smatt
1171.1Smatt# Development and Debugging options
1181.1Smatt
1191.1Smattoptions 	DIAGNOSTIC	# internally consistency checks
1201.1Smatt#options  	PMAP_DEBUG	# Enable pmap_debug_level code
1211.1Smatt#options 	IPKDB		# remote kernel debugging
1221.3Sthorpej#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
1231.1Smattoptions 	DDB		# in-kernel debugger
1241.1Smattoptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1251.1Smattmakeoptions	DEBUG="-g"	# compile full symbol table
1261.3Sthorpej#options 	SYMTAB_SPACE=200000
1271.1Smatt
1281.1Smattconfig		netbsd	root on ? type ?
1291.1Smatt
1301.1Smatt# The main bus device
1311.1Smattmainbus0	at root
1321.1Smatt
1331.1Smatt# The boot cpu
1341.1Smattcpu0		at mainbus?
1351.1Smatt
1361.2Sthorpej# On-board device support
1371.2Sthorpejobio*		at mainbus?
1381.2Sthorpejcom*		at obio? addr ?		# on-board XR 16550 UARTs
1391.3Sthorpej
1401.3Sthorpej# i80312 Companion I/O support
1411.3Sthorpejiopxs*		at mainbus?
1421.3Sthorpejpci*		at iopxs?
1431.3Sthorpej
1441.3Sthorpej# PCI-PCI bridges
1451.3Sthorpejppb*		at pci? dev ? function ?
1461.3Sthorpejpci*		at ppb? bus ?
1471.3Sthorpej
1481.3Sthorpej#
1491.3Sthorpej# Networking devices
1501.3Sthorpej#
1511.3Sthorpej
1521.3Sthorpej# PCI network devices
1531.3Sthorpejfxp*		at pci? dev ? function ?	# Intel i8255x 10/100 Eth.
1541.3Sthorpej
1551.3Sthorpej# MII/PHY support
1561.3Sthorpejinphy*		at mii? phy ?			# Intel i82555 10/100 PHYs
1571.3Sthorpejukphy*		at mii? phy ?			# Generic IEEE 802.3u PHYs
1581.1Smatt
1591.1Smatt# Pseudo-Devices
1601.1Smatt
1611.1Smatt# disk/mass storage pseudo-devices
1621.1Smatt#pseudo-device	md		1	# memory disk device (ramdisk)
1631.1Smattpseudo-device	vnd		4	# disk-like interface to files
1641.1Smatt
1651.1Smatt# network pseudo-devices
1661.1Smattpseudo-device	bpfilter	4	# Berkeley packet filter
1671.1Smattpseudo-device	loop			# network loopback
1681.1Smatt
1691.1Smatt# miscellaneous pseudo-devices
1701.1Smattpseudo-device	pty			# pseudo-terminals
1711.1Smattpseudo-device	rnd			# /dev/random and in-kernel generator
172