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