IQ31244 revision 1.50
11.131Schristos#	$NetBSD: IQ31244,v 1.50 2011/03/06 02:22:27 jakllsch Exp $
21.1Schristos#
31.1Schristos#	IQ31244 -- Intel IQ31244 Evaluation Board Kernel
41.1Schristos#
51.1Schristos
61.1Schristosinclude	"arch/evbarm/conf/std.iq31244"
71.1Schristos
81.1Schristos#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Schristos
101.1Schristos# estimated number of users
111.1Schristos
121.1Schristosmaxusers	32
131.1Schristos
141.1Schristos# Standard system options
151.1Schristos
161.1Schristosoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
171.1Schristos#options 	NTP		# NTP phase/frequency locked loop
181.1Schristos
191.1Schristos# CPU options
201.1Schristos
211.1Schristos# For XScale systems
221.1Schristosoptions 	CPU_XSCALE_80321	# Support the XScale core
231.1Schristosmakeoptions	CPUFLAGS="-mcpu=xscale"
241.1Schristos
251.1Schristos# Architecture options
261.1Schristosoptions 	XSCALE_CACHE_READ_WRITE_ALLOCATE
271.1Schristos#options 	HZ=512
281.1Schristos
291.1Schristos# File systems
301.1Schristos
311.1Schristosfile-system	FFS		# UFS
321.20Schristosfile-system	LFS		# log-structured file system
331.1Schristosfile-system	MFS		# memory file system
341.131Schristosfile-system	NFS		# Network file system
351.1Schristos#file-system 	ADOSFS		# AmigaDOS-compatible file system
361.1Schristos#file-system 	EXT2FS		# second extended file system (linux)
371.1Schristos#file-system	CD9660		# ISO 9660 + Rock Ridge file system
381.1Schristos#file-system	MSDOSFS		# MS-DOS file system
391.125Schristosfile-system	FDESC		# /dev/fd
401.1Schristosfile-system	KERNFS		# /kern
411.125Schristosfile-system	NULLFS		# loopback file system
421.125Schristosfile-system	PROCFS		# /proc
431.125Schristos#file-system	UMAPFS		# NULLFS + uid and gid remapping
441.1Schristos#file-system	UNION		# union file system
451.125Schristosfile-system	PTYFS		# /dev/pts/N support
461.125Schristos
471.125Schristos# File system options
481.1Schristos#options 	QUOTA		# UFS quotas
491.125Schristos#options 	FFS_EI		# FFS Endian Independant support
501.1Schristosoptions 	NFSSERVER
511.35Schristosoptions 	WAPBL		# File system journaling support - Experimental
521.97Schristos#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
531.79Ssketch
541.45Schristos# Networking options
551.128Schristos
561.53Sdsl#options 	GATEWAY		# packet forwarding
571.1Schristosoptions 	INET		# IP + ICMP + TCP + UDP
581.68Schristosoptions 	INET6		# IPV6
591.68Schristos#options 	IPSEC		# IP security
601.68Schristos#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
611.1Schristos#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
621.40Schristos#options 	IPSEC_DEBUG	# debug for IP security
631.1Schristos#options 	MROUTING	# IP multicast routing
641.1Schristos#options 	PIM		# Protocol Independent Multicast
651.40Schristos#options 	ISO,TPIP	# OSI
661.1Schristos#options 	EON		# OSI tunneling over IP
671.1Schristos#options 	NETATALK	# AppleTalk networking
681.1Schristos#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
691.11Slukem#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
701.85Schristos#options 	PPP_DEFLATE	# Deflate compression support for PPP
711.20Schristos#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
721.20Schristos#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
731.20Schristos
741.20Schristosoptions 	NFS_BOOT_BOOTP
751.20Schristosoptions 	NFS_BOOT_DHCP
761.11Slukem#options 	NFS_BOOT_BOOTPARAM
771.11Slukem
781.11Slukem# Compatibility options
791.11Slukem
801.11Slukem#options 	COMPAT_43	# 4.3BSD compatibility.
811.117Schristosoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
821.38Schristosoptions 	COMPAT_40	# NetBSD 4.0 compatibility.
831.38Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
841.70Schristosoptions 	COMPAT_20	# NetBSD 2.0 compatibility.
851.70Schristosoptions 	COMPAT_16	# NetBSD 1.6 compatibility.
861.70Schristosoptions 	COMPAT_15	# NetBSD 1.5 compatibility.
871.108Schristosoptions 	COMPAT_14	# NetBSD 1.4 compatibility.
881.108Schristos#options 	COMPAT_13	# NetBSD 1.3 compatibility.
891.108Schristos#options 	COMPAT_12	# NetBSD 1.2 compatibility.
901.108Schristos#options 	COMPAT_11	# NetBSD 1.1 compatibility.
911.108Schristos#options 	COMPAT_10	# NetBSD 1.0 compatibility.
921.108Schristos#options 	COMPAT_09	# NetBSD 0.9 compatibility.
931.108Schristos#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
941.108Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
951.11Slukem
961.11Slukem# Shared memory options
971.11Slukem
981.11Slukemoptions 	SYSVMSG		# System V-like message queues
991.11Slukemoptions 	SYSVSEM		# System V-like semaphores
1001.11Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1011.20Schristos#options 	SEMMNS=60	# number of semaphores in system
1021.11Slukem#options 	SEMUME=10	# max number of undo entries per process
1031.40Schristos#options 	SEMMNU=30	# number of undo structures in system
1041.11Slukemoptions 	SYSVSHM		# System V-like memory sharing
1051.11Slukem
1061.11Slukem# Device options
1071.20Schristos
1081.11Slukem#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1091.11Slukem#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
1101.117Schristos#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1111.103Schristos
1121.117Schristos# Console options.  The default console is speed is 115200 baud.
1131.32Schristos#options 	CONSPEED=9600		# Console speed
1141.32Schristos
1151.72Schristos# Miscellaneous kernel options
1161.32Schristosoptions 	KTRACE		# system call tracing, a la ktrace(1)
1171.32Schristosoptions 	IRQSTATS	# manage IRQ statistics
1181.32Schristos#options 	KMEMSTATS	# kernel memory statistics
1191.32Schristos#options 	SCSIVERBOSE	# Verbose SCSI errors
1201.70Schristosoptions 	PCIVERBOSE	# Verbose PCI descriptions
1211.70Schristosoptions 	MIIVERBOSE	# Verbose MII autoconfuration messages
1221.32Schristos#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1231.33Schristos#options 	DDB_KEYCODE=0x40
1241.34Schristosoptions 	USERCONF	# userconf(4) support
1251.68Schristos#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1261.68Schristos#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1271.85Schristos
1281.1Schristos# Development and Debugging options
1291.12Sjdolecek
1301.32Schristosoptions 	PERFCTRS	# performance counters
1311.32Schristosoptions 	DIAGNOSTIC	# internally consistency checks
1321.32Schristos#options 	DEBUG
1331.32Schristos#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1341.12Sjdolecek#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
1351.12Sjdolecekoptions 	DDB		# in-kernel debugger
1361.12Sjdolecekoptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1371.12Sjdolecek#makeoptions	DEBUG="-g"	# compile full symbol table
1381.12Sjdolecekoptions 	SYMTAB_SPACE=370000
1391.12Sjdolecek
1401.12Sjdolecekconfig		netbsd		root on ? type ?
1411.12Sjdolecekconfig		netbsd-wm0	root on wm0 type nfs
1421.12Sjdolecekconfig		netbsd-wd0	root on wd0 type ffs
1431.12Sjdolecek
1441.12Sjdolecek# The main bus device
1451.12Sjdolecekmainbus0	at root
1461.12Sjdolecek
1471.15Sjdolecek# The boot CPU
1481.15Sjdolecekcpu0		at mainbus?
1491.15Sjdolecek
1501.12Sjdolecek# On-board device support
1511.53Sdslobio*		at mainbus?
1521.15Sjdolecekcom0		at obio? addr 0xfe800000 xint 1	# on-board TI 16C550 UART
1531.15Sjdolecek# Default setting of J7 is open, which means that the interrupt is not
1541.15Sjdolecek# connected
1551.15Sjdolecekwdc0		at obio? addr 0xfe8f0000 width 16 # on-board CF reader
1561.15Sjdolecek#wdc0		at obio? addr 0xfe8f0000 width 16 xint 1 # on-board CF reader
1571.15Sjdolecek
1581.15Sjdolecek# i80321 I/O Processor peripheral support
1591.15Sjdolecekiopxs*		at mainbus?
1601.15Sjdolecek
1611.92Schristosiopaau*		at iopxs?		# Application Accelerator Unit
1621.1Schristosiopiic*		at iopxs?		# I2C Controller Unit(s)
1631.116Schristosiic0		at iopiic?
1641.70Schristosiic1		at iopiic?
1651.1Schristosiopwdog*	at iopxs?		# Watchdog timer
1661.1Schristospci0		at iopxs? bus ?		# PCI/PCI-X support
1671.11Slukem
1681.46Schristos# IIC devices
1691.11Slukem
1701.126Schristos# Temperature sensors
1711.11Slukemlmtemp0  	at iic0	addr 0x48	# LM75 temperature sensor
1721.40Schristoslmtemp1  	at iic0	addr 0x49	# LM75 temperature sensor
1731.40Schristos
1741.11Slukem# RTC
1751.40Schristosstrtc0		at iic0 addr 0x68	# M41ST84 RTC & watchdog
1761.126Schristos
1771.49Schristos# PCI-PCI bridges
1781.1Schristosppb*		at pci? dev ? function ?
1791.5Schristospci*		at ppb? bus ?
1801.5Schristos
1811.1Schristos#
1821.30Schristos# Storage devices
1831.1Schristos#
1841.32Schristospciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
1851.96Schristosartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
1861.1Schristoscmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
1871.1Schristoshptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
1881.11Slukempdcide* 	at pci? dev ? function ?	# Promise IDE controllers
1891.1Schristospdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
1901.1Schristossatalink*	at pci? dev ? function ?	# SiI SATALink controllers
1911.1Schristos
1921.2Schristosatabus* 	at ata? channel ?
1931.11Slukemwd*		at atabus? drive ? flags 0x0000
1941.1Schristos
1951.92Schristos#
1961.1Schristos# Networking devices
1971.1Schristos#
1981.92Schristos
1991.96Schristos# PCI network devices
2001.1Schristosfxp*		at pci? dev ? function ?	# Intel i8255x 10/100 Ethernet
2011.92Schristoswm*		at pci? dev ? function ?	# Intel i82544 Gig-E
2021.40Schristos
2031.1Schristos# MII/PHY support
2041.96Schristosinphy*		at mii? phy ?			# Intel i82555 10/100 PHYs
2051.1Schristosmakphy*		at mii? phy ?			# Marvell 88E1000 PHYs
2061.1Schristosukphy*		at mii? phy ?			# Generic IEEE 802.3u PHYs
2071.1Schristos
2081.7Ssimonb# Pseudo-Devices
2091.59Schristos
2101.59Schristos# disk/mass storage pseudo-devices
2111.59Schristos#pseudo-device	md			# memory disk device (ramdisk)
2121.61Schristospseudo-device	vnd			# disk-like interface to files
2131.126Schristos#pseudo-device	fss			# file system snapshot device
2141.59Schristos
2151.59Schristos# network pseudo-devices
2161.59Schristospseudo-device	bpfilter		# Berkeley packet filter
2171.72Schristospseudo-device	loop			# network loopback
2181.59Schristospseudo-device	kttcp			# network loopback
2191.59Schristos
2201.126Schristos# miscellaneous pseudo-devices
2211.59Schristospseudo-device	pty			# pseudo-terminals
2221.59Schristospseudo-device	rnd			# /dev/random and in-kernel generator
2231.59Schristospseudo-device	clockctl		# user control of clock subsystem
2241.91Schristospseudo-device	ksyms			# /dev/ksyms
2251.91Schristos
2261.91Schristos# data mover pseudo-devices
2271.91Schristos#pseudo-device	swdmover		# softare dmover(9) back-end
2281.91Schristospseudo-device	dmoverio		# /dev/dmover dmover(9) interface
2291.91Schristos