GENERIC revision 1.2
1# $NetBSD: GENERIC,v 1.2 2007/10/17 19:55:48 garbled Exp $
2#
3
4include 	"arch/mvmeppc/conf/std.mvmeppc"
5
6#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
7
8#ident		"MVME1600-$Revision: 1.2 $"
9
10maxusers	8
11
12# Which board to support
13options 	SUPPORT_MVME160X
14options		PIC_I8259
15#options	PIC_PREPIVR
16
17# Standard system options
18
19options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
20
21options 	KTRACE		# system call tracing via ktrace(1)
22
23options 	SYSVMSG		# System V-like message queues
24options 	SYSVSEM		# System V-like semaphores
25#options 	SEMMNI=10	# number of semaphore identifiers
26#options 	SEMMNS=60	# number of semaphores in system
27#options 	SEMUME=10	# max number of undo entries per process
28#options 	SEMMNU=30	# number of undo structures in system
29options 	SYSVSHM		# System V-like memory sharing
30#options 	SHMMAXPGS=1024	# 1024 pages is the default
31
32options 	USERCONF	# userconf(4) support
33options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
34#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
35
36# Diagnostic/debugging support options
37options 	DIAGNOSTIC	# cheap kernel consistency checks
38options 	DEBUG		# expensive debugging checks/support
39#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
40options 	DDB		# in-kernel debugger
41#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
42#makeoptions	DEBUG="-g"
43
44# File systems
45file-system 	FFS		# UFS
46#file-system	EXT2FS		# second extended file system (linux)
47#file-system	LFS		# log-structured file system
48file-system 	MFS		# memory file system
49file-system 	NFS		# Network File System client
50#file-system	NTFS		# Windows/NT file system (experimental)
51#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
52#file-system 	MSDOSFS		# MS-DOS file system
53#file-system 	FDESC		# /dev/fd
54#file-system 	KERNFS		# /kern
55#file-system 	NULLFS		# loopback file system
56#file-system	OVERLAY		# overlay file system
57#file-system 	PORTAL		# portal filesystem (still experimental)
58##file-system 	PROCFS		# /proc
59#file-system 	UMAPFS		# NULLFS + uid and gid remapping
60#file-system 	UNION		# union file system
61#file-system	CODA		# Coda File System; also needs vcoda (below)
62file-system	PTYFS		# /dev/pts/N support
63
64# File system options
65#options 	QUOTA		# UFS quotas
66#options 	FFS_EI		# FFS Endian Independant support
67options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
68options 	SOFTDEP		# FFS soft updates support.
69#options 	NFSSERVER	# Network File System server
70#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
71 				# immutable) behave as system flags.
72
73# Networking options
74#options 	GATEWAY		# packet forwarding
75options 	INET		# IP + ICMP + TCP + UDP
76#options 	INET6		# IPv6
77#options 	IPSEC		# IP security
78#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
79#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
80#options 	IPSEC_DEBUG	# debug for IP security
81#options 	MROUTING	# IP multicast routing
82#options 	PIM		# Protocol Independent Multicast
83#options 	NETATALK	# AppleTalk networking protocols
84#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
85#options 	PPP_DEFLATE	# Deflate compression support for PPP
86#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
87#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
88#options 	IPFILTER_LOG	# ipmon(8) log support
89#options 	IPFILTER_LOOKUP	# ippool(8) support
90#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
91
92# These options enable verbose messages for several subsystems.
93# Warning, these may compile large string tables into the kernel!
94#options 	MIIVERBOSE	# verbose PHY autoconfig messages
95#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
96#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
97#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
98#options 	SCSIVERBOSE	# human readable SCSI error messages
99#options 	USBVERBOSE	# verbose USB device autoconfig messages
100
101#options 	NFS_BOOT_BOOTP
102#options 	NFS_BOOT_BOOTPARAM
103options 	NFS_BOOT_DHCP
104
105#
106# wscons options
107#
108# builtin terminal emulations
109#options 	WSEMUL_VT100		# VT100 / VT220 emulation
110# different kernel output - see dev/wscons/wsdisplayvar.h
111#options 	WS_KERNEL_FG=WSCOL_GREEN
112#options 	WS_KERNEL_BG=WSCOL_BLACK
113# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
114#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
115# allocate a number of virtual screens at autoconfiguration time
116#options 	WSDISPLAY_DEFAULTSCREENS=4
117# use a large software cursor that doesn't blink
118#options 	PCDISPLAY_SOFTCURSOR
119
120# Kernel root file system and dump configuration.
121config	netbsd	root on ? type ?
122#config	netbsd	root on tlp0 type nfs
123#config	netbsd	root on le0 type nfs
124
125
126#
127# Device configuration
128#
129
130mainbus0 at root
131cpu0	at mainbus0
132
133
134# Basic Bus Support
135
136# PCI bus support
137pci0	at mainbus0 bus ?
138pci*	at pchb? bus ?
139pci*	at ppb? bus ?
140
141#options 	PCI_NETBSD_CONFIGURE
142
143# PCI bridges
144pchb*	at pci? dev ? function ?	# PCI-Host bridges
145ppb*	at pci? dev ? function ?	# PCI-PCI bridges
146pcib*	at pci? dev ? function ?	# PCI-ISA bridges
147
148# ISA bus support
149isa*	at pcib?			# ISA on PCI-ISA bridge
150
151# Console Devices
152
153# wscons
154#pckbc0		at isa?			# pc keyboard controller
155#pckbd*		at pckbc?		# PC keyboard
156#pms*		at pckbc?		# PS/2 mouse for wsmouse
157#vga*		at pci?
158#wsdisplay*	at vga? console ?
159#wskbd*		at pckbd? console ?
160#wsmouse*	at pms? mux 0
161
162
163# Serial Devices
164
165# ISA serial interfaces
166com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
167com1	at isa? port 0x2f8 irq 3
168
169# TODO: 85230 SIO x2
170
171
172# Parallel Printer Interfaces
173
174# ISA parallel printer interfaces
175lpt0	at isa? port 0x3bc irq 7	# standard PC parallel ports
176
177
178# Real-time clocks
179
180mkclock0 at isa? port 0x74		# MK48T18 NVRAM/RTC
181
182
183# SCSI Controllers and Devices
184
185# PCI SCSI controllers
186siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
187
188
189# SCSI bus support
190scsibus* at siop?
191
192# SCSI devices
193sd*	at scsibus? target ? lun ?	# SCSI disk drives
194#st*	at scsibus? target ? lun ?	# SCSI tape drives
195#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
196#ch*	at scsibus? target ? lun ?	# SCSI autochangers
197#ss*	at scsibus? target ? lun ?	# SCSI scanners
198#uk*	at scsibus? target ? lun ?	# SCSI unknown
199
200
201# Network Interfaces
202
203# PCI network interfaces
204tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
205
206# MII/PHY support
207ukphy*	at mii? phy ?			# generic unknown PHYs
208
209
210# Pseudo-Devices
211
212# disk/mass storage pseudo-devices
213#pseudo-device	ccd		4	# concatenated/striped disk devices
214#pseudo-device	cgd		4	# cryptographic disk devices
215#pseudo-device	raid		8	# RAIDframe disk driver
216#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
217# Options to enable various other RAIDframe RAID types.
218# options	RF_INCLUDE_EVENODD=1
219# options	RF_INCLUDE_RAID5_RS=1
220# options	RF_INCLUDE_PARITYLOGGING=1
221# options	RF_INCLUDE_CHAINDECLUSTER=1
222# options	RF_INCLUDE_INTERDECLUSTER=1
223# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
224# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
225#pseudo-device	fss		4	# file system snapshot device
226#pseudo-device	md		1	# memory disk device (ramdisk)
227#pseudo-device	vnd			# disk-like interface to files
228
229# network pseudo-devices
230pseudo-device	loop			# network loopback
231#pseudo-device	bpfilter		# Berkeley packet filter
232#pseudo-device	ipfilter		# IP filter (firewall) and NAT
233#pseudo-device	ppp			# Point-to-Point Protocol
234#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
235#pseudo-device	sl			# Serial Line IP
236#pseudo-device	strip			# Starmode Radio IP (Metricom)
237#pseudo-device	tun			# network tunneling over tty
238#pseudo-device	tap			# virtual Ethernet
239#pseudo-device	gre			# generic L3 over IP tunnel
240#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
241#pseudo-device	faith			# IPv[46] tcp relay translation i/f
242#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
243#pseudo-device	vlan			# IEEE 802.1q encapsulation
244#pseudo-device	bridge			# simple inter-network bridging
245
246# miscellaneous pseudo-devices
247pseudo-device	pty			# pseudo-terminals
248#pseudo-device	sequencer	1	# MIDI sequencer
249pseudo-device	rnd			# /dev/random and in-kernel generator
250#options 	RND_COM			# use "com" randomness as well
251pseudo-device	clockctl		# user control of clock subsystem
252
253# a pseudo device needed for Coda	# also needs CODA (above)
254#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
255
256# wscons pseudo-devices
257#pseudo-device	wsmux			# mouse & keyboard multiplexor
258#pseudo-device	wsfont
259