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