xref: /netbsd-src/sys/arch/evbmips/conf/MALTA (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
1#	$NetBSD: MALTA,v 1.101 2020/05/04 12:15:43 simonb Exp $
2
3include 	"arch/evbmips/conf/std.malta"
4
5#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
6
7#ident 		"MALTA-$Revision: 1.101 $"
8
9maxusers	32
10
11options 	MIPS32
12options 	MIPS64
13
14options 	NOFPU		# No FPU
15options 	FPEMUL		# emulate FPU insn
16
17# Options for necessary to use MD
18# options 	MEMORY_DISK_HOOKS
19# options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
20# options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
21# options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
22#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
23
24# Standard system options
25options 	KTRACE		# system call tracing support
26options 	SYSVMSG		# System V message queues
27options 	SYSVSEM		# System V semaphores
28options 	SYSVSHM		# System V shared memory
29options 	NTP		# network time protocol
30
31# Debugging options
32options 	DIAGNOSTIC	# extra kernel sanity checking
33#options 	DEBUG		# extra kernel debugging support
34#options 	SYSCALL_DEBUG	# symbolic syscall names
35options 	USERCONF	# userconf(4) support
36#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
37options 	DDB		# kernel dynamic debugger
38options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
39makeoptions 	DEBUG="-g"	# compile full symbol table
40makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
41
42# Compatibility options
43
44include         "conf/compat_netbsd16.config"
45
46#options 	EXEC_ECOFF	# exec ECOFF binaries
47#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
48#options 	COMPAT_LINUX	# binary compatibility with Linux
49
50# File systems
51file-system	FFS		# Berkeley Fast Filesystem
52file-system	MFS		# memory-based filesystem
53#file-system 	EXT2FS		# second extended file system (linux)
54file-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	PROCFS		# /proc
62#file-system	CD9660		# ISO 9660 + Rock Ridge file system
63file-system	TMPFS		# Efficient memory 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)
67file-system	PTYFS		# /dev/pts/N support
68
69# File system options
70#options 	NFSSERVER	# Sun NFS-compatible filesystem server
71#options 	QUOTA		# legacy UFS quotas
72#options 	QUOTA2		# new, in-filesystem UFS quotas
73options 	FFS_EI		# FFS Endian Independent support
74options 	WAPBL		# File system journaling support
75options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
76#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
77				# immutable) behave as system flags.
78
79# Alternate buffer queue strategies for better responsiveness under high
80# disk I/O load.
81#options 	BUFQ_READPRIO
82options 	BUFQ_PRIOCSCAN
83
84# Networking options
85#options 	GATEWAY		# IP packet forwarding
86options 	INET		# Internet protocols
87#options 	INET6		# IPV6
88#options 	IPSEC		# IP security
89#options 	IPSEC_DEBUG	# debug for IP security
90#options 	MROUTING	# packet forwarding of multicast packets
91#options 	PIM		# Protocol Independent Multicast
92#options 	NETATALK	# AppleTalk (over Ethernet) protocol
93#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
94#options 	PPP_DEFLATE	# Deflate compression support for PPP
95#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
96
97# JIT compiler for bpfilter
98#options	SLJIT
99#options	BPFJIT
100
101# These options enable verbose messages for several subsystems.
102# Warning, these may compile large string tables into the kernel!
103#options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
104options 	PCIVERBOSE	# verbose PCI device autoconfig messages
105#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
106#options 	SCSIVERBOSE	# human readable SCSI error messages
107options 	MIIVERBOSE	# verbose PHY autoconfig messages
108
109# Bitmask for enabling the PCI IDE channels in the southbridge.
110# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
111#
112# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
113# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
114options 	PCI_NETBSD_ENABLE_IDE=0x1
115
116options 	NFS_BOOT_DHCP
117
118config		netbsd	root on ? type ?
119
120
121mainbus0 	at root
122cpu0 		at mainbus?
123gt0		at mainbus?
124
125#com2		at mainbus?	# CBUS UART (ugh, 64 bit register spacing)
126
127pci*		at gt0
128pchb*		at pci? dev ? function ?
129pcib*		at pci? dev ? function ?
130
131# ISA bus support
132isa*		at pcib?
133
134# ISA devices
135mcclock*	at isa? port 0x70		# mc146818-compatible
136com0		at isa? port 0x3f8 irq 4	# standard serial ports
137com1		at isa? port 0x2f8 irq 3
138#fdc0		at isa? port 0x3f0 irq 6 drq 2	# floppy controller
139
140# Floppy drives
141#fd*		at fdc? drive ?
142
143# wscons
144#vga*		at pci? dev ? function ?
145#wsdisplay*	at vga? console ?
146#pckbc*		at isa?				# PC keyboard controller
147#pckbd*		at pckbc?			# PC keyboard (kbd port)
148#pms*		at pckbc?			# PS/2-style mouse (aux port)
149#wskbd*		at pckbd?
150#wsmouse*	at pms?
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.
185pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
186acardide*	at pci? dev ? function ?	# Acard IDE controllers
187aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
188artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
189cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
190cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
191hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
192optiide* 	at pci? dev ? function ?	# Opti IDE controllers
193pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
194pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
195satalink*	at pci? dev ? function ?	# SiI SATALink controllers
196siside* 	at pci? dev ? function ?	# SiS IDE controllers
197slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
198viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
199
200atabus* 	at ata? channel ?
201
202# IDE drives
203# Flags are used only with controllers that support DMA operations
204# and mode settings (e.g. some pciide controllers)
205# The lowest order four bits (rightmost digit) of the flags define the PIO
206# mode to use, the next set of four bits the DMA mode and the third set the
207# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
208# to use, and the last bit must be 1 for this setting to be used.
209# For DMA and UDMA, 0xf (1111) means 'disable'.
210# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
211# (0xc=1100, 0xa=1010, 0xf=1111)
212# 0x0000 means "use whatever the drive claims to support".
213wd* 		at atabus? drive ? flags 0x0000
214
215# PCI network interfaces
216ath*		at pci? dev ? function ?	# Atheros WLAN
217#ep*		at pci? dev ? function ?	# 3Com 3c59x
218#ex*		at pci? dev ? function ?	# 3Com 90x[B]
219#epic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
220#fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO10+/100B
221pcn*		at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
222options 	PCN_EVENT_COUNTERS
223#ne*		at pci? dev ? function ?	# NE2000-compatible Ethernet
224#ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
225sip*		at pci? dev ? function ?	# SiS 900 Ethernet
226options 	SIP_EVENT_COUNTERS
227#tl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
228#tlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
229#vr*		at pci? dev ? function ?	# VIA Rhine Fast Ethernet
230#rtk*		at pci? dev ? function ?	# Realtek 8129/8139
231
232# MII/PHY support
233#acphy*		at mii? phy ?		# DAltima AC101 and AMD Am79c874 PHYs
234#amhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
235#bmtphy* 	at mii? phy ?		# Broadcom BCM5201 and BCM5202 PHYs
236#brgphy* 	at mii? phy ?		# Broadcom BCM5400-family PHYs
237#dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
238#exphy*		at mii? phy ?		# 3Com internal PHYs
239#glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
240#gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
241#icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS1890
242#inphy*		at mii? phy ?		# Intel 82555 PHYs
243#iophy*		at mii? phy ?		# Intel 82553 PHYs
244#lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
245#makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
246#nsphy*		at mii? phy ?		# NS83840 PHYs
247nsphyter*	at mii? phy ?		# NS83843 PHYs
248#pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
249#qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
250#sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
251#tlphy*		at mii? phy ?		# ThunderLAN PHYs
252#tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
253ukphy*		at mii? phy ?		# generic unknown PHYs
254
255
256# USB
257ohci*		at pci? dev ? function ?	# USB Open Host Controller
258uhci*		at pci? dev ? function ?	# USB Univ. Host Controller
259
260# USB bus support
261usb*		at uhci?
262usb*		at ohci?
263
264# USB Hubs
265uhub*		at usb?
266uhub*		at uhub? port ?
267
268# ....
269
270# USB Generic driver
271ugen*		at uhub? port ?
272
273# Audio Devices
274
275# PCI audio devices
276clct*		at pci? dev ? function ?	# Cirrus Logic CS4281
277
278# Audio support
279audio*		at clct?
280
281spkr*		at audio?			# PC speaker (synthesized)
282
283# Pseudo-devices
284
285# Disk/mass storage pseudo-devices
286#pseudo-device	ccd				# concatenated disk devices
287#pseudo-device	raid				# RAIDframe disk driver
288#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
289#pseudo-device	fss				# file system snapshot device
290#pseudo-device	md				# memory disk device (ramdisk)
291pseudo-device	vnd				# disk-like interface to files
292
293# Network pseudo-devices
294pseudo-device	bpfilter			# Berkeley packet filter
295pseudo-device	npf			# NPF packet filter
296pseudo-device 	carp				# Common Address Redundancy Protocol
297pseudo-device	loop				# network loopback
298#pseudo-device	ppp				# Point-to-Point Protocol
299#pseudo-device	sl				# Serial Line IP
300#pseudo-device	tun				# network tunneling over tty
301#pseudo-device	tap				# virtual Ethernet
302#pseudo-device	gre				# generic L3 over IP tunnel
303#pseudo-device	ipip				# RFC 2003 IP Encapsulation
304#pseudo-device	gif				# RFC1933 tunnel
305#pseudo-device	faith				# IPv[46] tcp relay translation
306#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
307pseudo-device	vlan				# IEEE 802.1q encapsulation
308pseudo-device	bridge				# simple inter-network bridging
309
310# Miscellaneous pseudo-devices
311pseudo-device	pty				# pseudo-terminals
312#pseudo-device	sequencer			# MIDI sequencer
313pseudo-device	clockctl			# user control of clock subsystem
314pseudo-device	drvctl				# user control of drive subsystem
315pseudo-device	ksyms				# /dev/ksyms
316
317# A pseudo device needed for Coda		# also needs CODA (above)
318#pseudo-device	vcoda				# coda minicache <-> venus comm.
319
320include "dev/veriexec.config"
321