MIMORI revision 1.3
1#	$NetBSD: MIMORI,v 1.3 2000/09/24 15:59:28 jdolecek Exp $
2#	NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp 
3#
4#	MIMORI -- My NEC RISCstation 2250 (ur)
5#
6
7include		"arch/arc/conf/std.arc"
8
9maxusers	32		# estimated number of users
10
11# Standard system options
12
13options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
14options 	NTP		# NTP phase/frequency locked loop
15
16options 	KTRACE		# system call tracing via ktrace(1)
17
18options 	SYSVMSG		# System V-like message queues
19options 	SYSVSEM		# System V-like semaphores
20options 	SYSVSHM		# System V-like memory sharing
21#options 	SHMMAXPGS=1024	# 1024 pages is the default
22
23options 	LKM		# loadable kernel modules
24
25# Diagnostic/debugging support options
26options 	DIAGNOSTIC	# cheap kernel consistency checks
27#options 	DEBUG		# expensive debugging checks/support
28#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
29options 	DDB		# in-kernel debugger
30#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
31#options 	KGDB		# remote gdb
32#options 	KGDBRATE=19200	# kernel gdb port rate (default 9600)
33#options 	KGDBDEV="17*256+0"	# device for kernel gdb
34#makeoptions	DEBUG="-g"	# compile full symbol table
35
36# Compatibility options
37options 	COMPAT_10	# NetBSD 1.0,
38options 	COMPAT_11	# NetBSD 1.1,
39options 	COMPAT_12	# NetBSD 1.2,
40options 	COMPAT_13	# NetBSD 1.3,
41options 	COMPAT_14	# NetBSD 1.4,
42options 	COMPAT_43	# and 4.3BSD
43options 	COMPAT_386BSD_MBRPART # recognize old partition ID
44
45# mipsel specific
46#options 	COMPAT_ULTRIX	# Ultrix binary compatibility
47#options 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
48
49# File systems
50file-system 	FFS		# fast filesystem
51#file-system 	EXT2FS		# second extended file system (linux)
52#file-system 	LFS		# log-structured file system
53file-system 	MFS		# memory file system
54file-system 	NTFS		# Windows/NT file system (experimental)
55file-system 	CD9660		# ISO 9660 + Rock Ridge file system
56file-system 	MSDOSFS		# MS-DOS file system
57file-system 	NFS		# Network File System client
58file-system 	FDESC		# /dev/fd
59file-system 	KERNFS		# /kern
60file-system 	NULLFS		# loopback file system
61#file-system 	OVERLAY		# overlay file system
62#file-system 	PORTAL		# portal filesystem (still experimental)
63file-system 	PROCFS		# /proc
64#file-system 	UMAPFS		# NULLFS + uid and gid remapping
65#file-system 	UNION		# union file system
66#file-system	CODA		# Coda File System; also needs vcoda (below)
67
68# File system options
69#options 	QUOTA		# FFS quotas
70#options 	FFS_EI		# FFS Endian Independent support
71options 	SOFTDEP		# FFS soft updates support.
72options 	NFSSERVER	# Network File System server
73#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
74				# immutable) behave as system flags.
75# Networking options
76#options 	GATEWAY		# IP packet forwarding
77options 	INET		# IP + ICMP + TCP + UDP
78options 	INET6		# IPV6
79options 	IPSEC		# IP security
80options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
81#options 	IPSEC_DEBUG	# debug for IP security
82#options 	MROUTING	# IP multicast routing
83#options 	NS		# XNS
84#options 	NSIP		# XNS tunneling over IP
85#options 	ISO,TPIP	# OSI networking
86#options 	EON		# OSI tunneling over IP
87#options 	CCITT,LLC,HDLC	# X.25
88#options 	NETATALK	# AppleTalk networking protocols
89options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
90options 	PPP_DEFLATE	# Deflate compression support for PPP
91options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
92options 	PFIL_HOOKS	# pfil(9) packet filter hooks
93options 	IPFILTER_LOG	# ipmon(8) log support
94
95# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
96#options 	TCP_COMPAT_42
97
98# These options enable verbose messages for several subsystems.
99# Warning, these may compile large string tables into the kernel!
100options 	EISAVERBOSE	# verbose EISA device autoconfig messages
101options 	PCIVERBOSE	# verbose PCI device autoconfig messages
102#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
103options 	SCSIVERBOSE	# human readable SCSI error messages
104
105# wscons terminal emulation
106options 	WSEMUL_VT100	# VT100 emulation
107
108# Kernel root file system and dump configuration.
109options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
110config		netbsd	root on ? type ?
111#config		netbsd	root on sd0a type ffs
112#config		netbsd	root on ? type nfs
113
114#
115# Device configuration
116#
117
118mainbus0	at root
119cpu*		at mainbus0
120
121#### Pica bus devices
122
123pica*		at mainbus0	# ACER Pica systems local bus.
124aclock0 	at pica?
125#pc0		at pica?
126#opms0		at pica?
127#vga0		at pica?	# Jazz localbus VGA
128pckbc0		at pica?	# PC keyboard controller
129com0		at pica?
130com1		at pica?
131lpt0		at pica?
132sn0		at pica?
133
134fdc0		at pica?
135fd*		at fdc? drive ?
136
137#siop0		at pica?
138#scsibus* 	at siop?
139
140#### PCI bus devices
141
142necpb*		at mainbus0	# NEC RISCstation PCI host bridge.
143pci*		at necpb?
144
145#pcivga* 	at pci? dev ? function ?
146#siop*		at pci? dev ? function ?
147#scsibus* 	at siop?
148#de*		at pci? dev ? function ?
149
150ex*		at pci? dev ? function ?	# 3Com 90x[B]
151fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO
152le*		at pci? dev ? function ?	# PCnet-PCI
153ne*		at pci? dev ? function ?	# NE2000-compatible
154tlp*		at pci? dev ? function ?	# DECchip 21x4x (and clones)
155#options 	TLP_MATCH_21040
156#options 	TLP_MATCH_21041
157#options 	TLP_MATCH_21140
158#options 	TLP_MATCH_21142
159
160# IDE and related devices
161# PCI IDE controllers - see pciide(4) for supported hardware.
162# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
163# how to set up DMA modes for this chip. This may work, or may cause
164# a machine hang with some controllers.
165pciide*		at pci ? dev ? function ? flags 0x0000
166wd*		at pciide? channel ? drive ? flags 0x0000
167atapibus*	at pciide? channel ?
168
169tga*		at pci? dev ? function ?	# DEC ZLXp-E[123] Graphics
170ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
171scsibus*	at ahc?
172
173#### MII/PHY support
174
175exphy*		at mii? phy ?		# 3Com internal PHYs
176icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS1890
177inphy*		at mii? phy ?		# Intel 82555 PHYs
178iophy*		at mii? phy ?		# Intel 82553 PHYs
179lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
180nsphy*		at mii? phy ?		# NS83840 PHYs
181nsphyter*	at mii? phy ?		# NS83843 PHYs
182qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
183sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
184tlphy*		at mii? phy ?		# ThunderLAN PHYs
185tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
186ukphy*		at mii? phy ?		# generic unknown PHYs
187
188#### SCSI bus devices
189
190sd*		at scsibus? target ? lun ?
191st*		at scsibus? target ? lun ?
192cd*		at scsibus? target ? lun ?
193ch*		at scsibus? target ? lun ?
194ss*		at scsibus? target ? lun ?
195uk*		at scsibus? target ? lun ?
196
197#### ATAPI bus devices
198
199# flags have the same meaning as for IDE drives.
200cd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
201sd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
202uk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
203
204#### Workstation Console attachments
205
206#wsdisplay*	at vga?
207wsdisplay*	at tga?
208pckbd*		at pckbc?	# PC keyboard (kbd port)
209wskbd*		at pckbd?
210pms*		at pckbc?	# PS/2-style mouse (aux port)
211wsmouse*	at pms?
212#pmsi*		at pckbc?	# PS/2 "Intelli"mouse (aux port)
213#wsmouse*	at pmsi?
214
215#### Pseudo devices
216
217# disk/mass storage pseudo-devices
218pseudo-device	ccd		4	# concatenated/striped disk devices
219#pseudo-device	raid		4	# RAIDframe disk driver
220pseudo-device	md		1	# memory disk device (ramdisk)
221pseudo-device	vnd		4	# disk-like interface to files
222
223# network pseudo-devices
224pseudo-device	bpfilter	8	# Berkeley packet filter
225pseudo-device	ipfilter		# IP filter (firewall) and NAT
226pseudo-device	loop		1	# network loopback
227pseudo-device	ppp		2	# Point-to-Point Protocol
228pseudo-device	sl		2	# Serial Line IP
229#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
230pseudo-device	tun		2	# network tunneling over tty
231pseudo-device	gre		2	# generic L3 over IP tunnel
232pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
233pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
234#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
235#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
236
237# miscellaneous pseudo-devices
238pseudo-device	pty			# pseudo-terminals
239pseudo-device	tb		1	# tablet line discipline
240#pseudo-device	sequencer	1	# MIDI sequencer
241# rnd works; RND_COM does not on port arc yet.
242pseudo-device	rnd			# /dev/random and in-kernel generator
243#options 	RND_COM			# use "com" randomness as well (BROKEN)
244
245# a pseudo device needed for Coda	# also needs CODA (above)
246#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
247
248# mouse & keyboard multiplexor pseudo-devices
249#pseudo-device	wsmux		2
250