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