MALTA revision 1.3
11.3Ssimonb#	$NetBSD: MALTA,v 1.3 2002/03/23 14:51:28 simonb Exp $
21.1Ssimonb
31.3Ssimonb#include 	"arch/evbmips/conf/std.malta.eb"	# big-endian mode
41.3Ssimonbinclude 	"arch/evbmips/conf/std.malta.el"	# little-endian mode
51.1Ssimonb
61.3Ssimonb#ident 		"GENERIC-$Revision: 1.3 $"
71.1Ssimonb
81.1Ssimonbmaxusers	32
91.1Ssimonb
101.1Ssimonboptions 	MIPS32
111.1Ssimonboptions 	NOFPU		# No FPU
121.1Ssimonboptions 	SOFTFLOAT	# emulate FPU insn
131.1Ssimonb
141.1Ssimonb# Options for necessary to use MD
151.1Ssimonb# options 	MEMORY_DISK_HOOKS
161.1Ssimonb# options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
171.1Ssimonb# options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
181.2Slukem# options 	MEMORY_DISK_SIZE=6144	# size of memory disk, in blocks
191.2Slukem#options 	MEMORY_DISK_SIZE=16384	# size of memory disk, in blocks
201.1Ssimonb
211.1Ssimonb# Standard system options
221.1Ssimonboptions 	KTRACE		# system call tracing support
231.1Ssimonboptions 	SYSVMSG		# System V message queues
241.1Ssimonboptions 	SYSVSEM		# System V semaphores
251.1Ssimonboptions 	SYSVSHM		# System V shared memory
261.1Ssimonb#options 	SHMMAXPGS=1024	# 1024 pages is the default
271.1Ssimonb#options 	LKM		# loadable kernel modules
281.1Ssimonboptions 	NTP		# network time protocol
291.1Ssimonb#options 	UCONSOLE	# users can redirect console (unsafe)
301.1Ssimonb
311.1Ssimonb# Debugging options
321.1Ssimonboptions 	DIAGNOSTIC	# extra kernel sanity checking
331.1Ssimonboptions 	DEBUG		# extra kernel debugging support
341.1Ssimonb#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
351.1Ssimonboptions 	DDB		# kernel dynamic debugger
361.1Ssimonboptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
371.1Ssimonbmakeoptions 	DEBUG="-g"	# compile full symbol table
381.1Ssimonboptions 	SYMTAB_SPACE=140000	# size for embedded symbol table
391.1Ssimonb
401.1Ssimonb# Compatibility options
411.1Ssimonb#options 	COMPAT_43	# compatibility with 4.3BSD binaries
421.1Ssimonb#options 	COMPAT_10	# NetBSD 0.9 binary compatibility
431.1Ssimonb#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
441.1Ssimonb#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
451.1Ssimonb#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
461.1Ssimonb#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
471.1Ssimonb#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
481.1Ssimonb#options 	EXEC_ECOFF	# exec ECOFF binaries
491.1Ssimonb#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
501.1Ssimonb
511.1Ssimonb# File systems
521.1Ssimonbfile-system	FFS		# Berkeley Fast Filesystem
531.1Ssimonbfile-system	MFS		# memory-based filesystem
541.1Ssimonb#file-system 	EXT2FS		# second extended file system (linux)
551.1Ssimonbfile-system	NFS		# Sun NFS-compatible filesystem client
561.1Ssimonb#file-system	KERNFS		# kernel data-structure filesystem
571.1Ssimonb#file-system	NULLFS		# NULL layered filesystem
581.1Ssimonb#file-system 	OVERLAY		# overlay file system
591.1Ssimonb#file-system	FDESC		# user file descriptor filesystem
601.1Ssimonb#file-system	UMAPFS		# uid/gid remapping filesystem
611.1Ssimonb#file-system	LFS		# Log-based filesystem (still experimental)
621.1Ssimonb#file-system	PORTAL		# portal filesystem (still experimental)
631.1Ssimonb#file-system	PROCFS		# /proc
641.1Ssimonb#file-system	CD9660		# ISO 9660 + Rock Ridge file system
651.1Ssimonb#file-system	UNION		# union file system
661.1Ssimonb#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
671.1Ssimonb#file-system 	CODA		# Coda File System; also needs vcoda (below)
681.1Ssimonb
691.1Ssimonb# File system options
701.1Ssimonb#options 	NFSSERVER	# Sun NFS-compatible filesystem server
711.1Ssimonb#options 	QUOTA		# FFS quotas
721.1Ssimonb#options 	FFS_EI		# FFS Endian Independant support
731.1Ssimonb#options 	SOFTDEP		# FFS soft updates support.
741.1Ssimonb#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
751.1Ssimonb				# immutable) behave as system flags.
761.1Ssimonb
771.1Ssimonb# Networking options
781.1Ssimonb#options 	GATEWAY		# IP packet forwarding
791.1Ssimonboptions 	INET		# Internet protocols
801.1Ssimonb#options 	INET6		# IPV6
811.1Ssimonb#options 	IPSEC		# IP security
821.1Ssimonb#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
831.1Ssimonb#options 	IPSEC_DEBUG	# debug for IP security
841.1Ssimonb#options 	MROUTING	# packet forwarding of multicast packets
851.1Ssimonb#options 	NS		# Xerox NS networking
861.1Ssimonb#options 	NSIP		# Xerox NS tunneling over IP
871.1Ssimonb#options 	ISO,TPIP	# OSI networking
881.1Ssimonb#options 	EON		# OSI tunneling over IP
891.1Ssimonb#options 	CCITT,LLC,HDLC	# X.25
901.1Ssimonb#options 	NETATALK	# AppleTalk (over Ethernet) protocol
911.1Ssimonb#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
921.1Ssimonb#options 	PPP_DEFLATE	# Deflate compression support for PPP
931.1Ssimonb#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
941.1Ssimonb#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
951.1Ssimonb#options 	IPFILTER_LOG	# ipmon(8) log support
961.1Ssimonb
971.1Ssimonb# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
981.1Ssimonb#options 	TCP_COMPAT_42
991.1Ssimonb
1001.1Ssimonb# These options enable verbose messages for several subsystems.
1011.1Ssimonb# Warning, these may compile large string tables into the kernel!
1021.1Ssimonb#options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
1031.1Ssimonboptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1041.1Ssimonb#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1051.1Ssimonb#options 	SCSIVERBOSE	# human readable SCSI error messages
1061.1Ssimonboptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1071.1Ssimonb
1081.1Ssimonb# Bitmask for enabling the PCI IDE channels in the southbridge.
1091.1Ssimonb# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
1101.1Ssimonb#
1111.1Ssimonb# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
1121.1Ssimonb# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
1131.1Ssimonboptions 	PCI_NETBSD_ENABLE_IDE=0x1
1141.1Ssimonb
1151.1Ssimonboptions 	NFS_BOOT_DHCP
1161.1Ssimonb
1171.1Ssimonbconfig		netbsd	root on ? type ?
1181.1Ssimonb
1191.1Ssimonb
1201.1Ssimonbmainbus0 	at root
1211.1Ssimonbcpu0 		at mainbus?
1221.1Ssimonbgt0		at mainbus?
1231.1Ssimonb
1241.1Ssimonb#com2		at mainbus?	# CBUS UART (ugh, 64 bit register spacing)
1251.1Ssimonb
1261.1Ssimonbpci*		at gt0
1271.1Ssimonbpchb*		at pci? dev ? function ?
1281.1Ssimonbpcib*		at pci? dev ? function ?
1291.1Ssimonb
1301.1Ssimonb# ISA bus support
1311.1Ssimonbisa*		at pcib?
1321.1Ssimonb
1331.1Ssimonb# ISA devices
1341.1Ssimonbmcclock*	at isa? port 0x70		# mc146818-compatible
1351.1Ssimonbcom0		at isa? port 0x3f8 irq 4	# standard serial ports
1361.1Ssimonbcom1		at isa? port 0x2f8 irq 3
1371.1Ssimonb#fdc0		at isa? port 0x3f0 irq 6 drq 2	# floppy controller
1381.1Ssimonb
1391.1Ssimonb# Floppy drives
1401.1Ssimonb#fd*		at fdc? drive ?
1411.1Ssimonb
1421.1Ssimonb# wscons
1431.1Ssimonb#vga*		at pci? dev ? function ?
1441.1Ssimonb#wsdisplay*	at vga? console ?
1451.1Ssimonb#pckbc*		at isa?				# PC keyboard controller
1461.1Ssimonb#pckbd*		at pckbc?			# PC keyboard (kbd port)
1471.1Ssimonb#pms*		at pckbc?			# PS/2-style mouse (aux port)
1481.1Ssimonb#pmsi*		at pckbc?			# PS/2 "Intelli"mouse for wsmouse
1491.1Ssimonb#wskbd*		at pckbd?
1501.1Ssimonb#wsmouse*	at pms?
1511.1Ssimonb#wsmouse*	at pmsi?
1521.1Ssimonb
1531.1Ssimonb# PCI SCSI controllers
1541.1Ssimonb#adv*		at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA]
1551.1Ssimonb#adw*		at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
1561.1Ssimonb#ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
1571.1Ssimonb#bha*		at pci? dev ? function ?	# BusLogic 9xx SCSI
1581.1Ssimonb#dpt*		at pci? dev ? function ?	# DPT SmartCache/SmartRAID
1591.1Ssimonb#isp*		at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FC
1601.1Ssimonb#siop*		at pci? dev ? function ?	# NCR 53c8xx SCSI
1611.1Ssimonb#pcscp*		at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
1621.1Ssimonb
1631.1Ssimonb# SCSI bus support
1641.1Ssimonb#scsibus* 	at adv?
1651.1Ssimonb#scsibus* 	at adw?
1661.1Ssimonb#scsibus* 	at ahc?
1671.1Ssimonb#scsibus* 	at bha?
1681.1Ssimonb#scsibus* 	at dpt?
1691.1Ssimonb#scsibus* 	at isp?
1701.1Ssimonb#scsibus* 	at siop?
1711.1Ssimonb#scsibus* 	at pcscp?
1721.1Ssimonb
1731.1Ssimonb# SCSI devices
1741.1Ssimonb#sd*		at scsibus? target ? lun ?	# SCSI disk drives
1751.1Ssimonb#st*		at scsibus? target ? lun ?	# SCSI tape drives
1761.1Ssimonb#cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
1771.1Ssimonb#ch*		at scsibus? target ? lun ?	# SCSI autochangers
1781.1Ssimonb#ss*		at scsibus? target ? lun ?	# SCSI scanners
1791.1Ssimonb#uk*		at scsibus? target ? lun ?	# SCSI unknown
1801.1Ssimonb
1811.1Ssimonb# IDE and related devices
1821.1Ssimonb# PCI IDE controllers - see pciide(4) for supported hardware.
1831.1Ssimonb# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
1841.1Ssimonb# how to set up DMA modes for this chip. This may work, or may cause
1851.1Ssimonb# a machine hang with some controllers.
1861.1Ssimonbpciide* 	at pci? dev ? function ? flags 0x0000
1871.1Ssimonboptions 	PCIIDE_RESTRICTED_SUPPORT # don't enable all pciide support
1881.1Ssimonboptions 	PCIIDE_PIIX_ENABLE	  # enable PIIX support
1891.1Ssimonb
1901.1Ssimonb# IDE drives
1911.1Ssimonb# Flags are used only with controllers that support DMA operations
1921.1Ssimonb# and mode settings (e.g. some pciide controllers)
1931.1Ssimonb# The lowest order four bits (rightmost digit) of the flags define the PIO
1941.1Ssimonb# mode to use, the next set of four bits the DMA mode and the third set the
1951.1Ssimonb# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
1961.1Ssimonb# to use, and the last bit must be 1 for this setting to be used.
1971.1Ssimonb# For DMA and UDMA, 0xf (1111) means 'disable'.
1981.1Ssimonb# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
1991.1Ssimonb# (0xc=1100, 0xa=1010, 0xf=1111)
2001.1Ssimonb# 0x0000 means "use whatever the drive claims to support".
2011.1Ssimonbwd* 		at pciide? channel ? drive ? flags 0x0000
2021.1Ssimonb
2031.1Ssimonb# PCI network interfaces
2041.1Ssimonb#de*		at pci? dev ? function ?	# DEC 21x4x-based Ethernet
2051.1Ssimonb#en*		at pci? dev ? function ?	# ENI/Adaptec ATM
2061.1Ssimonb#ep*		at pci? dev ? function ?	# 3Com 3c59x
2071.1Ssimonb#ex*		at pci? dev ? function ?	# 3Com 90x[B]
2081.1Ssimonb#epic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
2091.1Ssimonb#esh*		at pci? dev ? function ?	# Essential HIPPI card
2101.1Ssimonb#fpa*		at pci? dev ? function ?	# DEC DEFPA FDDI
2111.1Ssimonb#fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO10+/100B
2121.1Ssimonb#le*		at pci? dev ? function ?	# PCnet-PCI Ethernet
2131.1Ssimonbpcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
2141.1Ssimonboptions 	PCN_EVENT_COUNTERS
2151.1Ssimonb#ne*		at pci? dev ? function ?	# NE2000-compatible Ethernet
2161.1Ssimonb#ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
2171.1Ssimonbsip*		at pci? dev ? function ?	# SiS 900 Ethernet
2181.1Ssimonboptions 	SIP_EVENT_COUNTERS
2191.1Ssimonb#tl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
2201.1Ssimonb#tlp*		at pci? dev ? function ?	# DECchip 21x4x (and clones)
2211.1Ssimonb#options 	TLP_MATCH_21040
2221.1Ssimonb#options 	TLP_MATCH_21041
2231.1Ssimonb#options 	TLP_MATCH_21140
2241.1Ssimonb#options 	TLP_MATCH_21142
2251.1Ssimonb#vr*		at pci? dev ? function ?	# VIA Rhine Fast Ethernet
2261.1Ssimonb#lmc*		at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
2271.1Ssimonb#rtk*		at pci? dev ? function ?	# Realtek 8129/8139
2281.1Ssimonb
2291.1Ssimonb# MII/PHY support
2301.1Ssimonb#acphy*		at mii? phy ?		# DAltima AC101 and AMD Am79c874 PHYs
2311.1Ssimonb#amhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
2321.1Ssimonb#bmtphy* 	at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
2331.1Ssimonb#brgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
2341.1Ssimonb#dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
2351.1Ssimonb#exphy*		at mii? phy ?		# 3Com internal PHYs
2361.1Ssimonb#glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
2371.1Ssimonb#gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
2381.1Ssimonb#icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS1890
2391.1Ssimonb#inphy*		at mii? phy ?		# Intel 82555 PHYs
2401.1Ssimonb#iophy*		at mii? phy ?		# Intel 82553 PHYs
2411.1Ssimonb#lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
2421.1Ssimonb#makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
2431.1Ssimonb#nsphy*		at mii? phy ?		# NS83840 PHYs
2441.1Ssimonbnsphyter*	at mii? phy ?		# NS83843 PHYs
2451.1Ssimonb#pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
2461.1Ssimonb#qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
2471.1Ssimonb#sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
2481.1Ssimonb#tlphy*		at mii? phy ?		# ThunderLAN PHYs
2491.1Ssimonb#tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
2501.1Ssimonbukphy*		at mii? phy ?		# generic unknown PHYs
2511.1Ssimonb
2521.1Ssimonb
2531.1Ssimonb# USB
2541.1Ssimonbohci*		at pci? dev ? function ?	# USB Open Host Controller
2551.1Ssimonbuhci*		at pci? dev ? function ?	# USB Univ. Host Controller
2561.1Ssimonb
2571.1Ssimonb# USB bus support
2581.1Ssimonbusb*		at uhci?
2591.1Ssimonbusb*		at ohci?
2601.1Ssimonb
2611.1Ssimonb# USB Hubs
2621.1Ssimonbuhub*		at usb?
2631.1Ssimonbuhub*		at uhub? port ? configuration ? interface ?
2641.1Ssimonb
2651.1Ssimonb# ....
2661.1Ssimonb
2671.1Ssimonb# USB Generic driver
2681.1Ssimonbugen*		at uhub? port ?
2691.1Ssimonb
2701.1Ssimonb# Audio Devices
2711.1Ssimonb
2721.1Ssimonb# PCI audio devices
2731.1Ssimonbclct*		at pci? dev ? function ?	# Cirrus Logic CS4281
2741.1Ssimonb
2751.1Ssimonb# Audio support
2761.1Ssimonbaudio*		at clct?
2771.1Ssimonb
2781.1Ssimonb# Pseudo-devices
2791.1Ssimonb
2801.1Ssimonb# Disk/mass storage pseudo-devices
2811.1Ssimonb#pseudo-device	ccd		4		# concatenated disk devices
2821.1Ssimonb#pseudo-device	raid		4		# RAIDframe disk driver
2831.1Ssimonb#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
2841.1Ssimonbpseudo-device	md		1		# memory disk device (ramdisk)
2851.1Ssimonb#pseudo-device	vnd		4		# disk-like interface to files
2861.1Ssimonb
2871.1Ssimonb# Network pseudo-devices
2881.1Ssimonbpseudo-device	bpfilter	8		# Berkeley packet filter
2891.1Ssimonb#pseudo-device	ipfilter			# IP filter (firewall) and NAT
2901.1Ssimonbpseudo-device	loop				# network loopback
2911.1Ssimonb#pseudo-device	ppp		2		# Point-to-Point Protocol
2921.1Ssimonb#pseudo-device	sl		2		# Serial Line IP
2931.1Ssimonb#pseudo-device	strip		2		# Starmode Radio IP (Metricom)
2941.1Ssimonb#pseudo-device	tun		2		# network tunneling over tty
2951.1Ssimonb#pseudo-device	gre		2		# generic L3 over IP tunnel
2961.1Ssimonb#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
2971.1Ssimonb#pseudo-device	gif		4		# RFC1933 tunnel
2981.1Ssimonb#pseudo-device	faith		1		# IPv[46] tcp relay translation
2991.1Ssimonb#pseudo-device	stf		1		# 6to4 IPv6 over IPv4 encapsulation
3001.1Ssimonbpseudo-device	vlan			# IEEE 802.1q encapsulation
3011.1Ssimonb
3021.1Ssimonb# Miscellaneous pseudo-devices
3031.1Ssimonbpseudo-device	pty				# pseudo-terminals
3041.1Ssimonb#pseudo-device	tb		1		# tablet line discipline
3051.1Ssimonb#pseudo-device	sequencer	1		# MIDI sequencer
3061.1Ssimonb# rnd works; RND_COM does not on port i386 yet.
3071.1Ssimonbpseudo-device	rnd				# /dev/random & kernel generator
3081.1Ssimonb#options 	RND_COM				# use "com" randomness (BROKEN)
3091.1Ssimonb
3101.1Ssimonb# A pseudo device needed for Coda		# also needs CODA (above)
3111.1Ssimonb#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
312