xref: /netbsd-src/sys/arch/evbppc/conf/EV64260 (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1#	$NetBSD: EV64260,v 1.49 2011/08/03 22:19:31 he 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#options 	MULTIPROCESSOR		# Discovery II/III support
17
18# PowerPC options
19options		ALTIVEC
20#options 	CLOCKBASE=100000000	# EVB64260
21options 	CLOCKBASE=133000000	# EVB64260A
22
23# Marvell options
24options 	MPSC_CONSOLE=0
25options 	GT_MPSC_DEFAULT_BAUD_RATE=9600
26options 	GT_MPSC_FREQUENCY="(cpu_timebase*4)"
27options 	GT_MPSC_CLOCK_SOURCE="BRG_BCR_CLKS_TCLK"
28options 	GT_MPP_WATCHDOG=0x03000000
29options 	GT_DEVBUS
30#options 	GT_ECC
31options 	GT_COMM
32options 	GT_WATCHDOG
33
34# EV64260 options
35options 	OBIO0_STRIDE=0,OBIO1_STRIDE=2,OBIO2_STRIDE=2,OBIO3_STRIDE=2
36
37# Options for necessary to use MD
38#options 	MEMORY_DISK_HOOKS
39#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
40#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
41#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
42
43#options 	INSECURE	# disable kernel security levels
44#options 	NTP		# NTP phase/frequency locked loop
45options 	KTRACE		# system call tracing via ktrace(1)
46
47options 	SYSVMSG		# System V message queues
48options 	SYSVSEM		# System V semaphores
49options 	SYSVSHM		# System V shared memory
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=330000	# 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,
72#options 	COMPAT_15	# NetBSD 1.5,
73options 	COMPAT_16	# NetBSD 1.6,
74options 	COMPAT_20	# NetBSD 2.0,
75options 	COMPAT_30	# NetBSD 3.0,
76options 	COMPAT_40	# NetBSD 4.0,
77options 	COMPAT_50	# NetBSD 5.0 compatibility.
78options 	COMPAT_43	# and 4.3BSD
79#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
80#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
81options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
82
83# File systems
84file-system 	FFS		# UFS
85#file-system 	EXT2FS		# second extended file system (linux)
86#file-system 	LFS		# log-structured file system
87file-system 	MFS		# memory file system
88file-system 	NFS		# Network File System client
89#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
90file-system 	MSDOSFS		# MS-DOS file system
91#file-system 	FDESC		# /dev/fd
92#file-system 	KERNFS		# /kern
93#file-system 	NULLFS		# loopback file system
94#file-system 	OVERLAY		# overlay file system
95#file-system 	PROCFS		# /proc
96#file-system 	UMAPFS		# NULLFS + uid and gid remapping
97#file-system 	UNION		# union file system
98#file-system	PTYFS		# /dev/pts/N support
99
100# File system options
101#options 	QUOTA		# legacy UFS quotas
102#options 	QUOTA2		# new, in-filesystem UFS quotas
103#options 	FFS_EI		# FFS Endian Independent support
104options 	WAPBL		# File system journaling support - Experimental
105#options 	NFSSERVER	# Network File System server
106#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
107#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
108				# immutable) behave as system flags.
109
110options 	NFS_BOOT_DHCP	# Support DHCP NFS root
111options 	NFS_BOOT_RWSIZE=1024
112
113# Networking options
114#options 	GATEWAY		# packet forwarding
115options 	INET		# IP + ICMP + TCP + UDP
116#options 	INET6		# IPV6
117#options 	IPSEC		# IP security
118#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
119#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
120#options 	IPSEC_DEBUG	# debug for IP security
121#options 	MROUTING	# IP multicast routing
122#options 	PIM		# Protocol Independent Multicast
123#options        DIRECTED_BROADCAST      # allow broadcasts through routers
124#options 	ISO,TPIP	# OSI
125#options 	EON		# OSI tunneling over IP
126#options 	NETATALK	# AppleTalk networking protocols
127#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
128#options 	PPP_DEFLATE	# Deflate compression support for PPP
129#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
130#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
131#options 	IPFILTER_LOG	# ipmon(8) log support
132#options 	IPFILTER_LOOKUP	# ippool(8) support
133#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
134
135# These options enable verbose messages for several subsystems.
136# Warning, these may compile large string tables into the kernel!
137options 	PCIVERBOSE	# verbose PCI device autoconfig messages
138options 	MIIVERBOSE	# verbose PHY autoconfig messages
139#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
140#options 	SCSIVERBOSE	# human readable SCSI error messages
141options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
142#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
143
144# wscons options
145#options 	WSEMUL_SUN		# sun terminal emulation
146options 	WSEMUL_VT100		# VT100 / VT220 emulation
147options 	WSDISPLAY_DEFAULTSCREENS=1
148
149# Kernel root file system and dump configuration.
150config		netbsd	root on ? type ?
151
152#
153# Device configuration
154#
155
156mainbus0	at root
157
158cpu*		at mainbus0
159
160# Discovery system controller
161#gt0	at mainbus0 addr 0x14000000	# PMON low
162gt0	at mainbus0 addr 0xf8000000	# PPCBoot
163
164# PCI busses
165gtpci*	at gt? unit ?			# 64-bit, 66MHz
166pci*	at gtpci?
167
168# 16550s off CS2
169obio0	at gt0 unit 0			# Chip Select 0
170obio1	at gt0 unit 1			# Chip Select 1
171obio2	at gt0 unit 2			# Chip Select 2
172com0	at obio2 offset 0x0020 size 8 irq 85
173com1	at obio2 offset 0x0000 size 8 irq 86
174obio3	at gt0 unit 3			# Chip Select 3
175obio4	at gt0 unit 4			# Boot Chip Select
176
177# UARTs
178gtmpsc*	at gt? offset ?			# Multi-Protocol Serial Controller
179					#   with Serial Direct Memory Access
180
181# Ethernet and PHY
182gfec*	at gt? offset ?			# Ethernet (RMMI)
183gfe*	at gfec? port ? irq ?		# Ethernet port #0/#1/#2
184
185# I2C
186gttwsi*	at gt? offset ? irq ?		# Two-Wire Serial Interface
187iic*	at gttwsi?
188
189# DMA
190gtidmac* at gt? offset ? irq ?		# IDMA Controller
191
192# PCI devices
193pchb*	at pci? dev ? function ?	# PCI Host Bridge
194ppb*	at pci? dev ? function ?	# PCI-PCI Bridges
195pci*	at ppb? bus ?
196
197#ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
198#ohci*	at pci?	dev ? function ?	# Open Host Controller
199#uhci*	at pci?	dev ? function ?	# Universal Host Controller (Intel)
200#usb*	at ehci?
201#usb*	at ohci?
202#usb*	at uhci?
203#uhub*	at usb?
204#uhub*	at uhub? port ?
205# Prolific PL2301/PL2302 host-to-host adapter
206#upl*	at uhub? port ?
207
208# Serial adapters
209#uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
210#ucom*	at uftdi? portno ?
211
212#umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
213#ucom*	at umct? portno ?
214
215#uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
216#ucom*	at uplcom? portno ?
217
218#uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
219#ucom*	at uvscom? portno ?
220
221
222fxp*		at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
223tlp*		at pci? dev ? function ? # Digital 'Tulip' cards
224wm*		at pci? dev ? function ? # Intel GigE cards
225acphy*		at mii? phy ?
226inphy*		at mii? phy ?
227makphy*		at mii? phy ?
228nsphy*		at mii? phy ?
229sqphy*		at mii? phy ?
230ukphy*		at mii? phy ?
231
232siop*		at pci? dev ? function ?
233esiop*		at pci? dev ? function ?
234isp*		at pci? dev ? function ?
235scsibus*	at scsi?
236sd*		at scsibus? target ? lun ?
237cd*		at scsibus? target ? lun ?
238
239#auvia*	at pci? dev ? function ?	# VIA VT82C686A integrated AC'97 Audio
240#audio*	at auvia?
241
242pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
243acardide*	at pci? dev ? function ?	# Acard IDE controllers
244aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
245artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
246cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
247cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
248hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
249optiide* 	at pci? dev ? function ?	# Opti IDE controllers
250pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
251pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
252satalink*	at pci? dev ? function ?	# SiI SATALink controllers
253siside* 	at pci? dev ? function ?	# SiS IDE controllers
254slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
255viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
256
257atabus* 	at ata? channel ?
258wd*		at atabus? drive ? flags 0x0000
259
260#pseudo-device	vnd			# disk-like interface to files
261#pseudo-device	ccd		4	# concatenated/striped disk devices
262#pseudo-device	raid		4	# RAIDframe disk driver
263#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
264#pseudo-device	fss			# file system snapshot device
265pseudo-device	md			# memory disk device
266pseudo-device	loop			# network loopback
267pseudo-device	bpfilter		# packet filter
268#pseudo-device	ipfilter		# IP filter (firewall) and NAT
269#pseudo-device	ppp			# Point-to-Point Protocol
270#pseudo-device	sl			# Serial Line IP
271#pseudo-device	tun			# network tunneling over tty
272#pseudo-device	gre			# generic L3 over IP tunnel
273#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
274#pseudo-device	faith			# IPv[46] tcp relay translation i/f
275#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
276#pseudo-device	vlan			# IEEE 802.1q encapsulation
277pseudo-device	pty			# pseudo-terminals
278pseudo-device	rnd			# /dev/random and in-kernel generator
279#pseudo-device	wsmux			# ick
280pseudo-device	clockctl		# user control of clock subsystem
281pseudo-device	ksyms			# /dev/ksyms
282pseudo-device	swdmover		# softare dmover(9) back-end
283pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
284