EV64260 revision 1.6
1#	$NetBSD: EV64260,v 1.6 2003/04/10 22:06:55 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
54# Diagnostic/debugging support options
55options 	DIAGNOSTIC	# cheap kernel consistency checks
56#options 	DEBUG		# expensive debugging checks/support
57options 	DDB		# in-kernel debugger
58options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
59options 	SYMTAB_SPACE=300000	# size for embedded symbol table
60
61#makeoptions	DEFCOPTS="-g"	# compile full symbol table
62makeoptions	DEBUG="-g"
63
64# Compatibility options
65#options 	COMPAT_09	# NetBSD 0.9,
66#options 	COMPAT_10	# NetBSD 1.0,
67#options 	COMPAT_11	# NetBSD 1.1,
68#options 	COMPAT_12	# NetBSD 1.2,
69#options 	COMPAT_13	# NetBSD 1.3,
70#options 	COMPAT_14	# NetBSD 1.4,
71options 	COMPAT_43	# and 4.3BSD
72#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
73#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
74
75# File systems
76file-system 	FFS		# UFS
77#file-system 	EXT2FS		# second extended file system (linux)
78#file-system 	LFS		# log-structured file system
79file-system 	MFS		# memory file system
80file-system 	NFS		# Network File System client
81#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
82file-system 	MSDOSFS		# MS-DOS file system
83#file-system 	FDESC		# /dev/fd
84#file-system 	KERNFS		# /kern
85#file-system 	NULLFS		# loopback file system
86#file-system 	OVERLAY		# overlay file system
87#file-system 	PORTAL		# portal filesystem (still experimental)
88#file-system 	PROCFS		# /proc
89#file-system 	UMAPFS		# NULLFS + uid and gid remapping
90#file-system 	UNION		# union file system
91
92# File system options
93#options 	QUOTA		# UFS quotas
94#options 	FFS_EI		# FFS Endian Independant support
95options 	SOFTDEP		# FFS soft updates support.
96#options 	NFSSERVER	# Network File System server
97#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
98				# immutable) behave as system flags.
99
100options 	NFS_BOOT_DHCP	# Support DHCP NFS root
101options 	NFS_BOOT_RWSIZE=1024
102
103# Networking options
104#options 	GATEWAY		# packet forwarding
105options 	INET		# IP + ICMP + TCP + UDP
106#options 	INET6		# IPV6
107#options 	IPSEC		# IP security
108#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
109#options 	IPSEC_DEBUG	# debug for IP security
110#options 	MROUTING	# IP multicast routing
111#options        DIRECTED_BROADCAST      # allow broadcasts through routers
112#options 	NS		# XNS
113#options 	NSIP		# XNS tunneling over IP
114#options 	ISO,TPIP	# OSI
115#options 	EON		# OSI tunneling over IP
116#options 	CCITT,LLC,HDLC	# X.25
117#options 	NETATALK	# AppleTalk networking protocols
118#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
119#options 	PPP_DEFLATE	# Deflate compression support for PPP
120#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
121#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
122#options 	IPFILTER_LOG	# ipmon(8) log support
123#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
124#options 	NMBCLUSTERS=1024
125
126# These options enable verbose messages for several subsystems.
127# Warning, these may compile large string tables into the kernel!
128options 	PCIVERBOSE	# verbose PCI device autoconfig messages
129options 	MIIVERBOSE	# verbose PHY autoconfig messages
130#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
131#options 	SCSIVERBOSE	# human readable SCSI error messages
132options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
133#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
134
135# wscons options
136#options 	WSEMUL_SUN		# sun terminal emulation
137options 	WSEMUL_VT100		# VT100 / VT220 emulation
138options 	WSDISPLAY_DEFAULTSCREENS=1
139
140# Kernel root file system and dump configuration.
141config		netbsd	root on ? type ?
142
143#
144# Device configuration
145#
146
147mainbus0	at root
148
149cpu*		at mainbus0
150
151gt0		at mainbus0		# Discovery system controller
152
153# PCI busses
154gtpci0		at gt0 unit 0		# 64-bit, 66MHz
155gtpci1		at gt0 unit 1		# 64-bit, 66MHz
156
157pci*		at gtpci?
158
159# 16550s off CS2
160obio0		at gt0 unit 0		# Chip Select 0
161obio1		at gt0 unit 1		# Chip Select 1
162obio2		at gt0 unit 2		# Chip Select 2
163com0		at obio2 offset 0x0020 size 8 irq 85
164com1		at obio2 offset 0x0000 size 8 irq 86
165obio3		at gt0 unit 3		# Chip Select 3
166obio4		at gt0 unit 4		# Boot Chip Select
167
168# UARTs
169gtmpsc0 	at gt0 unit 0		# Serial #0
170gtmpsc1 	at gt0 unit 1		# Serial #1
171
172# Ethernet and PHY
173gfe0		at gt0 unit 0 flags 1	# Ethernet #0 (RMMI)
174gfe1		at gt0 unit 1 flags 1	# Ethernet #1 (RMMI)
175gfe2		at gt0 unit 2 flags 1	# Ethernet #2 (RMMI)
176
177# PCI devices
178ppb*		at pci? dev ? function ?	# PCI-PCI bridges
179pci*		at ppb? bus ?
180#pcib*		at pci? dev ? function ?	# VIA 82C686B
181
182#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
183#ohci*	at pci?	dev ? function ?	# Open Host Controller
184#uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
185#usb*	at ehci?
186#usb*	at ohci?
187#usb*	at uhci?
188#uhub*	at usb?
189#uhub*	at uhub? port ? configuration ? interface ?
190# Prolific PL2301/PL2302 host-to-host adapter
191#upl*	at uhub? port ?
192
193# Serial adapters
194#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
195#ucom*	at uftdi? portno ?
196
197#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
198#ucom*	at umct? portno ?
199
200#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
201#ucom*	at uplcom? portno ?
202
203#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
204#ucom*	at uvscom? portno ?
205
206
207fxp*		at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
208tlp*		at pci? dev ? function ? # Digital 'Tulip' cards
209wm*		at pci? dev ? function ? # Intel GigE cards
210acphy*		at mii? phy ?
211inphy*		at mii? phy ?
212makphy*		at mii? phy ?
213nsphy*		at mii? phy ?
214sqphy*		at mii? phy ?
215ukphy*		at mii? phy ?
216
217siop*		at pci? dev ? function ?
218esiop*		at pci? dev ? function ?
219isp*		at pci? dev ? function ?
220scsibus*	at scsi?
221sd*		at scsibus? target ? lun ?
222cd*		at scsibus? target ? lun ?
223
224#auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
225#audio*	at auvia?
226
227pciide*		at pci? dev ? function ? flags 0x0000
228wd*		at pciide? channel ? drive ? flags 0x0000
229
230#pseudo-device	vnd		4	# disk-like interface to files
231#pseudo-device	ccd		4	# concatenated/striped disk devices
232#pseudo-device	raid		4	# RAIDframe disk driver
233#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
234pseudo-device	md		1	# memory disk device
235pseudo-device	loop			# network loopback
236pseudo-device	bpfilter	8	# packet filter
237#pseudo-device	ipfilter		# IP filter (firewall) and NAT
238#pseudo-device	ppp		2	# Point-to-Point Protocol
239#pseudo-device	sl		2	# Serial Line IP
240#pseudo-device	tun		4	# network tunneling over tty
241#pseudo-device	gre		2	# generic L3 over IP tunnel
242#pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
243#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
244#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
245#pseudo-device	vlan			# IEEE 802.1q encapsulation
246pseudo-device	pty			# pseudo-terminals
247pseudo-device	rnd			# /dev/random and in-kernel generator
248#pseudo-device	wsmux			# ick
249pseudo-device	clockctl		# user control of clock subsystem
250