EV64260 revision 1.13
11.13Satatat#	$NetBSD: EV64260,v 1.13 2004/07/15 03:53:46 atatat 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.4Smatt# PowerPC options
171.2Smattoptions		ALTIVEC
181.4Smatt#options 	CLOCKBASE=100000000	# EVB64260
191.4Smattoptions 	CLOCKBASE=133000000	# EVB64260A
201.4Smatt
211.4Smatt# Marvell options
221.2Smattoptions 	GT_MPP_INTERRUPTS=0x2c600000
231.2Smattoptions 	GT_MPP_WATCHDOG=0x03000000
241.5Smattoptions 	MPSC_CONSOLE=0
251.2Smattoptions 	GT_MPSC_DEFAULT_BAUD_RATE=9600
261.4Smatt#options 	GT_BASE=0x14000000	# PMON low
271.4Smattoptions 	GT_BASE=0xF8000000	# PPCBoot
281.4Smattoptions 	GT_MPSC_FREQUENCY="(cpu_timebase*4)"
291.4Smattoptions 	GT_MPSC_CLOCK_SOURCE="BRG_BCR_CLKS_TCLK"
301.4Smattoptions 	PCI0_GPPINTS=0xffffff1b,PCI1_GPPINTS=0xffffff1d
311.5Smattoptions 	PCI0_SKIPMASK="(~0x180)",PCI1_SKIPMASK="(~0x180)"
321.4Smattoptions 	OBIO0_STRIDE=0,OBIO1_STRIDE=2,OBIO2_STRIDE=2,OBIO3_STRIDE=2
331.1Smatt
341.1Smatt# Options for necessary to use MD
351.1Smatt#options 	MEMORY_DISK_HOOKS
361.1Smatt#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
371.1Smatt#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
381.1Smatt#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
391.1Smatt
401.1Smatt#options 	INSECURE	# disable kernel security levels
411.1Smatt#options 	NTP		# NTP phase/frequency locked loop
421.1Smattoptions 	KTRACE		# system call tracing via ktrace(1)
431.1Smatt
441.1Smattoptions 	SYSVMSG		# System V message queues
451.1Smattoptions 	SYSVSEM		# System V semaphores
461.1Smattoptions 	SYSVSHM		# System V shared memory
471.1Smatt#options 	SHMMAXPGS=1024	# 1024 pages is the default
481.1Smatt
491.1Smatt#options 	LKM		# loadable kernel modules
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.7Smattoptions 	COMPAT_16	# NetBSD 1.6,
731.1Smattoptions 	COMPAT_43	# and 4.3BSD
741.1Smatt#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
751.1Smatt#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
761.1Smatt
771.1Smatt# File systems
781.1Smattfile-system 	FFS		# UFS
791.1Smatt#file-system 	EXT2FS		# second extended file system (linux)
801.1Smatt#file-system 	LFS		# log-structured file system
811.1Smattfile-system 	MFS		# memory file system
821.1Smattfile-system 	NFS		# Network File System client
831.1Smatt#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
841.1Smattfile-system 	MSDOSFS		# MS-DOS file system
851.1Smatt#file-system 	FDESC		# /dev/fd
861.1Smatt#file-system 	KERNFS		# /kern
871.1Smatt#file-system 	NULLFS		# loopback file system
881.1Smatt#file-system 	OVERLAY		# overlay file system
891.1Smatt#file-system 	PORTAL		# portal filesystem (still experimental)
901.1Smatt#file-system 	PROCFS		# /proc
911.1Smatt#file-system 	UMAPFS		# NULLFS + uid and gid remapping
921.1Smatt#file-system 	UNION		# union file system
931.1Smatt
941.1Smatt# File system options
951.1Smatt#options 	QUOTA		# UFS quotas
961.1Smatt#options 	FFS_EI		# FFS Endian Independant support
971.1Smattoptions 	SOFTDEP		# FFS soft updates support.
981.1Smatt#options 	NFSSERVER	# Network File System server
991.1Smatt#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1001.1Smatt				# immutable) behave as system flags.
1011.1Smatt
1021.1Smattoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1031.1Smattoptions 	NFS_BOOT_RWSIZE=1024
1041.1Smatt
1051.1Smatt# Networking options
1061.1Smatt#options 	GATEWAY		# packet forwarding
1071.1Smattoptions 	INET		# IP + ICMP + TCP + UDP
1081.1Smatt#options 	INET6		# IPV6
1091.1Smatt#options 	IPSEC		# IP security
1101.1Smatt#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1111.1Smatt#options 	IPSEC_DEBUG	# debug for IP security
1121.1Smatt#options 	MROUTING	# IP multicast routing
1131.1Smatt#options        DIRECTED_BROADCAST      # allow broadcasts through routers
1141.1Smatt#options 	NS		# XNS
1151.1Smatt#options 	NSIP		# XNS tunneling over IP
1161.1Smatt#options 	ISO,TPIP	# OSI
1171.1Smatt#options 	EON		# OSI tunneling over IP
1181.1Smatt#options 	CCITT,LLC,HDLC	# X.25
1191.1Smatt#options 	NETATALK	# AppleTalk networking protocols
1201.1Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1211.1Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
1221.1Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1231.1Smatt#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1241.1Smatt#options 	IPFILTER_LOG	# ipmon(8) log support
1251.1Smatt#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1261.1Smatt#options 	NMBCLUSTERS=1024
1271.1Smatt
1281.1Smatt# These options enable verbose messages for several subsystems.
1291.1Smatt# Warning, these may compile large string tables into the kernel!
1301.1Smattoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1311.1Smattoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1321.1Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1331.1Smatt#options 	SCSIVERBOSE	# human readable SCSI error messages
1341.4Smattoptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
1351.1Smatt#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1361.1Smatt
1371.1Smatt# wscons options
1381.1Smatt#options 	WSEMUL_SUN		# sun terminal emulation
1391.1Smattoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1401.1Smattoptions 	WSDISPLAY_DEFAULTSCREENS=1
1411.1Smatt
1421.1Smatt# Kernel root file system and dump configuration.
1431.1Smattconfig		netbsd	root on ? type ?
1441.1Smatt
1451.1Smatt#
1461.1Smatt# Device configuration
1471.1Smatt#
1481.1Smatt
1491.1Smattmainbus0	at root
1501.1Smatt
1511.1Smattcpu*		at mainbus0
1521.1Smatt
1531.1Smattgt0		at mainbus0		# Discovery system controller
1541.1Smatt
1551.1Smatt# PCI busses
1561.1Smattgtpci0		at gt0 unit 0		# 64-bit, 66MHz
1571.1Smattgtpci1		at gt0 unit 1		# 64-bit, 66MHz
1581.1Smatt
1591.1Smattpci*		at gtpci?
1601.1Smatt
1611.2Smatt# 16550s off CS2
1621.4Smattobio0		at gt0 unit 0		# Chip Select 0
1631.4Smattobio1		at gt0 unit 1		# Chip Select 1
1641.2Smattobio2		at gt0 unit 2		# Chip Select 2
1651.2Smattcom0		at obio2 offset 0x0020 size 8 irq 85
1661.2Smattcom1		at obio2 offset 0x0000 size 8 irq 86
1671.4Smattobio3		at gt0 unit 3		# Chip Select 3
1681.4Smattobio4		at gt0 unit 4		# Boot Chip Select
1691.2Smatt
1701.1Smatt# UARTs
1711.2Smattgtmpsc0 	at gt0 unit 0		# Serial #0
1721.2Smattgtmpsc1 	at gt0 unit 1		# Serial #1
1731.1Smatt
1741.1Smatt# Ethernet and PHY
1751.2Smattgfe0		at gt0 unit 0 flags 1	# Ethernet #0 (RMMI)
1761.2Smattgfe1		at gt0 unit 1 flags 1	# Ethernet #1 (RMMI)
1771.2Smattgfe2		at gt0 unit 2 flags 1	# Ethernet #2 (RMMI)
1781.1Smatt
1791.1Smatt# PCI devices
1801.1Smattppb*		at pci? dev ? function ?	# PCI-PCI bridges
1811.1Smattpci*		at ppb? bus ?
1821.1Smatt#pcib*		at pci? dev ? function ?	# VIA 82C686B
1831.1Smatt
1841.1Smatt#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
1851.1Smatt#ohci*	at pci?	dev ? function ?	# Open Host Controller
1861.1Smatt#uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
1871.1Smatt#usb*	at ehci?
1881.1Smatt#usb*	at ohci?
1891.1Smatt#usb*	at uhci?
1901.1Smatt#uhub*	at usb?
1911.1Smatt#uhub*	at uhub? port ? configuration ? interface ?
1921.1Smatt# Prolific PL2301/PL2302 host-to-host adapter
1931.1Smatt#upl*	at uhub? port ?
1941.1Smatt
1951.1Smatt# Serial adapters
1961.1Smatt#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
1971.1Smatt#ucom*	at uftdi? portno ?
1981.1Smatt
1991.1Smatt#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
2001.1Smatt#ucom*	at umct? portno ?
2011.1Smatt
2021.1Smatt#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
2031.1Smatt#ucom*	at uplcom? portno ?
2041.1Smatt
2051.1Smatt#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
2061.1Smatt#ucom*	at uvscom? portno ?
2071.1Smatt
2081.1Smatt
2091.4Smattfxp*		at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
2101.4Smatttlp*		at pci? dev ? function ? # Digital 'Tulip' cards
2111.4Smattwm*		at pci? dev ? function ? # Intel GigE cards
2121.4Smattacphy*		at mii? phy ?
2131.1Smattinphy*		at mii? phy ?
2141.1Smattmakphy*		at mii? phy ?
2151.4Smattnsphy*		at mii? phy ?
2161.4Smattsqphy*		at mii? phy ?
2171.1Smattukphy*		at mii? phy ?
2181.1Smatt
2191.4Smattsiop*		at pci? dev ? function ?
2201.4Smattesiop*		at pci? dev ? function ?
2211.1Smattisp*		at pci? dev ? function ?
2221.1Smattscsibus*	at scsi?
2231.1Smattsd*		at scsibus? target ? lun ?
2241.1Smattcd*		at scsibus? target ? lun ?
2251.1Smatt
2261.1Smatt#auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
2271.1Smatt#audio*	at auvia?
2281.1Smatt
2291.9Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2301.9Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
2311.9Sbouyeraceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
2321.12Sthorpejartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
2331.9Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
2341.9Sbouyercypide* 	at pci? dev ? function ?	# Cypress IDE controllers
2351.9Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
2361.9Sbouyeroptiide* 	at pci? dev ? function ?	# Opti IDE controllers
2371.9Sbouyerpiixide* 	at pci? dev ? function ?	# Intel IDE controllers
2381.9Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
2391.10Sthorpejsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
2401.9Sbouyersiside* 	at pci? dev ? function ?	# SiS IDE controllers
2411.9Sbouyerslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
2421.9Sbouyerviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2431.11Sthorpej
2441.11Sthorpejatabus* 	at ata? channel ?
2451.8Sbouyerwd*		at atabus? drive ? flags 0x0000
2461.1Smatt
2471.1Smatt#pseudo-device	vnd		4	# disk-like interface to files
2481.1Smatt#pseudo-device	ccd		4	# concatenated/striped disk devices
2491.1Smatt#pseudo-device	raid		4	# RAIDframe disk driver
2501.1Smatt#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2511.1Smattpseudo-device	md		1	# memory disk device
2521.1Smattpseudo-device	loop			# network loopback
2531.4Smattpseudo-device	bpfilter	8	# packet filter
2541.1Smatt#pseudo-device	ipfilter		# IP filter (firewall) and NAT
2551.1Smatt#pseudo-device	ppp		2	# Point-to-Point Protocol
2561.1Smatt#pseudo-device	sl		2	# Serial Line IP
2571.1Smatt#pseudo-device	tun		4	# network tunneling over tty
2581.1Smatt#pseudo-device	gre		2	# generic L3 over IP tunnel
2591.1Smatt#pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2601.1Smatt#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
2611.1Smatt#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
2621.1Smatt#pseudo-device	vlan			# IEEE 802.1q encapsulation
2631.1Smattpseudo-device	pty			# pseudo-terminals
2641.1Smattpseudo-device	rnd			# /dev/random and in-kernel generator
2651.1Smatt#pseudo-device	wsmux			# ick
2661.1Smattpseudo-device	clockctl		# user control of clock subsystem
267