INTEGRATOR_CP revision 1.8
11.8Sjoerg#	$NetBSD: INTEGRATOR_CP,v 1.8 2014/08/17 21:17:43 joerg Exp $
21.1Sskrll#
31.1Sskrll#	INTEGRATOR_CP -- ARM Integrator CP kernel
41.1Sskrll#
51.1Sskrll
61.1Sskrllinclude	"arch/evbarm/conf/std.integrator_cp"
71.1Sskrll
81.1Sskrll#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Sskrll
101.1Sskrll# estimated number of users
111.1Sskrll
121.1Sskrllmaxusers	32
131.1Sskrll
141.1Sskrll# Standard system options
151.1Sskrll
161.1Sskrlloptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
171.1Sskrlloptions 	NTP		# NTP phase/frequency locked loop
181.1Sskrll
191.1Sskrll# CPU options
201.1Sskrll
211.1Sskrlloptions 	CPU_ARM9	# Support the ARM9TDMI core
221.1Sskrlloptions 	CPU_ARM10	# Support the ARM10 core
231.1Sskrlloptions 	CPU_ARM11	# Support the ARM11 core
241.1Sskrlloptions 	FPU_VFP
251.1Sskrlloptions 	INTEGRATOR_CP
261.1Sskrll
271.1Sskrll# File systems
281.1Sskrll
291.1Sskrllfile-system	FFS		# UFS
301.1Sskrll#file-system	LFS		# log-structured file system
311.1Sskrllfile-system	MFS		# memory file system
321.1Sskrllfile-system	NFS		# Network file system
331.1Sskrll#file-system 	ADOSFS		# AmigaDOS-compatible file system
341.1Sskrll#file-system 	EXT2FS		# second extended file system (linux)
351.1Sskrll#file-system	CD9660		# ISO 9660 + Rock Ridge file system
361.1Sskrll#file-system	MSDOSFS		# MS-DOS file system
371.1Sskrll#file-system	FDESC		# /dev/fd
381.1Sskrllfile-system	KERNFS		# /kern
391.1Sskrll#file-system	NULLFS		# loopback file system
401.1Sskrllfile-system	PROCFS		# /proc
411.1Sskrll#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
421.1Sskrll#file-system	UMAPFS		# NULLFS + uid and gid remapping
431.1Sskrll#file-system	UNION		# union file system
441.1Sskrllfile-system	PTYFS		# /dev/pts/N support
451.3Sjoergfile-system	TMPFS		# memory file system
461.1Sskrll
471.1Sskrll# File system options
481.1Sskrll#options 	QUOTA		# legacy UFS quotas
491.1Sskrll#options 	QUOTA2		# new, in-filesystem UFS quotas
501.1Sskrll#options 	FFS_EI		# FFS Endian Independent support
511.1Sskrll#options 	NFSSERVER
521.1Sskrlloptions 	WAPBL		# File system journaling support
531.1Sskrll#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
541.1Sskrll
551.1Sskrll# Networking options
561.1Sskrll
571.1Sskrll#options 	GATEWAY		# packet forwarding
581.1Sskrlloptions 	INET		# IP + ICMP + TCP + UDP
591.1Sskrlloptions 	INET6		# IPV6
601.1Sskrll#options 	IPSEC		# IP security
611.1Sskrll#options 	IPSEC_DEBUG	# debug for IP security
621.1Sskrll#options 	MROUTING	# IP multicast routing
631.1Sskrll#options 	PIM		# Protocol Independent Multicast
641.1Sskrll#options 	NETATALK	# AppleTalk networking
651.1Sskrll#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
661.1Sskrll#options 	PPP_DEFLATE	# Deflate compression support for PPP
671.1Sskrll#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
681.1Sskrll#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
691.1Sskrll
701.1Sskrlloptions 	NFS_BOOT_BOOTP
711.1Sskrlloptions 	NFS_BOOT_DHCP
721.1Sskrlloptions 	NFS_BOOT_BOOTPARAM
731.1Sskrll#options 	NFS_BOOT_BOOTSTATIC
741.1Sskrll
751.1Sskrll# Compatibility options
761.1Sskrll
771.6Smartinoptions		COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
781.1Sskrll#options 	COMPAT_43	# 4.3BSD compatibility.
791.7Sapboptions 	COMPAT_70	# NetBSD 7.0 compatibility.
801.1Sskrlloptions 	COMPAT_60	# NetBSD 6.0 compatibility.
811.1Sskrlloptions 	COMPAT_50	# NetBSD 5.0 compatibility.
821.1Sskrll#options 	COMPAT_40	# NetBSD 4.0 compatibility.
831.1Sskrll#options 	COMPAT_30	# NetBSD 3.0 compatibility.
841.1Sskrll#options 	COMPAT_20	# NetBSD 2.0 compatibility.
851.1Sskrll#options 	COMPAT_16	# NetBSD 1.6 compatibility.
861.1Sskrll#options 	COMPAT_15	# NetBSD 1.5 compatibility.
871.1Sskrll#options 	COMPAT_14	# NetBSD 1.4 compatibility.
881.1Sskrll#options 	COMPAT_13	# NetBSD 1.3 compatibility.
891.1Sskrll#options 	COMPAT_12	# NetBSD 1.2 compatibility.
901.1Sskrll#options 	COMPAT_11	# NetBSD 1.1 compatibility.
911.1Sskrll#options 	COMPAT_10	# NetBSD 1.0 compatibility.
921.1Sskrll#options 	COMPAT_09	# NetBSD 0.9 compatibility.
931.1Sskrll#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
941.1Sskrlloptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
951.1Sskrll
961.1Sskrll# Shared memory options
971.1Sskrll
981.1Sskrll#options 	SYSVMSG		# System V-like message queues
991.1Sskrll#options 	SYSVSEM		# System V-like semaphores
1001.1Sskrll#options 	SYSVSHM		# System V-like memory sharing
1011.1Sskrll
1021.1Sskrll# Device options
1031.1Sskrll
1041.1Sskrll#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1051.1Sskrll#options 	MEMORY_DISK_ROOT_SIZE=4000	# Size in blocks
1061.1Sskrll#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1071.1Sskrll
1081.1Sskrll# Miscellaneous kernel options
1091.1Sskrlloptions 	KTRACE		# system call tracing, a la ktrace(1)
1101.1Sskrlloptions 	IRQSTATS	# manage IRQ statistics
1111.1Sskrll#options 	KMEMSTATS	# kernel memory statistics
1121.1Sskrlloptions 	SCSIVERBOSE	# Verbose SCSI errors
1131.1Sskrlloptions 	PCIVERBOSE	# Verbose PCI descriptions
1141.1Sskrlloptions 	MIIVERBOSE	# Verbose MII autoconfuration messages
1151.1Sskrll#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1161.1Sskrlloptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to
1171.1Sskrll					# configure PCI devices
1181.1Sskrlloptions 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1191.1Sskrlloptions 	DDB_KEYCODE=0x1d	# Enter ddb on ^]
1201.1Sskrlloptions 	USERCONF	# userconf(4) support
1211.1Sskrll#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1221.1Sskrll#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1231.1Sskrll
1241.1Sskrll# Development and Debugging options
1251.1Sskrll
1261.1Sskrll#options 	ARM700BUGTRACK	# track the ARM700 swi bug
1271.1Sskrll#options 	PORTMASTER	# Enable PortMaster only options
1281.1Sskrll#options 	DIAGNOSTIC	# internal consistency checks
1291.1Sskrll#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1301.1Sskrlloptions 	DDB		# in-kernel debugger
1311.1Sskrlloptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1321.1Sskrll#options 	UVMHIST
1331.1Sskrll#makeoptions	DEBUG="-g"	# compile full symbol table
1341.8Sjoergmakeoptions	COPY_SYMTAB=1
1351.1Sskrlloptions 	PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00
1361.1Sskrll
1371.1Sskrllconfig		netbsd		root on ? type ?
1381.1Sskrllconfig		netbsd-sm0	root on sm0 type nfs
1391.1Sskrll
1401.1Sskrll# The main bus device
1411.1Sskrllmainbus0	at root
1421.1Sskrll
1431.1Sskrll# The boot CPU
1441.1Sskrllcpu0		at mainbus?
1451.1Sskrll
1461.1Sskrll# Core logic
1471.1Sskrllifpga0	at mainbus?
1481.1Sskrll
1491.1Sskrll# PL010 uart
1501.1Sskrllplcom0		at ifpga? offset 0x06000000 irq 1
1511.1Sskrllplcom1		at ifpga? offset 0x07000000 irq 2
1521.1Sskrll#options 	PLCOM_DEBUG
1531.1Sskrll
1541.1Sskrll# PL030 real time clock
1551.1Sskrllplrtc0		at ifpga? offset 0x05000000
1561.1Sskrll
1571.1Sskrll# PCI bus via ifpga
1581.1Sskrllpci0		at ifpga?			# PCI bus
1591.1Sskrll
1601.1Sskrll# PCI network interfaces
1611.1Sskrllsm0		at ifpga? offset 0xb8000000 irq 27
1621.1Sskrll
1631.1Sskrll# MII/PHY support
1641.1Sskrllukphy*          at mii? phy ?                   # generic unknown PHYs
1651.1Sskrll
1661.1Sskrll# Pseudo-Devices
1671.1Sskrll
1681.1Sskrll# disk/mass storage pseudo-devices
1691.1Sskrll#pseudo-device	md			# memory disk device (ramdisk)
1701.1Sskrll#pseudo-device	vnd			# disk-like interface to files
1711.1Sskrll#pseudo-device	fss			# file system snapshot device
1721.1Sskrll#pseudo-device	putter			# for puffs and pud
1731.1Sskrll
1741.1Sskrll# network pseudo-devices
1751.1Sskrllpseudo-device	bpfilter		# Berkeley packet filter
1761.1Sskrll#pseudo-device	bridge			# simple inter-network bridging
1771.1Sskrllpseudo-device	loop			# network loopback
1781.1Sskrll
1791.1Sskrll# miscellaneous pseudo-devices
1801.1Sskrllpseudo-device	pty			# pseudo-terminals
1811.1Sskrllpseudo-device	clockctl		# user control of clock subsystem
1821.1Sskrllpseudo-device	ksyms			# /dev/ksyms
183