M403 revision 1.67
1#	$NetBSD: M403,v 1.67 2017/09/14 07:58:39 mrg Exp $
2#
3#	configuration file for MIPS Magnum 4000 system
4#
5
6include 	"arch/arc/conf/std.arc"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10maxusers	32		# estimated number of users
11
12# Platform support
13options 	PLATFORM_MICROSOFT_JAZZ		# MIPS Magnum
14
15# Standard system options
16
17options 	RTC_OFFSET=-540	# hardware clock is this many mins. (Japan)
18options 	NTP		# NTP phase/frequency locked loop
19
20options 	KTRACE		# system call tracing via ktrace(1)
21
22options 	SYSVMSG		# System V-like message queues
23options 	SYSVSEM		# System V-like semaphores
24options 	SYSVSHM		# System V-like memory sharing
25
26#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
27#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
28
29# Diagnostic/debugging support options
30options 	DIAGNOSTIC		# cheap kernel consistency checks
31#options 	DEBUG			# expensive debugging checks/support
32options 	DDB			# in-kernel debugger
33pseudo-device	ksyms
34#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
35#options 	KGDB			# remote gdb
36#options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
37#options 	KGDB_DEV="17*256+0"	# device for kernel gdb
38#makeoptions	DEBUG="-g"		# compile full symbol table
39
40# Compatibility options
41include 	"conf/compat_netbsd10.config"
42options 	COMPAT_386BSD_MBRPART # recognize old partition ID
43
44# mipsel specific
45options 	COMPAT_ULTRIX	# Ultrix binary compatibility
46options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
47
48# File systems
49file-system 	FFS		# fast filesystem
50#file-system 	EXT2FS		# second extended file system (linux)
51#file-system 	LFS		# log-structured file system
52file-system 	MFS		# memory file system
53file-system 	NTFS		# Windows/NT file system (experimental)
54file-system 	CD9660		# ISO 9660 + Rock Ridge file system
55file-system 	MSDOSFS		# MS-DOS file system
56file-system 	NFS		# Network File System client
57file-system 	FDESC		# /dev/fd
58file-system 	KERNFS		# /kern
59#file-system 	NULLFS		# loopback file system
60#file-system 	OVERLAY		# overlay file system
61file-system 	PROCFS		# /proc
62#file-system 	UMAPFS		# NULLFS + uid and gid remapping
63#file-system 	UNION		# union file system
64#file-system	CODA		# Coda File System; also needs vcoda (below)
65file-system	PTYFS		# /dev/pts/N support
66
67# File system options
68options 	QUOTA		# legacy UFS quotas
69options 	QUOTA2		# new, in-filesystem UFS quotas
70#options 	FFS_EI		# FFS Endian Independent support
71options 	NFSSERVER	# Network File System server
72#options 	FFS_NO_SNAPSHOT	# No FFS snapshot 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
78options 	INET		# IP + ICMP + TCP + UDP
79options 	INET6		# IPV6
80#options 	IPSEC		# IP security
81#options 	IPSEC_DEBUG	# debug for IP security
82#options 	MROUTING	# IP multicast routing
83#options 	PIM		# Protocol Independent Multicast
84options 	NETATALK	# AppleTalk networking protocols
85options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
86options 	PPP_DEFLATE	# Deflate compression support for PPP
87options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
88options 	IPFILTER_LOG	# ipmon(8) log support
89options 	IPFILTER_LOOKUP	# ippool(8) support
90#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
91
92# JIT compiler for bpfilter
93#options	SLJIT
94#options	BPFJIT
95
96# These options enable verbose messages for several subsystems.
97# Warning, these may compile large string tables into the kernel!
98#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
99#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
100#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
101options 	SCSIVERBOSE	# human readable SCSI error messages
102
103# wscons terminal emulation
104options 	WSEMUL_VT100	# VT100 emulation
105options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
106
107# Kernel root file system and dump configuration.
108options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
109config		netbsd	root on ? type ?
110
111#
112# Device configuration
113#
114
115mainbus0	at root
116cpu*		at mainbus0
117
118#### Jazz-Internal bus devices
119
120# PLATFORM_ACER_PICA_61
121# PLATFORM_MICROSOFT_JAZZ
122# PLATFORM_NEC_JC94
123# PLATFORM_NEC_R94
124# PLATFORM_NEC_R96
125# PLATFORM_NEC_RAX94
126# PLATFORM_NEC_RD94
127jazzio*		at mainbus0	# Jazz-Internal bus host bridge.
128
129timer0		at jazzio?
130mcclock0 	at jazzio?
131#pc0		at jazzio?
132#opms0		at jazzio?
133pckbc0		at jazzio?	# PC keyboard controller
134options 	COM_FREQ_MAGNUM=8192000	# 8.192 MHz - NEC M403
135com0		at jazzio?
136com1		at jazzio?
137lpt0		at jazzio?
138sn0		at jazzio?
139
140fdc0		at jazzio?
141fd*		at fdc? drive ?
142
143asc0		at jazzio?			# NCR53C9x SCSI
144
145#### ISA bus devices
146
147# PLATFORM_ACER_PICA_61
148# PLATFORM_MICROSOFT_JAZZ
149# PLATFORM_NEC_R94
150# PLATFORM_NEC_R96
151jazzisabr*	at mainbus0	# Jazz-(E)ISA bus bridge.
152isa*		at jazzisabr?
153
154com2		at isa? port 0x3f8 irq 4
155com3		at isa? port 0x2f8 irq 3
156
157# SCSI bus support
158scsibus*	at scsi?
159
160#### SCSI bus devices
161
162sd*		at scsibus? target ? lun ?
163st*		at scsibus? target ? lun ?
164cd*		at scsibus? target ? lun ?
165ch*		at scsibus? target ? lun ?
166ss*		at scsibus? target ? lun ?
167uk*		at scsibus? target ? lun ?
168
169#### Workstation Console attachments
170
171pckbd*		at pckbc?	# PC keyboard (kbd port)
172wskbd*		at pckbd?
173pms*		at pckbc?	# PS/2-style mouse (aux port)
174wsmouse*	at pms?
175
176#### Pseudo devices
177
178# disk/mass storage pseudo-devices
179pseudo-device	ccd			# concatenated/striped disk devices
180#pseudo-device	raid			# RAIDframe disk driver
181#pseudo-device	fss			# file system snapshot device
182pseudo-device	md			# memory disk device (ramdisk)
183pseudo-device	vnd			# disk-like interface to files
184
185# network pseudo-devices
186pseudo-device	bpfilter		# Berkeley packet filter
187pseudo-device	ipfilter		# IP filter (firewall) and NAT
188pseudo-device	loop			# network loopback
189pseudo-device	ppp			# Point-to-Point Protocol
190pseudo-device	sl			# Serial Line IP
191#pseudo-device	strip			# Starmode Radio IP (Metricom)
192pseudo-device	tun			# network tunneling over tty
193#pseudo-device	gre			# generic L3 over IP tunnel
194pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
195#pseudo-device	faith			# IPv[46] tcp relay translation i/f
196pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
197pseudo-device	vlan			# IEEE 802.1q encapsulation
198
199# miscellaneous pseudo-devices
200pseudo-device	pty			# pseudo-terminals
201#pseudo-device	sequencer		# MIDI sequencer
202# rnd works; RND_COM does not on port arc yet.
203#options 	RND_COM			# use "com" randomness as well (BROKEN)
204pseudo-device	clockctl		# user control of clock subsystem
205
206# a pseudo device needed for Coda	# also needs CODA (above)
207#pseudo-device	vcoda			# coda minicache <-> venus comm.
208
209# mouse & keyboard multiplexor pseudo-devices
210#pseudo-device	wsmux
211