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