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