MIMORI revision 1.1
1#	$NetBSD: MIMORI,v 1.1 2000/06/17 07:29:07 soda Exp $
2#	NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp 
3#
4#	MIMORI -- URATA-san's NEC RISCstation 2250
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
79#options 	IPSEC		# IP security
80#options 	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# Kernel root file system and dump configuration.
106options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
107config		netbsd	root on ? type ?
108#config		netbsd	root on sd0a type ffs
109#config		netbsd	root on ? type nfs
110
111#
112# Device configuration
113#
114
115mainbus0	at root
116cpu*		at mainbus0
117
118#### Pica bus devices
119
120pica*		at mainbus0	# ACER Pica systems local bus.
121aclock0 	at pica?
122#pc0		at pica?
123#opms0		at pica?
124#vga0		at pica?	# Jazz localbus VGA
125pckbc0		at pica?	# PC keyboard controller
126com0		at pica?
127com1		at pica?
128lpt0		at pica?
129sn0		at pica?
130
131fdc0		at pica?
132fd*		at fdc? drive ?
133
134#siop0		at pica?
135#scsibus* 	at siop?
136
137#### PCI bus devices
138
139necpb*		at mainbus0	# NEC RISCstation PCI host bridge.
140pci*		at necpb?
141
142#pcivga* 	at pci? dev ? function ?
143#siop*		at pci? dev ? function ?
144#scsibus* 	at siop?
145#de*		at pci? dev ? function ?
146
147ex*		at pci? dev ? function ?	# 3Com 90x[B]
148fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO
149le*		at pci? dev ? function ?	# PCnet-PCI
150ne*		at pci? dev ? function ?	# NE2000-compatible
151tlp*		at pci? dev ? function ?	# DECchip 21x4x (and clones)
152#options 	TLP_MATCH_21040
153#options 	TLP_MATCH_21041
154#options 	TLP_MATCH_21140
155#options 	TLP_MATCH_21142
156
157# IDE and related devices
158# PCI IDE controllers - see pciide(4) for supported hardware.
159# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
160# how to set up DMA modes for this chip. This may work, or may cause
161# a machine hang with some controllers.
162pciide*		at pci ? dev ? function ? flags 0x0000
163wd*		at pciide? channel ? drive ? flags 0x0000
164atapibus*	at pciide? channel ?
165
166tga*		at pci? dev ? function ?	# DEC ZLXp-E[123] Graphics
167ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
168scsibus*	at ahc?
169
170#### MII/PHY support
171
172exphy*		at mii? phy ?		# 3Com internal PHYs
173icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS1890
174inphy*		at mii? phy ?		# Intel 82555 PHYs
175iophy*		at mii? phy ?		# Intel 82553 PHYs
176lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
177nsphy*		at mii? phy ?		# NS83840 PHYs
178nsphyter*	at mii? phy ?		# NS83843 PHYs
179qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
180sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
181tlphy*		at mii? phy ?		# ThunderLAN PHYs
182tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
183ukphy*		at mii? phy ?		# generic unknown PHYs
184
185#### SCSI bus devices
186
187sd*		at scsibus? target ? lun ?
188st*		at scsibus? target ? lun ?
189cd*		at scsibus? target ? lun ?
190ch*		at scsibus? target ? lun ?
191ss*		at scsibus? target ? lun ?
192uk*		at scsibus? target ? lun ?
193
194#### ATAPI bus devices
195
196# flags have the same meaning as for IDE drives.
197cd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
198sd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
199uk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
200
201#### Workstation Console attachments
202
203#wsdisplay*	at vga?
204wsdisplay*	at tga?
205pckbd*		at pckbc?	# PC keyboard (kbd port)
206wskbd*		at pckbd?
207pms*		at pckbc?	# PS/2-style mouse (aux port)
208wsmouse*	at pms?
209#pmsi*		at pckbc?	# PS/2 "Intelli"mouse (aux port)
210#wsmouse*	at pmsi?
211
212#### Pseudo devices
213
214# disk/mass storage pseudo-devices
215pseudo-device	ccd		4	# concatenated/striped disk devices
216#pseudo-device	raid		4	# RAIDframe disk driver
217pseudo-device	md		1	# memory disk device (ramdisk)
218pseudo-device	vnd		4	# disk-like interface to files
219
220# network pseudo-devices
221pseudo-device	bpfilter	8	# Berkeley packet filter
222pseudo-device	ipfilter		# IP filter (firewall) and NAT
223pseudo-device	loop		1	# network loopback
224pseudo-device	ppp		2	# Point-to-Point Protocol
225pseudo-device	sl		2	# Serial Line IP
226#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
227pseudo-device	tun		2	# network tunneling over tty
228pseudo-device	gre		2	# generic L3 over IP tunnel
229pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
230pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
231#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
232#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
233
234# miscellaneous pseudo-devices
235pseudo-device	pty		64	# pseudo-terminals
236pseudo-device	tb		1	# tablet line discipline
237#pseudo-device	sequencer	1	# MIDI sequencer
238# rnd works; RND_COM does not on port arc yet.
239pseudo-device	rnd			# /dev/random and in-kernel generator
240#options 	RND_COM			# use "com" randomness as well (BROKEN)
241
242# a pseudo device needed for Coda	# also needs CODA (above)
243#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
244
245# mouse & keyboard multiplexor pseudo-devices
246#pseudo-device	wsmux		2
247