IQ80310 revision 1.1
11.1Smatt#	$NetBSD: IQ80310,v 1.1 2001/09/05 04:53:39 matt 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.1Smattoptions 	DDB		# in-kernel debugger
1231.1Smattoptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1241.1Smattmakeoptions	DEBUG="-g"	# compile full symbol table
1251.1Smatt
1261.1Smattconfig		netbsd	root on ? type ?
1271.1Smatt
1281.1Smatt# The main bus device
1291.1Smattmainbus0	at root
1301.1Smatt
1311.1Smatt# The boot cpu
1321.1Smattcpu0		at mainbus?
1331.1Smatt
1341.1Smattiopxs0		at mainbus?			# The 80312 itself
1351.1Smattobio0		at iopxs0 bank 0		# On-Board I/O devices
1361.1Smatt
1371.1Smatt# time-of-day device via iopxs (is there even a TOD clock? :)
1381.1Smatt#todclock0	at obio0
1391.1Smatt
1401.1Smatt# PCI bus via verdi
1411.1Smatt#pci0		at iopxs? bus 0			# primary PCI bus
1421.1Smattpci1		at iopxs? bus 1			# secondary PCI bus
1431.1Smatt
1441.1Smatt# PCI bus(es) via PPBs
1451.1Smattppb*		at pci? dev ? function ?
1461.1Smattpci*		at ppb?
1471.1Smatt
1481.1Smatt# ISA bus support
1491.1Smatt#pcib*		at pci? dev ? function ?	# ISA bridge
1501.1Smatt#isa*		at pcib?
1511.1Smatt
1521.1Smatt
1531.1Smatt# PCI IDE Controllers and Devices
1541.1Smatt# PCI IDE controllers - see pciide(4) for supported hardware.
1551.1Smatt# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
1561.1Smatt# how to set up DMA modes for this chip. This may work, or may cause
1571.1Smatt# a machine hang with some controllers.
1581.1Smattpciide*		 at pci? dev ? function ? flags 0x0000
1591.1Smatt
1601.1Smatt# IDE drives
1611.1Smatt# Flags are used only with controllers that support DMA operations
1621.1Smatt# and mode settings (e.g. some pciide controllers)
1631.1Smatt# The lowest order four bits (rightmost digit) of the flags define the PIO
1641.1Smatt# mode to use, the next set of four bits the DMA mode and the third set the
1651.1Smatt# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
1661.1Smatt# to use, and the last bit must be 1 for this setting to be used.
1671.1Smatt# For DMA and UDMA, 0xf (1111) means 'disable'.
1681.1Smatt# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
1691.1Smatt# (0xc=1100, 0xa=1010, 0xf=1111)
1701.1Smatt# 0x0000 means "use whatever the drive claims to support".
1711.1Smattwd*		at pciide? channel ? drive ? flags 0x0000	# the drives themselves
1721.1Smatt
1731.1Smatt# PCI network interfaces
1741.1Smattfxp*		at pci? dev ? function ?	# Intel PRO/100
1751.1Smatt
1761.1Smatt# MII/PHY support
1771.1Smattinphy*		at mii? phy ?			# ISC-890 PHYs
1781.1Smattukphy*		at mii? phy ?			# generic unknown PHYs
1791.1Smatt
1801.1Smatt# OBIO Devices
1811.1Smattcom0		at obio? instance 0		# primary com port
1821.1Smattcom1		at obio? instance 1		# secondary com port
1831.1Smattclock0		at obio? instance 0		# 33.3MHz system clock via CPLD
1841.1Smatt
1851.1Smatt
1861.1Smatt# Pseudo-Devices
1871.1Smatt
1881.1Smatt# disk/mass storage pseudo-devices
1891.1Smatt#pseudo-device	md		1	# memory disk device (ramdisk)
1901.1Smattpseudo-device	vnd		4	# disk-like interface to files
1911.1Smatt
1921.1Smatt# network pseudo-devices
1931.1Smattpseudo-device	bpfilter	4	# Berkeley packet filter
1941.1Smattpseudo-device	loop			# network loopback
1951.1Smatt
1961.1Smatt# miscellaneous pseudo-devices
1971.1Smattpseudo-device	pty			# pseudo-terminals
1981.1Smattpseudo-device	rnd			# /dev/random and in-kernel generator
199