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