MALTA revision 1.5
11.4Slukem#	$NetBSD: MALTA,v 1.5 2002/04/08 14:13:14 simonb Exp $
21.1Schristos
31.1Schristos#include 	"arch/evbmips/conf/std.malta.eb"	# big-endian mode
41.1Schristosinclude 	"arch/evbmips/conf/std.malta.el"	# little-endian mode
51.1Schristos
61.1Schristos#ident 		"GENERIC-$Revision: 1.5 $"
71.1Schristos
81.1Schristosmaxusers	32
91.1Schristos
101.1Schristosoptions 	MIPS32
111.1Schristosoptions 	MIPS64
121.1Schristosoptions 	NOFPU		# No FPU
131.1Schristosoptions 	SOFTFLOAT	# emulate FPU insn
141.1Schristos
151.1Schristos# Options for necessary to use MD
161.1Schristos# options 	MEMORY_DISK_HOOKS
171.1Schristos# options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
181.1Schristos# options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
191.1Schristos# options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
201.1Schristos#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
211.1Schristos
221.1Schristos# Standard system options
231.1Schristosoptions 	KTRACE		# system call tracing support
241.1Schristosoptions 	SYSVMSG		# System V message queues
251.1Schristosoptions 	SYSVSEM		# System V semaphores
261.1Schristosoptions 	SYSVSHM		# System V shared memory
271.1Schristos#options 	SHMMAXPGS=1024	# 1024 pages is the default
281.1Schristos#options 	LKM		# loadable kernel modules
291.1Schristosoptions 	NTP		# network time protocol
301.1Schristos#options 	UCONSOLE	# users can redirect console (unsafe)
311.1Schristos
321.1Schristos# Debugging options
331.4Slukemoptions 	DIAGNOSTIC	# extra kernel sanity checking
341.1Schristosoptions 	DEBUG		# extra kernel debugging support
351.1Schristos#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
361.1Schristosoptions 	DDB		# kernel dynamic debugger
371.1Schristosoptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
381.1Schristosmakeoptions 	DEBUG="-g"	# compile full symbol table
391.1Schristosoptions 	SYMTAB_SPACE=140000	# size for embedded symbol table
401.1Schristos
411.1Schristos# Compatibility options
421.1Schristos#options 	COMPAT_43	# compatibility with 4.3BSD binaries
431.1Schristos#options 	COMPAT_10	# NetBSD 0.9 binary compatibility
441.1Schristos#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
451.1Schristos#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
461.1Schristos#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
471.1Schristos#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
481.1Schristos#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
491.1Schristos#options 	EXEC_ECOFF	# exec ECOFF binaries
501.1Schristos#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
511.1Schristos
521.1Schristos# File systems
531.1Schristosfile-system	FFS		# Berkeley Fast Filesystem
541.1Schristosfile-system	MFS		# memory-based filesystem
551.1Schristos#file-system 	EXT2FS		# second extended file system (linux)
561.1Schristosfile-system	NFS		# Sun NFS-compatible filesystem client
571.1Schristos#file-system	KERNFS		# kernel data-structure filesystem
581.1Schristos#file-system	NULLFS		# NULL layered filesystem
591.1Schristos#file-system 	OVERLAY		# overlay file system
601.1Schristos#file-system	FDESC		# user file descriptor filesystem
611.1Schristos#file-system	UMAPFS		# uid/gid remapping filesystem
621.1Schristos#file-system	LFS		# Log-based filesystem (still experimental)
631.1Schristos#file-system	PORTAL		# portal filesystem (still experimental)
641.1Schristos#file-system	PROCFS		# /proc
651.1Schristos#file-system	CD9660		# ISO 9660 + Rock Ridge file system
661.1Schristos#file-system	UNION		# union file system
671.1Schristos#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
681.1Schristos#file-system 	CODA		# Coda File System; also needs vcoda (below)
691.1Schristos
701.2Schristos# File system options
711.1Schristos#options 	NFSSERVER	# Sun NFS-compatible filesystem server
721.1Schristos#options 	QUOTA		# FFS quotas
731.1Schristos#options 	FFS_EI		# FFS Endian Independant support
741.1Schristos#options 	SOFTDEP		# FFS soft updates support.
751.1Schristos#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
761.1Schristos				# immutable) behave as system flags.
771.1Schristos
781.4Slukem# Networking options
791.4Slukem#options 	GATEWAY		# IP packet forwarding
801.1Schristosoptions 	INET		# Internet protocols
811.1Schristos#options 	INET6		# IPV6
821.1Schristos#options 	IPSEC		# IP security
831.1Schristos#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
841.1Schristos#options 	IPSEC_DEBUG	# debug for IP security
851.1Schristos#options 	MROUTING	# packet forwarding of multicast packets
861.1Schristos#options 	NS		# Xerox NS networking
871.1Schristos#options 	NSIP		# Xerox NS tunneling over IP
881.1Schristos#options 	ISO,TPIP	# OSI networking
891.1Schristos#options 	EON		# OSI tunneling over IP
901.1Schristos#options 	CCITT,LLC,HDLC	# X.25
911.1Schristos#options 	NETATALK	# AppleTalk (over Ethernet) protocol
921.1Schristos#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
931.1Schristos#options 	PPP_DEFLATE	# Deflate compression support for PPP
941.1Schristos#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
951.1Schristos#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
961.1Schristos#options 	IPFILTER_LOG	# ipmon(8) log support
971.1Schristos
981.1Schristos# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
991.1Schristos#options 	TCP_COMPAT_42
1001.1Schristos
1011.1Schristos# These options enable verbose messages for several subsystems.
1021.1Schristos# Warning, these may compile large string tables into the kernel!
1031.1Schristos#options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
1041.1Schristosoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1051.1Schristos#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1061.1Schristos#options 	SCSIVERBOSE	# human readable SCSI error messages
1071.1Schristosoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1081.1Schristos
1091.1Schristos# Bitmask for enabling the PCI IDE channels in the southbridge.
1101.1Schristos# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
1111.1Schristos#
1121.1Schristos# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
1131.1Schristos# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
1141.1Schristosoptions 	PCI_NETBSD_ENABLE_IDE=0x1
1151.1Schristos
1161.1Schristosoptions 	NFS_BOOT_DHCP
1171.1Schristos
1181.1Schristosconfig		netbsd	root on ? type ?
1191.1Schristos
1201.1Schristos
1211.1Schristosmainbus0 	at root
1221.1Schristoscpu0 		at mainbus?
1231.1Schristosgt0		at mainbus?
1241.1Schristos
1251.1Schristos#com2		at mainbus?	# CBUS UART (ugh, 64 bit register spacing)
1261.1Schristos
1271.1Schristospci*		at gt0
1281.1Schristospchb*		at pci? dev ? function ?
1291.1Schristospcib*		at pci? dev ? function ?
1301.1Schristos
1311.1Schristos# ISA bus support
1321.1Schristosisa*		at pcib?
1331.1Schristos
1341.1Schristos# ISA devices
1351.1Schristosmcclock*	at isa? port 0x70		# mc146818-compatible
1361.1Schristoscom0		at isa? port 0x3f8 irq 4	# standard serial ports
1371.1Schristoscom1		at isa? port 0x2f8 irq 3
1381.1Schristos#fdc0		at isa? port 0x3f0 irq 6 drq 2	# floppy controller
1391.1Schristos
1401.1Schristos# Floppy drives
1411.1Schristos#fd*		at fdc? drive ?
1421.1Schristos
1431.1Schristos# wscons
1441.1Schristos#vga*		at pci? dev ? function ?
1451.1Schristos#wsdisplay*	at vga? console ?
1461.1Schristos#pckbc*		at isa?				# PC keyboard controller
1471.1Schristos#pckbd*		at pckbc?			# PC keyboard (kbd port)
1481.1Schristos#pms*		at pckbc?			# PS/2-style mouse (aux port)
1491.1Schristos#pmsi*		at pckbc?			# PS/2 "Intelli"mouse for wsmouse
1501.1Schristos#wskbd*		at pckbd?
1511.1Schristos#wsmouse*	at pms?
1521.1Schristos#wsmouse*	at pmsi?
1531.1Schristos
1541.1Schristos# PCI SCSI controllers
1551.1Schristos#adv*		at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA]
1561.1Schristos#adw*		at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
1571.1Schristos#ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
1581.1Schristos#bha*		at pci? dev ? function ?	# BusLogic 9xx SCSI
1591.1Schristos#dpt*		at pci? dev ? function ?	# DPT SmartCache/SmartRAID
1601.1Schristos#isp*		at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FC
1611.1Schristos#siop*		at pci? dev ? function ?	# NCR 53c8xx SCSI
1621.1Schristos#pcscp*		at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
1631.1Schristos
1641.1Schristos# SCSI bus support
1651.1Schristos#scsibus* 	at adv?
1661.1Schristos#scsibus* 	at adw?
1671.1Schristos#scsibus* 	at ahc?
1681.1Schristos#scsibus* 	at bha?
1691.1Schristos#scsibus* 	at dpt?
1701.1Schristos#scsibus* 	at isp?
1711.1Schristos#scsibus* 	at siop?
1721.1Schristos#scsibus* 	at pcscp?
1731.1Schristos
1741.1Schristos# SCSI devices
1751.1Schristos#sd*		at scsibus? target ? lun ?	# SCSI disk drives
1761.1Schristos#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
188options 	PCIIDE_RESTRICTED_SUPPORT # don't enable all pciide support
189options 	PCIIDE_PIIX_ENABLE	  # enable PIIX support
190
191# IDE drives
192# Flags are used only with controllers that support DMA operations
193# and mode settings (e.g. some pciide controllers)
194# The lowest order four bits (rightmost digit) of the flags define the PIO
195# mode to use, the next set of four bits the DMA mode and the third set the
196# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
197# to use, and the last bit must be 1 for this setting to be used.
198# For DMA and UDMA, 0xf (1111) means 'disable'.
199# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
200# (0xc=1100, 0xa=1010, 0xf=1111)
201# 0x0000 means "use whatever the drive claims to support".
202wd* 		at pciide? channel ? drive ? flags 0x0000
203
204# PCI network interfaces
205#de*		at pci? dev ? function ?	# DEC 21x4x-based Ethernet
206#en*		at pci? dev ? function ?	# ENI/Adaptec ATM
207#ep*		at pci? dev ? function ?	# 3Com 3c59x
208#ex*		at pci? dev ? function ?	# 3Com 90x[B]
209#epic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
210#esh*		at pci? dev ? function ?	# Essential HIPPI card
211#fpa*		at pci? dev ? function ?	# DEC DEFPA FDDI
212#fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO10+/100B
213#le*		at pci? dev ? function ?	# PCnet-PCI Ethernet
214pcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
215options 	PCN_EVENT_COUNTERS
216#ne*		at pci? dev ? function ?	# NE2000-compatible Ethernet
217#ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
218sip*		at pci? dev ? function ?	# SiS 900 Ethernet
219options 	SIP_EVENT_COUNTERS
220#tl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
221#tlp*		at pci? dev ? function ?	# DECchip 21x4x (and clones)
222#options 	TLP_MATCH_21040
223#options 	TLP_MATCH_21041
224#options 	TLP_MATCH_21140
225#options 	TLP_MATCH_21142
226#vr*		at pci? dev ? function ?	# VIA Rhine Fast Ethernet
227#lmc*		at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
228#rtk*		at pci? dev ? function ?	# Realtek 8129/8139
229
230# MII/PHY support
231#acphy*		at mii? phy ?		# DAltima AC101 and AMD Am79c874 PHYs
232#amhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
233#bmtphy* 	at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
234#brgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
235#dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
236#exphy*		at mii? phy ?		# 3Com internal PHYs
237#glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
238#gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
239#icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS1890
240#inphy*		at mii? phy ?		# Intel 82555 PHYs
241#iophy*		at mii? phy ?		# Intel 82553 PHYs
242#lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
243#makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
244#nsphy*		at mii? phy ?		# NS83840 PHYs
245nsphyter*	at mii? phy ?		# NS83843 PHYs
246#pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
247#qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
248#sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
249#tlphy*		at mii? phy ?		# ThunderLAN PHYs
250#tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
251ukphy*		at mii? phy ?		# generic unknown PHYs
252
253
254# USB
255ohci*		at pci? dev ? function ?	# USB Open Host Controller
256uhci*		at pci? dev ? function ?	# USB Univ. Host Controller
257
258# USB bus support
259usb*		at uhci?
260usb*		at ohci?
261
262# USB Hubs
263uhub*		at usb?
264uhub*		at uhub? port ? configuration ? interface ?
265
266# ....
267
268# USB Generic driver
269ugen*		at uhub? port ?
270
271# Audio Devices
272
273# PCI audio devices
274clct*		at pci? dev ? function ?	# Cirrus Logic CS4281
275
276# Audio support
277audio*		at clct?
278
279# Pseudo-devices
280
281# Disk/mass storage pseudo-devices
282#pseudo-device	ccd		4		# concatenated disk devices
283#pseudo-device	raid		4		# RAIDframe disk driver
284#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
285pseudo-device	md		1		# memory disk device (ramdisk)
286#pseudo-device	vnd		4		# disk-like interface to files
287
288# Network pseudo-devices
289pseudo-device	bpfilter	8		# Berkeley packet filter
290#pseudo-device	ipfilter			# IP filter (firewall) and NAT
291pseudo-device	loop				# network loopback
292#pseudo-device	ppp		2		# Point-to-Point Protocol
293#pseudo-device	sl		2		# Serial Line IP
294#pseudo-device	strip		2		# Starmode Radio IP (Metricom)
295#pseudo-device	tun		2		# network tunneling over tty
296#pseudo-device	gre		2		# generic L3 over IP tunnel
297#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
298#pseudo-device	gif		4		# RFC1933 tunnel
299#pseudo-device	faith		1		# IPv[46] tcp relay translation
300#pseudo-device	stf		1		# 6to4 IPv6 over IPv4 encapsulation
301pseudo-device	vlan			# IEEE 802.1q encapsulation
302
303# Miscellaneous pseudo-devices
304pseudo-device	pty				# pseudo-terminals
305#pseudo-device	tb		1		# tablet line discipline
306#pseudo-device	sequencer	1		# MIDI sequencer
307# rnd works; RND_COM does not on port i386 yet.
308pseudo-device	rnd				# /dev/random & kernel generator
309#options 	RND_COM				# use "com" randomness (BROKEN)
310
311# A pseudo device needed for Coda		# also needs CODA (above)
312#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
313