EV64260 revision 1.44
11.44Skiyohara#	$NetBSD: EV64260,v 1.44 2010/04/28 13:51:56 kiyohara Exp $
21.1Smatt#
31.1Smatt#	MVP -- Motorola's Multiprocessing Verification Platform
41.1Smatt#
51.1Smattinclude		"arch/evbppc/conf/std.ev64260"
61.1Smatt
71.1Smatt#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
81.1Smatt
91.1Smatt#ident 		"EV64260"
101.1Smatt
111.1Smattmaxusers	32
121.1Smatt
131.1Smatt#options 	UVMHIST
141.1Smatt#options 	UVMHIST_PRINT
151.1Smatt
161.44Skiyohara#options 	MULTIPROCESSOR		# Discovery II/III support
171.44Skiyohara
181.4Smatt# PowerPC options
191.2Smattoptions		ALTIVEC
201.4Smatt#options 	CLOCKBASE=100000000	# EVB64260
211.4Smattoptions 	CLOCKBASE=133000000	# EVB64260A
221.4Smatt
231.4Smatt# Marvell options
241.5Smattoptions 	MPSC_CONSOLE=0
251.2Smattoptions 	GT_MPSC_DEFAULT_BAUD_RATE=9600
261.4Smattoptions 	GT_MPSC_FREQUENCY="(cpu_timebase*4)"
271.4Smattoptions 	GT_MPSC_CLOCK_SOURCE="BRG_BCR_CLKS_TCLK"
281.44Skiyoharaoptions 	GT_MPP_WATCHDOG=0x03000000
291.44Skiyoharaoptions 	GT_DEVBUS
301.44Skiyohara#options 	GT_ECC
311.44Skiyoharaoptions 	GT_COMM
321.44Skiyoharaoptions 	GT_WATCHDOG
331.44Skiyohara
341.44Skiyohara# EV64260 options
351.4Smattoptions 	OBIO0_STRIDE=0,OBIO1_STRIDE=2,OBIO2_STRIDE=2,OBIO3_STRIDE=2
361.1Smatt
371.1Smatt# Options for necessary to use MD
381.1Smatt#options 	MEMORY_DISK_HOOKS
391.1Smatt#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
401.1Smatt#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
411.1Smatt#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
421.1Smatt
431.1Smatt#options 	INSECURE	# disable kernel security levels
441.1Smatt#options 	NTP		# NTP phase/frequency locked loop
451.1Smattoptions 	KTRACE		# system call tracing via ktrace(1)
461.1Smatt
471.1Smattoptions 	SYSVMSG		# System V message queues
481.1Smattoptions 	SYSVSEM		# System V semaphores
491.1Smattoptions 	SYSVSHM		# System V shared memory
501.1Smatt
511.1Smatt#options 	USERCONF	# userconf(4) support
521.2Smatt#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
531.13Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
541.1Smatt
551.1Smatt# Diagnostic/debugging support options
561.5Smattoptions 	DIAGNOSTIC	# cheap kernel consistency checks
571.1Smatt#options 	DEBUG		# expensive debugging checks/support
581.1Smattoptions 	DDB		# in-kernel debugger
591.1Smattoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
601.1Smattoptions 	SYMTAB_SPACE=300000	# size for embedded symbol table
611.1Smatt
621.1Smatt#makeoptions	DEFCOPTS="-g"	# compile full symbol table
631.2Smattmakeoptions	DEBUG="-g"
641.1Smatt
651.1Smatt# Compatibility options
661.1Smatt#options 	COMPAT_09	# NetBSD 0.9,
671.1Smatt#options 	COMPAT_10	# NetBSD 1.0,
681.1Smatt#options 	COMPAT_11	# NetBSD 1.1,
691.1Smatt#options 	COMPAT_12	# NetBSD 1.2,
701.1Smatt#options 	COMPAT_13	# NetBSD 1.3,
711.1Smatt#options 	COMPAT_14	# NetBSD 1.4,
721.33Smanu#options 	COMPAT_15	# NetBSD 1.5,
731.7Smattoptions 	COMPAT_16	# NetBSD 1.6,
741.21Ssimonboptions 	COMPAT_20	# NetBSD 2.0,
751.35Stsutsuioptions 	COMPAT_30	# NetBSD 3.0,
761.41Skiyoharaoptions 	COMPAT_40	# NetBSD 4.0,
771.41Skiyoharaoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
781.1Smattoptions 	COMPAT_43	# and 4.3BSD
791.1Smatt#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
801.1Smatt#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
811.15Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
821.1Smatt
831.1Smatt# File systems
841.1Smattfile-system 	FFS		# UFS
851.1Smatt#file-system 	EXT2FS		# second extended file system (linux)
861.1Smatt#file-system 	LFS		# log-structured file system
871.1Smattfile-system 	MFS		# memory file system
881.1Smattfile-system 	NFS		# Network File System client
891.1Smatt#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
901.1Smattfile-system 	MSDOSFS		# MS-DOS file system
911.1Smatt#file-system 	FDESC		# /dev/fd
921.1Smatt#file-system 	KERNFS		# /kern
931.1Smatt#file-system 	NULLFS		# loopback file system
941.1Smatt#file-system 	OVERLAY		# overlay file system
951.1Smatt#file-system 	PROCFS		# /proc
961.1Smatt#file-system 	UMAPFS		# NULLFS + uid and gid remapping
971.1Smatt#file-system 	UNION		# union file system
981.27Schristos#file-system	PTYFS		# /dev/pts/N support
991.1Smatt
1001.1Smatt# File system options
1011.1Smatt#options 	QUOTA		# UFS quotas
1021.1Smatt#options 	FFS_EI		# FFS Endian Independant support
1031.36Ssimonboptions 	WAPBL		# File system journaling support - Experimental
1041.1Smatt#options 	NFSSERVER	# Network File System server
1051.28Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1061.1Smatt#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1071.1Smatt				# immutable) behave as system flags.
1081.1Smatt
1091.1Smattoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1101.1Smattoptions 	NFS_BOOT_RWSIZE=1024
1111.1Smatt
1121.1Smatt# Networking options
1131.1Smatt#options 	GATEWAY		# packet forwarding
1141.1Smattoptions 	INET		# IP + ICMP + TCP + UDP
1151.1Smatt#options 	INET6		# IPV6
1161.1Smatt#options 	IPSEC		# IP security
1171.1Smatt#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1181.23Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1191.1Smatt#options 	IPSEC_DEBUG	# debug for IP security
1201.1Smatt#options 	MROUTING	# IP multicast routing
1211.14Smanu#options 	PIM		# Protocol Independent Multicast
1221.1Smatt#options        DIRECTED_BROADCAST      # allow broadcasts through routers
1231.1Smatt#options 	ISO,TPIP	# OSI
1241.1Smatt#options 	EON		# OSI tunneling over IP
1251.1Smatt#options 	NETATALK	# AppleTalk networking protocols
1261.1Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1271.1Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
1281.1Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1291.1Smatt#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1301.1Smatt#options 	IPFILTER_LOG	# ipmon(8) log support
1311.32Schristos#options 	IPFILTER_LOOKUP	# ippool(8) support
1321.1Smatt#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1331.1Smatt
1341.1Smatt# These options enable verbose messages for several subsystems.
1351.1Smatt# Warning, these may compile large string tables into the kernel!
1361.1Smattoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1371.1Smattoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1381.1Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1391.1Smatt#options 	SCSIVERBOSE	# human readable SCSI error messages
1401.4Smattoptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
1411.1Smatt#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1421.1Smatt
1431.1Smatt# wscons options
1441.1Smatt#options 	WSEMUL_SUN		# sun terminal emulation
1451.1Smattoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1461.1Smattoptions 	WSDISPLAY_DEFAULTSCREENS=1
1471.1Smatt
1481.1Smatt# Kernel root file system and dump configuration.
1491.1Smattconfig		netbsd	root on ? type ?
1501.1Smatt
1511.1Smatt#
1521.1Smatt# Device configuration
1531.1Smatt#
1541.1Smatt
1551.1Smattmainbus0	at root
1561.1Smatt
1571.1Smattcpu*		at mainbus0
1581.1Smatt
1591.44Skiyohara# Discovery system controller
1601.44Skiyohara#gt0	at mainbus0 addr 0x14000000	# PMON low
1611.44Skiyoharagt0	at mainbus0 addr 0xf8000000	# PPCBoot
1621.1Smatt
1631.1Smatt# PCI busses
1641.44Skiyoharagtpci*	at gt? unit ?			# 64-bit, 66MHz
1651.44Skiyoharapci*	at gtpci?
1661.1Smatt
1671.2Smatt# 16550s off CS2
1681.44Skiyoharaobio0	at gt0 unit 0			# Chip Select 0
1691.44Skiyoharaobio1	at gt0 unit 1			# Chip Select 1
1701.44Skiyoharaobio2	at gt0 unit 2			# Chip Select 2
1711.44Skiyoharacom0	at obio2 offset 0x0020 size 8 irq 85
1721.44Skiyoharacom1	at obio2 offset 0x0000 size 8 irq 86
1731.44Skiyoharaobio3	at gt0 unit 3			# Chip Select 3
1741.44Skiyoharaobio4	at gt0 unit 4			# Boot Chip Select
1751.2Smatt
1761.1Smatt# UARTs
1771.44Skiyoharagtmpsc*	at gt? offset ?			# Multi-Protocol Serial Controller
1781.44Skiyohara					#   with Serial Direct Memory Access
1791.1Smatt
1801.1Smatt# Ethernet and PHY
1811.44Skiyoharagfec*	at gt? offset ?			# Ethernet (RMMI)
1821.44Skiyoharagfe*	at gfec? port ? irq ?		# Ethernet port #0/#1/#2
1831.1Smatt
1841.18Smatt# I2C
1851.44Skiyoharagttwsi*	at gt? offset ? irq ?		# Two-Wire Serial Interface
1861.44Skiyoharaiic*	at gttwsi?
1871.44Skiyohara
1881.44Skiyohara# DMA
1891.44Skiyoharagtidmac* at gt? offset ? irq ?		# IDMA Controller
1901.18Smatt
1911.1Smatt# PCI devices
1921.44Skiyoharapchb*	at pci? dev ? function ?	# PCI Host Bridge
1931.44Skiyoharappb*	at pci? dev ? function ?	# PCI-PCI Bridges
1941.44Skiyoharapci*	at ppb? bus ?
1951.1Smatt
1961.1Smatt#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
1971.1Smatt#ohci*	at pci?	dev ? function ?	# Open Host Controller
1981.1Smatt#uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
1991.1Smatt#usb*	at ehci?
2001.1Smatt#usb*	at ohci?
2011.1Smatt#usb*	at uhci?
2021.1Smatt#uhub*	at usb?
2031.34Sdrochner#uhub*	at uhub? port ?
2041.1Smatt# Prolific PL2301/PL2302 host-to-host adapter
2051.1Smatt#upl*	at uhub? port ?
2061.1Smatt
2071.1Smatt# Serial adapters
2081.1Smatt#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
2091.1Smatt#ucom*	at uftdi? portno ?
2101.1Smatt
2111.1Smatt#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
2121.1Smatt#ucom*	at umct? portno ?
2131.1Smatt
2141.1Smatt#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
2151.1Smatt#ucom*	at uplcom? portno ?
2161.1Smatt
2171.1Smatt#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
2181.1Smatt#ucom*	at uvscom? portno ?
2191.1Smatt
2201.1Smatt
2211.4Smattfxp*		at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
2221.4Smatttlp*		at pci? dev ? function ? # Digital 'Tulip' cards
2231.4Smattwm*		at pci? dev ? function ? # Intel GigE cards
2241.4Smattacphy*		at mii? phy ?
2251.1Smattinphy*		at mii? phy ?
2261.1Smattmakphy*		at mii? phy ?
2271.4Smattnsphy*		at mii? phy ?
2281.4Smattsqphy*		at mii? phy ?
2291.1Smattukphy*		at mii? phy ?
2301.1Smatt
2311.4Smattsiop*		at pci? dev ? function ?
2321.4Smattesiop*		at pci? dev ? function ?
2331.1Smattisp*		at pci? dev ? function ?
2341.1Smattscsibus*	at scsi?
2351.1Smattsd*		at scsibus? target ? lun ?
2361.1Smattcd*		at scsibus? target ? lun ?
2371.1Smatt
2381.1Smatt#auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
2391.1Smatt#audio*	at auvia?
2401.1Smatt
2411.9Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2421.9Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
2431.9Sbouyeraceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
2441.12Sthorpejartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
2451.9Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
2461.9Sbouyercypide* 	at pci? dev ? function ?	# Cypress IDE controllers
2471.9Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
2481.9Sbouyeroptiide* 	at pci? dev ? function ?	# Opti IDE controllers
2491.9Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
2501.16Sbouyerpdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
2511.10Sthorpejsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
2521.9Sbouyersiside* 	at pci? dev ? function ?	# SiS IDE controllers
2531.9Sbouyerslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
2541.9Sbouyerviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2551.11Sthorpej
2561.11Sthorpejatabus* 	at ata? channel ?
2571.8Sbouyerwd*		at atabus? drive ? flags 0x0000
2581.1Smatt
2591.30Scube#pseudo-device	vnd			# disk-like interface to files
2601.1Smatt#pseudo-device	ccd		4	# concatenated/striped disk devices
2611.1Smatt#pseudo-device	raid		4	# RAIDframe disk driver
2621.1Smatt#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2631.43Spooka#pseudo-device	fss			# file system snapshot device
2641.1Smattpseudo-device	md		1	# memory disk device
2651.1Smattpseudo-device	loop			# network loopback
2661.29Srpaulopseudo-device	bpfilter		# packet filter
2671.1Smatt#pseudo-device	ipfilter		# IP filter (firewall) and NAT
2681.30Scube#pseudo-device	ppp			# Point-to-Point Protocol
2691.30Scube#pseudo-device	sl			# Serial Line IP
2701.30Scube#pseudo-device	tun			# network tunneling over tty
2711.30Scube#pseudo-device	gre			# generic L3 over IP tunnel
2721.30Scube#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2731.30Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2741.30Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2751.1Smatt#pseudo-device	vlan			# IEEE 802.1q encapsulation
2761.1Smattpseudo-device	pty			# pseudo-terminals
2771.1Smattpseudo-device	rnd			# /dev/random and in-kernel generator
2781.1Smatt#pseudo-device	wsmux			# ick
2791.1Smattpseudo-device	clockctl		# user control of clock subsystem
2801.31Ssimonbpseudo-device	ksyms			# /dev/ksyms
2811.44Skiyoharapseudo-device	swdmover		# softare dmover(9) back-end
2821.44Skiyoharapseudo-device	dmoverio		# /dev/dmover dmover(9) interface
283