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