EV64260 revision 1.72
11.72Smaxv#	$NetBSD: EV64260,v 1.72 2018/08/01 20:04:11 maxv Exp $
21.1Smatt#
31.1Smatt#	MVP -- Motorola's Multiprocessing Verification Platform
41.1Smatt#
51.69Smrginclude 	"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.62Sjoergmakeoptions	COPY_SYMTAB=1	# 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.70Schristosinclude 	"conf/compat_netbsd16.config"
671.1Smatt#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
681.1Smatt
691.1Smatt# File systems
701.1Smattfile-system 	FFS		# UFS
711.1Smatt#file-system 	EXT2FS		# second extended file system (linux)
721.1Smatt#file-system 	LFS		# log-structured file system
731.1Smattfile-system 	MFS		# memory file system
741.1Smattfile-system 	NFS		# Network File System client
751.1Smatt#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
761.1Smattfile-system 	MSDOSFS		# MS-DOS file system
771.1Smatt#file-system 	FDESC		# /dev/fd
781.1Smatt#file-system 	KERNFS		# /kern
791.1Smatt#file-system 	NULLFS		# loopback file system
801.1Smatt#file-system 	OVERLAY		# overlay file system
811.1Smatt#file-system 	PROCFS		# /proc
821.1Smatt#file-system 	UMAPFS		# NULLFS + uid and gid remapping
831.1Smatt#file-system 	UNION		# union file system
841.27Schristos#file-system	PTYFS		# /dev/pts/N support
851.1Smatt
861.1Smatt# File system options
871.46Sbouyer#options 	QUOTA		# legacy UFS quotas
881.46Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
891.48Swiz#options 	FFS_EI		# FFS Endian Independent support
901.51Sdhollandoptions 	WAPBL		# File system journaling support
911.1Smatt#options 	NFSSERVER	# Network File System server
921.28Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
931.1Smatt#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
941.1Smatt				# immutable) behave as system flags.
951.1Smatt
961.1Smattoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
971.1Smattoptions 	NFS_BOOT_RWSIZE=1024
981.1Smatt
991.1Smatt# Networking options
1001.1Smatt#options 	GATEWAY		# packet forwarding
1011.1Smattoptions 	INET		# IP + ICMP + TCP + UDP
1021.1Smatt#options 	INET6		# IPV6
1031.1Smatt#options 	IPSEC		# IP security
1041.1Smatt#options 	IPSEC_DEBUG	# debug for IP security
1051.1Smatt#options 	MROUTING	# IP multicast routing
1061.14Smanu#options 	PIM		# Protocol Independent Multicast
1071.1Smatt#options 	NETATALK	# AppleTalk networking protocols
1081.1Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1091.1Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
1101.1Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1111.1Smatt#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1121.1Smatt
1131.1Smatt# These options enable verbose messages for several subsystems.
1141.1Smatt# Warning, these may compile large string tables into the kernel!
1151.1Smattoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1161.1Smattoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1171.1Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1181.1Smatt#options 	SCSIVERBOSE	# human readable SCSI error messages
1191.4Smattoptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
1201.1Smatt#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1211.1Smatt
1221.1Smatt# wscons options
1231.1Smatt#options 	WSEMUL_SUN		# sun terminal emulation
1241.64Suebayasi#options 	WSEMUL_VT100		# VT100 / VT220 emulation
1251.64Suebayasi#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1261.64Suebayasi#options 	WSDISPLAY_DEFAULTSCREENS=1
1271.1Smatt
1281.1Smatt# Kernel root file system and dump configuration.
1291.1Smattconfig		netbsd	root on ? type ?
1301.1Smatt
1311.1Smatt#
1321.1Smatt# Device configuration
1331.1Smatt#
1341.1Smatt
1351.1Smattmainbus0	at root
1361.1Smatt
1371.1Smattcpu*		at mainbus0
1381.1Smatt
1391.44Skiyohara# Discovery system controller
1401.44Skiyohara#gt0	at mainbus0 addr 0x14000000	# PMON low
1411.44Skiyoharagt0	at mainbus0 addr 0xf8000000	# PPCBoot
1421.1Smatt
1431.1Smatt# PCI busses
1441.44Skiyoharagtpci*	at gt? unit ?			# 64-bit, 66MHz
1451.44Skiyoharapci*	at gtpci?
1461.1Smatt
1471.2Smatt# 16550s off CS2
1481.44Skiyoharaobio0	at gt0 unit 0			# Chip Select 0
1491.44Skiyoharaobio1	at gt0 unit 1			# Chip Select 1
1501.44Skiyoharaobio2	at gt0 unit 2			# Chip Select 2
1511.44Skiyoharacom0	at obio2 offset 0x0020 size 8 irq 85
1521.44Skiyoharacom1	at obio2 offset 0x0000 size 8 irq 86
1531.44Skiyoharaobio3	at gt0 unit 3			# Chip Select 3
1541.44Skiyoharaobio4	at gt0 unit 4			# Boot Chip Select
1551.2Smatt
1561.1Smatt# UARTs
1571.44Skiyoharagtmpsc*	at gt? offset ?			# Multi-Protocol Serial Controller
1581.44Skiyohara					#   with Serial Direct Memory Access
1591.1Smatt
1601.1Smatt# Ethernet and PHY
1611.44Skiyoharagfec*	at gt? offset ?			# Ethernet (RMMI)
1621.44Skiyoharagfe*	at gfec? port ? irq ?		# Ethernet port #0/#1/#2
1631.1Smatt
1641.18Smatt# I2C
1651.44Skiyoharagttwsi*	at gt? offset ? irq ?		# Two-Wire Serial Interface
1661.44Skiyoharaiic*	at gttwsi?
1671.44Skiyohara
1681.44Skiyohara# DMA
1691.44Skiyoharagtidmac* at gt? offset ? irq ?		# IDMA Controller
1701.18Smatt
1711.1Smatt# PCI devices
1721.44Skiyoharapchb*	at pci? dev ? function ?	# PCI Host Bridge
1731.44Skiyoharappb*	at pci? dev ? function ?	# PCI-PCI Bridges
1741.44Skiyoharapci*	at ppb? bus ?
1751.1Smatt
1761.1Smatt#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
1771.1Smatt#ohci*	at pci?	dev ? function ?	# Open Host Controller
1781.1Smatt#uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
1791.1Smatt#usb*	at ehci?
1801.1Smatt#usb*	at ohci?
1811.1Smatt#usb*	at uhci?
1821.1Smatt#uhub*	at usb?
1831.34Sdrochner#uhub*	at uhub? port ?
1841.1Smatt# Prolific PL2301/PL2302 host-to-host adapter
1851.1Smatt#upl*	at uhub? port ?
1861.1Smatt
1871.1Smatt# Serial adapters
1881.1Smatt#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
1891.1Smatt#ucom*	at uftdi? portno ?
1901.1Smatt
1911.1Smatt#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
1921.1Smatt#ucom*	at umct? portno ?
1931.1Smatt
1941.1Smatt#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
1951.1Smatt#ucom*	at uplcom? portno ?
1961.1Smatt
1971.1Smatt#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
1981.1Smatt#ucom*	at uvscom? portno ?
1991.1Smatt
2001.1Smatt
2011.4Smattfxp*		at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
2021.4Smatttlp*		at pci? dev ? function ? # Digital 'Tulip' cards
2031.4Smattwm*		at pci? dev ? function ? # Intel GigE cards
2041.4Smattacphy*		at mii? phy ?
2051.1Smattinphy*		at mii? phy ?
2061.1Smattmakphy*		at mii? phy ?
2071.4Smattnsphy*		at mii? phy ?
2081.4Smattsqphy*		at mii? phy ?
2091.1Smattukphy*		at mii? phy ?
2101.1Smatt
2111.4Smattsiop*		at pci? dev ? function ?
2121.4Smattesiop*		at pci? dev ? function ?
2131.1Smattisp*		at pci? dev ? function ?
2141.1Smattscsibus*	at scsi?
2151.1Smattsd*		at scsibus? target ? lun ?
2161.1Smattcd*		at scsibus? target ? lun ?
2171.1Smatt
2181.1Smatt#auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
2191.1Smatt#audio*	at auvia?
2201.1Smatt
2211.67Schristos#spkr*	at audio?		# PC speaker (synthesized)
2221.65Snat
2231.9Sbouyerpciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2241.9Sbouyeracardide*	at pci? dev ? function ?	# Acard IDE controllers
2251.9Sbouyeraceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
2261.12Sthorpejartsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
2271.9Sbouyercmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
2281.9Sbouyercypide* 	at pci? dev ? function ?	# Cypress IDE controllers
2291.9Sbouyerhptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
2301.9Sbouyeroptiide* 	at pci? dev ? function ?	# Opti IDE controllers
2311.9Sbouyerpdcide* 	at pci? dev ? function ?	# Promise IDE controllers
2321.16Sbouyerpdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
2331.10Sthorpejsatalink*	at pci? dev ? function ?	# SiI SATALink controllers
2341.9Sbouyersiside* 	at pci? dev ? function ?	# SiS IDE controllers
2351.9Sbouyerslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
2361.9Sbouyerviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2371.11Sthorpej
2381.11Sthorpejatabus* 	at ata? channel ?
2391.8Sbouyerwd*		at atabus? drive ? flags 0x0000
2401.1Smatt
2411.30Scube#pseudo-device	vnd			# disk-like interface to files
2421.56Schristos#pseudo-device	ccd			# concatenated/striped disk devices
2431.57Schristos#pseudo-device	raid			# RAIDframe disk driver
2441.1Smatt#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2451.43Spooka#pseudo-device	fss			# file system snapshot device
2461.45Shannkenpseudo-device	md			# memory disk device
2471.1Smattpseudo-device	loop			# network loopback
2481.29Srpaulopseudo-device	bpfilter		# packet filter
2491.72Smaxv#pseudo-device	npf			# NPF packet filter
2501.30Scube#pseudo-device	ppp			# Point-to-Point Protocol
2511.30Scube#pseudo-device	sl			# Serial Line IP
2521.30Scube#pseudo-device	tun			# network tunneling over tty
2531.30Scube#pseudo-device	gre			# generic L3 over IP tunnel
2541.30Scube#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2551.30Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2561.30Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2571.1Smatt#pseudo-device	vlan			# IEEE 802.1q encapsulation
2581.1Smattpseudo-device	pty			# pseudo-terminals
2591.1Smatt#pseudo-device	wsmux			# ick
2601.1Smattpseudo-device	clockctl		# user control of clock subsystem
2611.31Ssimonbpseudo-device	ksyms			# /dev/ksyms
2621.44Skiyoharapseudo-device	swdmover		# softare dmover(9) back-end
2631.44Skiyoharapseudo-device	dmoverio		# /dev/dmover dmover(9) interface
264