EV64260 revision 1.15
1#	$NetBSD: EV64260,v 1.15 2004/11/10 17:54:04 christos Exp $
2#
3#	MVP -- Motorola's Multiprocessing Verification Platform
4#
5include		"arch/evbppc/conf/std.ev64260"
6
7#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
8
9#ident 		"EV64260"
10
11maxusers	32
12
13#options 	UVMHIST
14#options 	UVMHIST_PRINT
15
16# PowerPC options
17options		ALTIVEC
18#options 	CLOCKBASE=100000000	# EVB64260
19options 	CLOCKBASE=133000000	# EVB64260A
20
21# Marvell options
22options 	GT_MPP_INTERRUPTS=0x2c600000
23options 	GT_MPP_WATCHDOG=0x03000000
24options 	MPSC_CONSOLE=0
25options 	GT_MPSC_DEFAULT_BAUD_RATE=9600
26#options 	GT_BASE=0x14000000	# PMON low
27options 	GT_BASE=0xF8000000	# PPCBoot
28options 	GT_MPSC_FREQUENCY="(cpu_timebase*4)"
29options 	GT_MPSC_CLOCK_SOURCE="BRG_BCR_CLKS_TCLK"
30options 	PCI0_GPPINTS=0xffffff1b,PCI1_GPPINTS=0xffffff1d
31options 	PCI0_SKIPMASK="(~0x180)",PCI1_SKIPMASK="(~0x180)"
32options 	OBIO0_STRIDE=0,OBIO1_STRIDE=2,OBIO2_STRIDE=2,OBIO3_STRIDE=2
33
34# Options for necessary to use MD
35#options 	MEMORY_DISK_HOOKS
36#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
37#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
38#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
39
40#options 	INSECURE	# disable kernel security levels
41#options 	NTP		# NTP phase/frequency locked loop
42options 	KTRACE		# system call tracing via ktrace(1)
43
44options 	SYSVMSG		# System V message queues
45options 	SYSVSEM		# System V semaphores
46options 	SYSVSHM		# System V shared memory
47#options 	SHMMAXPGS=1024	# 1024 pages is the default
48
49#options 	LKM		# loadable kernel modules
50
51#options 	USERCONF	# userconf(4) support
52#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
53#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
54
55# Diagnostic/debugging support options
56options 	DIAGNOSTIC	# cheap kernel consistency checks
57#options 	DEBUG		# expensive debugging checks/support
58options 	DDB		# in-kernel debugger
59options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
60options 	SYMTAB_SPACE=300000	# size for embedded symbol table
61
62#makeoptions	DEFCOPTS="-g"	# compile full symbol table
63makeoptions	DEBUG="-g"
64
65# Compatibility options
66#options 	COMPAT_09	# NetBSD 0.9,
67#options 	COMPAT_10	# NetBSD 1.0,
68#options 	COMPAT_11	# NetBSD 1.1,
69#options 	COMPAT_12	# NetBSD 1.2,
70#options 	COMPAT_13	# NetBSD 1.3,
71#options 	COMPAT_14	# NetBSD 1.4,
72options 	COMPAT_16	# NetBSD 1.6,
73options 	COMPAT_43	# and 4.3BSD
74#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
75#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
76options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
77
78# File systems
79file-system 	FFS		# UFS
80#file-system 	EXT2FS		# second extended file system (linux)
81#file-system 	LFS		# log-structured file system
82file-system 	MFS		# memory file system
83file-system 	NFS		# Network File System client
84#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
85file-system 	MSDOSFS		# MS-DOS file system
86#file-system 	FDESC		# /dev/fd
87#file-system 	KERNFS		# /kern
88#file-system 	NULLFS		# loopback file system
89#file-system 	OVERLAY		# overlay file system
90#file-system 	PORTAL		# portal filesystem (still experimental)
91#file-system 	PROCFS		# /proc
92#file-system 	UMAPFS		# NULLFS + uid and gid remapping
93#file-system 	UNION		# union file system
94
95# File system options
96#options 	QUOTA		# UFS quotas
97#options 	FFS_EI		# FFS Endian Independant support
98options 	SOFTDEP		# FFS soft updates support.
99#options 	NFSSERVER	# Network File System server
100#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
101				# immutable) behave as system flags.
102
103options 	NFS_BOOT_DHCP	# Support DHCP NFS root
104options 	NFS_BOOT_RWSIZE=1024
105
106# Networking options
107#options 	GATEWAY		# packet forwarding
108options 	INET		# IP + ICMP + TCP + UDP
109#options 	INET6		# IPV6
110#options 	IPSEC		# IP security
111#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
112#options 	IPSEC_DEBUG	# debug for IP security
113#options 	MROUTING	# IP multicast routing
114#options 	PIM		# Protocol Independent Multicast
115#options        DIRECTED_BROADCAST      # allow broadcasts through routers
116#options 	NS		# XNS
117#options 	NSIP		# XNS tunneling over IP
118#options 	ISO,TPIP	# OSI
119#options 	EON		# OSI tunneling over IP
120#options 	CCITT,LLC,HDLC	# X.25
121#options 	NETATALK	# AppleTalk networking protocols
122#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
123#options 	PPP_DEFLATE	# Deflate compression support for PPP
124#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
125#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
126#options 	IPFILTER_LOG	# ipmon(8) log support
127#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
128#options 	NMBCLUSTERS=1024
129
130# These options enable verbose messages for several subsystems.
131# Warning, these may compile large string tables into the kernel!
132options 	PCIVERBOSE	# verbose PCI device autoconfig messages
133options 	MIIVERBOSE	# verbose PHY autoconfig messages
134#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
135#options 	SCSIVERBOSE	# human readable SCSI error messages
136options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
137#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
138
139# wscons options
140#options 	WSEMUL_SUN		# sun terminal emulation
141options 	WSEMUL_VT100		# VT100 / VT220 emulation
142options 	WSDISPLAY_DEFAULTSCREENS=1
143
144# Kernel root file system and dump configuration.
145config		netbsd	root on ? type ?
146
147#
148# Device configuration
149#
150
151mainbus0	at root
152
153cpu*		at mainbus0
154
155gt0		at mainbus0		# Discovery system controller
156
157# PCI busses
158gtpci0		at gt0 unit 0		# 64-bit, 66MHz
159gtpci1		at gt0 unit 1		# 64-bit, 66MHz
160
161pci*		at gtpci?
162
163# 16550s off CS2
164obio0		at gt0 unit 0		# Chip Select 0
165obio1		at gt0 unit 1		# Chip Select 1
166obio2		at gt0 unit 2		# Chip Select 2
167com0		at obio2 offset 0x0020 size 8 irq 85
168com1		at obio2 offset 0x0000 size 8 irq 86
169obio3		at gt0 unit 3		# Chip Select 3
170obio4		at gt0 unit 4		# Boot Chip Select
171
172# UARTs
173gtmpsc0 	at gt0 unit 0		# Serial #0
174gtmpsc1 	at gt0 unit 1		# Serial #1
175
176# Ethernet and PHY
177gfe0		at gt0 unit 0 flags 1	# Ethernet #0 (RMMI)
178gfe1		at gt0 unit 1 flags 1	# Ethernet #1 (RMMI)
179gfe2		at gt0 unit 2 flags 1	# Ethernet #2 (RMMI)
180
181# PCI devices
182ppb*		at pci? dev ? function ?	# PCI-PCI bridges
183pci*		at ppb? bus ?
184#pcib*		at pci? dev ? function ?	# VIA 82C686B
185
186#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
187#ohci*	at pci?	dev ? function ?	# Open Host Controller
188#uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
189#usb*	at ehci?
190#usb*	at ohci?
191#usb*	at uhci?
192#uhub*	at usb?
193#uhub*	at uhub? port ? configuration ? interface ?
194# Prolific PL2301/PL2302 host-to-host adapter
195#upl*	at uhub? port ?
196
197# Serial adapters
198#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
199#ucom*	at uftdi? portno ?
200
201#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
202#ucom*	at umct? portno ?
203
204#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
205#ucom*	at uplcom? portno ?
206
207#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
208#ucom*	at uvscom? portno ?
209
210
211fxp*		at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
212tlp*		at pci? dev ? function ? # Digital 'Tulip' cards
213wm*		at pci? dev ? function ? # Intel GigE cards
214acphy*		at mii? phy ?
215inphy*		at mii? phy ?
216makphy*		at mii? phy ?
217nsphy*		at mii? phy ?
218sqphy*		at mii? phy ?
219ukphy*		at mii? phy ?
220
221siop*		at pci? dev ? function ?
222esiop*		at pci? dev ? function ?
223isp*		at pci? dev ? function ?
224scsibus*	at scsi?
225sd*		at scsibus? target ? lun ?
226cd*		at scsibus? target ? lun ?
227
228#auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
229#audio*	at auvia?
230
231pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
232acardide*	at pci? dev ? function ?	# Acard IDE controllers
233aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
234artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
235cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
236cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
237hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
238optiide* 	at pci? dev ? function ?	# Opti IDE controllers
239piixide* 	at pci? dev ? function ?	# Intel IDE controllers
240pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
241satalink*	at pci? dev ? function ?	# SiI SATALink controllers
242siside* 	at pci? dev ? function ?	# SiS IDE controllers
243slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
244viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
245
246atabus* 	at ata? channel ?
247wd*		at atabus? drive ? flags 0x0000
248
249#pseudo-device	vnd		4	# disk-like interface to files
250#pseudo-device	ccd		4	# concatenated/striped disk devices
251#pseudo-device	raid		4	# RAIDframe disk driver
252#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
253pseudo-device	md		1	# memory disk device
254pseudo-device	loop			# network loopback
255pseudo-device	bpfilter	8	# packet filter
256#pseudo-device	ipfilter		# IP filter (firewall) and NAT
257#pseudo-device	ppp		2	# Point-to-Point Protocol
258#pseudo-device	sl		2	# Serial Line IP
259#pseudo-device	tun		4	# network tunneling over tty
260#pseudo-device	gre		2	# generic L3 over IP tunnel
261#pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
262#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
263#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
264#pseudo-device	vlan			# IEEE 802.1q encapsulation
265pseudo-device	pty			# pseudo-terminals
266pseudo-device	rnd			# /dev/random and in-kernel generator
267#pseudo-device	wsmux			# ick
268pseudo-device	clockctl		# user control of clock subsystem
269