MALTA revision 1.16
1#	$NetBSD: MALTA,v 1.16 2003/10/25 13:21:13 simonb Exp $
2
3include 	"arch/evbmips/conf/std.malta"
4
5#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
6
7#ident 		"GENERIC-$Revision: 1.16 $"
8
9maxusers	32
10
11options 	MIPS32
12options 	MIPS64
13options 	NOFPU		# No FPU
14options 	SOFTFLOAT	# emulate FPU insn
15
16# Options for necessary to use MD
17# options 	MEMORY_DISK_HOOKS
18# options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
19# options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
20# options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
21#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
22
23# Standard system options
24options 	KTRACE		# system call tracing support
25options 	SYSVMSG		# System V message queues
26options 	SYSVSEM		# System V semaphores
27options 	SYSVSHM		# System V shared memory
28#options 	SHMMAXPGS=1024	# 1024 pages is the default
29#options 	LKM		# loadable kernel modules
30options 	NTP		# network time protocol
31
32# Debugging options
33options 	DIAGNOSTIC	# extra kernel sanity checking
34options 	DEBUG		# extra kernel debugging support
35#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
36options 	USERCONF	# userconf(4) support
37options 	DDB		# kernel dynamic debugger
38options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
39makeoptions 	DEBUG="-g"	# compile full symbol table
40options 	SYMTAB_SPACE=140000	# size for embedded symbol table
41
42# Compatibility options
43#options 	COMPAT_43	# compatibility with 4.3BSD binaries
44#options 	COMPAT_10	# NetBSD 0.9 binary compatibility
45#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
46#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
47#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
48#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
49#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
50options 	COMPAT_16	# NetBSD 1.6 binary compatibility
51#options 	EXEC_ECOFF	# exec ECOFF binaries
52#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
53
54# File systems
55file-system	FFS		# Berkeley Fast Filesystem
56file-system	MFS		# memory-based filesystem
57#file-system 	EXT2FS		# second extended file system (linux)
58file-system	NFS		# Sun NFS-compatible filesystem client
59#file-system	KERNFS		# kernel data-structure filesystem
60#file-system	NULLFS		# NULL layered filesystem
61#file-system 	OVERLAY		# overlay file system
62#file-system	FDESC		# user file descriptor filesystem
63#file-system	UMAPFS		# uid/gid remapping filesystem
64#file-system	LFS		# Log-based filesystem (still experimental)
65#file-system	PORTAL		# portal filesystem (still experimental)
66#file-system	PROCFS		# /proc
67#file-system	CD9660		# ISO 9660 + Rock Ridge file system
68#file-system	UNION		# union file system
69#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
70#file-system 	CODA		# Coda File System; also needs vcoda (below)
71
72# File system options
73#options 	NFSSERVER	# Sun NFS-compatible filesystem server
74#options 	QUOTA		# FFS quotas
75#options 	FFS_EI		# FFS Endian Independant support
76#options 	SOFTDEP		# FFS soft updates support.
77#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
78				# immutable) behave as system flags.
79
80# Networking options
81#options 	GATEWAY		# IP packet forwarding
82options 	INET		# Internet protocols
83#options 	INET6		# IPV6
84#options 	IPSEC		# IP security
85#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
86#options 	IPSEC_DEBUG	# debug for IP security
87#options 	MROUTING	# packet forwarding of multicast packets
88#options 	NS		# Xerox NS networking
89#options 	NSIP		# Xerox NS tunneling over IP
90#options 	ISO,TPIP	# OSI networking
91#options 	EON		# OSI tunneling over IP
92#options 	CCITT,LLC,HDLC	# X.25
93#options 	NETATALK	# AppleTalk (over Ethernet) protocol
94#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
95#options 	PPP_DEFLATE	# Deflate compression support for PPP
96#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
97#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
98#options 	IPFILTER_LOG	# ipmon(8) log support
99
100# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
101#options 	TCP_COMPAT_42
102
103# These options enable verbose messages for several subsystems.
104# Warning, these may compile large string tables into the kernel!
105#options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
106options 	PCIVERBOSE	# verbose PCI device autoconfig messages
107#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
108#options 	SCSIVERBOSE	# human readable SCSI error messages
109options 	MIIVERBOSE	# verbose PHY autoconfig messages
110
111# Bitmask for enabling the PCI IDE channels in the southbridge.
112# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
113#
114# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
115# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
116options 	PCI_NETBSD_ENABLE_IDE=0x1
117
118options 	NFS_BOOT_DHCP
119
120config		netbsd	root on ? type ?
121
122
123mainbus0 	at root
124cpu0 		at mainbus?
125gt0		at mainbus?
126
127#com2		at mainbus?	# CBUS UART (ugh, 64 bit register spacing)
128
129pci*		at gt0
130pchb*		at pci? dev ? function ?
131pcib*		at pci? dev ? function ?
132
133# ISA bus support
134isa*		at pcib?
135
136# ISA devices
137mcclock*	at isa? port 0x70		# mc146818-compatible
138com0		at isa? port 0x3f8 irq 4	# standard serial ports
139com1		at isa? port 0x2f8 irq 3
140#fdc0		at isa? port 0x3f0 irq 6 drq 2	# floppy controller
141
142# Floppy drives
143#fd*		at fdc? drive ?
144
145# wscons
146#vga*		at pci? dev ? function ?
147#wsdisplay*	at vga? console ?
148#pckbc*		at isa?				# PC keyboard controller
149#pckbd*		at pckbc?			# PC keyboard (kbd port)
150#pms*		at pckbc?			# PS/2-style mouse (aux port)
151#wskbd*		at pckbd?
152#wsmouse*	at pms?
153
154# PCI SCSI controllers
155#adv*		at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA]
156#adw*		at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
157#ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
158#bha*		at pci? dev ? function ?	# BusLogic 9xx SCSI
159#dpt*		at pci? dev ? function ?	# DPT SmartCache/SmartRAID
160#isp*		at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FC
161#siop*		at pci? dev ? function ?	# NCR 53c8xx SCSI
162#pcscp*		at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
163
164# SCSI bus support
165#scsibus* 	at adv?
166#scsibus* 	at adw?
167#scsibus* 	at ahc?
168#scsibus* 	at bha?
169#scsibus* 	at dpt?
170#scsibus* 	at isp?
171#scsibus* 	at siop?
172#scsibus* 	at pcscp?
173
174# SCSI devices
175#sd*		at scsibus? target ? lun ?	# SCSI disk drives
176#st*		at scsibus? target ? lun ?	# SCSI tape drives
177#cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
178#ch*		at scsibus? target ? lun ?	# SCSI autochangers
179#ss*		at scsibus? target ? lun ?	# SCSI scanners
180#uk*		at scsibus? target ? lun ?	# SCSI unknown
181
182# IDE and related devices
183# PCI IDE controllers - see pciide(4) for supported hardware.
184# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
185# how to set up DMA modes for this chip. This may work, or may cause
186# a machine hang with some controllers.
187pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
188acardide*	at pci? dev ? function ?	# Acard IDE controllers
189aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
190cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
191cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
192hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
193optiide* 	at pci? dev ? function ?	# Opti IDE controllers
194piixide* 	at pci? dev ? function ?	# Intel IDE controllers
195pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
196siside* 	at pci? dev ? function ?	# SiS IDE controllers
197slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
198viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
199
200atabus* 	at pciide? channel ?
201atabus* 	at acardide? channel ?
202atabus* 	at aceride? channel ?
203atabus* 	at cmdide? channel ?
204atabus* 	at cypide? channel ?
205atabus* 	at hptide? channel ?
206atabus* 	at optiide? channel ?
207atabus* 	at piixide? channel ?
208atabus* 	at pdcide? channel ?
209atabus* 	at siside? channel ?
210atabus* 	at slide? channel ?
211atabus* 	at viaide? channel ?
212
213atabus* 	at pciide? channel ?
214
215# IDE drives
216# Flags are used only with controllers that support DMA operations
217# and mode settings (e.g. some pciide controllers)
218# The lowest order four bits (rightmost digit) of the flags define the PIO
219# mode to use, the next set of four bits the DMA mode and the third set the
220# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
221# to use, and the last bit must be 1 for this setting to be used.
222# For DMA and UDMA, 0xf (1111) means 'disable'.
223# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
224# (0xc=1100, 0xa=1010, 0xf=1111)
225# 0x0000 means "use whatever the drive claims to support".
226wd* 		at atabus? drive ? flags 0x0000
227
228# PCI network interfaces
229#en*		at pci? dev ? function ?	# ENI/Adaptec ATM
230#ep*		at pci? dev ? function ?	# 3Com 3c59x
231#ex*		at pci? dev ? function ?	# 3Com 90x[B]
232#epic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
233#esh*		at pci? dev ? function ?	# Essential HIPPI card
234#fpa*		at pci? dev ? function ?	# DEC DEFPA FDDI
235#fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO10+/100B
236#le*		at pci? dev ? function ?	# PCnet-PCI Ethernet
237pcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
238options 	PCN_EVENT_COUNTERS
239#ne*		at pci? dev ? function ?	# NE2000-compatible Ethernet
240#ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
241sip*		at pci? dev ? function ?	# SiS 900 Ethernet
242options 	SIP_EVENT_COUNTERS
243#tl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
244#tlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
245#vr*		at pci? dev ? function ?	# VIA Rhine Fast Ethernet
246#lmc*		at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
247#rtk*		at pci? dev ? function ?	# Realtek 8129/8139
248
249# MII/PHY support
250#acphy*		at mii? phy ?		# DAltima AC101 and AMD Am79c874 PHYs
251#amhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
252#bmtphy* 	at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
253#brgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
254#dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
255#exphy*		at mii? phy ?		# 3Com internal PHYs
256#glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
257#gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
258#icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS1890
259#inphy*		at mii? phy ?		# Intel 82555 PHYs
260#iophy*		at mii? phy ?		# Intel 82553 PHYs
261#lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
262#makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
263#nsphy*		at mii? phy ?		# NS83840 PHYs
264nsphyter*	at mii? phy ?		# NS83843 PHYs
265#pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
266#qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
267#sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
268#tlphy*		at mii? phy ?		# ThunderLAN PHYs
269#tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
270ukphy*		at mii? phy ?		# generic unknown PHYs
271
272
273# USB
274ohci*		at pci? dev ? function ?	# USB Open Host Controller
275uhci*		at pci? dev ? function ?	# USB Univ. Host Controller
276
277# USB bus support
278usb*		at uhci?
279usb*		at ohci?
280
281# USB Hubs
282uhub*		at usb?
283uhub*		at uhub? port ? configuration ? interface ?
284
285# ....
286
287# USB Generic driver
288ugen*		at uhub? port ?
289
290# Audio Devices
291
292# PCI audio devices
293clct*		at pci? dev ? function ?	# Cirrus Logic CS4281
294
295# Audio support
296audio*		at clct?
297
298# Pseudo-devices
299
300# Disk/mass storage pseudo-devices
301#pseudo-device	ccd		4		# concatenated disk devices
302#pseudo-device	raid		4		# RAIDframe disk driver
303#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
304pseudo-device	md		1		# memory disk device (ramdisk)
305#pseudo-device	vnd		4		# disk-like interface to files
306
307# Network pseudo-devices
308pseudo-device	bpfilter	8		# Berkeley packet filter
309#pseudo-device	ipfilter			# IP filter (firewall) and NAT
310pseudo-device	loop				# network loopback
311#pseudo-device	ppp		2		# Point-to-Point Protocol
312#pseudo-device	sl		2		# Serial Line IP
313#pseudo-device	strip		2		# Starmode Radio IP (Metricom)
314#pseudo-device	tun		2		# network tunneling over tty
315#pseudo-device	gre		2		# generic L3 over IP tunnel
316#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
317#pseudo-device	gif		4		# RFC1933 tunnel
318#pseudo-device	faith		1		# IPv[46] tcp relay translation
319#pseudo-device	stf		1		# 6to4 IPv6 over IPv4 encapsulation
320pseudo-device	vlan			# IEEE 802.1q encapsulation
321
322# Miscellaneous pseudo-devices
323pseudo-device	pty				# pseudo-terminals
324#pseudo-device	tb		1		# tablet line discipline
325#pseudo-device	sequencer	1		# MIDI sequencer
326# rnd works; RND_COM does not on port i386 yet.
327pseudo-device	rnd				# /dev/random & kernel generator
328#options 	RND_COM				# use "com" randomness (BROKEN)
329pseudo-device	clockctl		# user control of clock subsystem
330
331# A pseudo device needed for Coda		# also needs CODA (above)
332#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
333