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