M403 revision 1.2
1#	$NetBSD: M403,v 1.2 2000/01/26 12:48:44 soda Exp $
2#
3#	Generic configuration file for MIPS Magnum 4000 system
4#
5
6include		"arch/arc/conf/std.arc"
7
8maxusers	32
9
10# Need to set locally
11options 	RTC_OFFSET=-540	# hardware clock is this many mins. Japan
12
13# Standard system options
14options 	KTRACE			# system call tracing support
15
16# Diagnostic/debugging support options
17options 	DIAGNOSTIC		# extra kernel debugging checks
18options 	DEBUG			# extra kernel debugging support
19#options 	KGDB			# support for kernel gdb
20#options 	KGDBRATE=19200		# kernel gdb port rate (default 9600)
21#options 	KGDBDEV="15*256+0"	# device for kernel gdb
22
23# System V options
24options 	SYSVMSG		# System V-like message queues
25options 	SYSVSEM		# System V-like semaphores
26options 	SYSVSHM		# System V-like memory sharing
27options 	SHMMAXPGS=1024	# 1024 pages is the default
28
29# Compatibilitry modules
30options 	COMPAT_43	# compatibility with 4.3BSD binaries
31options 	COMPAT_11
32options 	COMPAT_12
33options 	COMPAT_13
34options 	COMPAT_14
35#options 	COMPAT_ULTRIX	# Ultrix binary compatibility (no go yet)
36options 	COMPAT_386BSD_MBRPART # recognize old partition ID
37
38# Filesystem options
39file-system 	FFS		# fast filesystem
40file-system 	MFS		# memory-based filesystem
41#file-system	LFS		# Log-based filesystem (still experimental)
42file-system 	CD9660		# ISO 9660 + Rock Ridge file system
43file-system 	MSDOSFS		# Ability to read write MS-Dos filsystem
44file-system 	NFS		# Sun NFS-compatible filesystem (client)
45file-system 	KERNFS		# kernel data-structure filesystem
46file-system	PROCFS		# /proc
47file-system 	FDESC		# user file descriptor filesystem
48#file-system	UMAPFS		# uid/gid remapping filesystem
49#file-system	UNION		# union file system
50#file-system	NULLFS		# null layer filesystem
51#file-system 	OVERLAY		# overlay file system
52#file-system	PORTAL		# portal filesystem (still experimental)
53
54options 	QUOTA		# FFS quotas
55#options 	FFS_EI		# FFS Endian Independant support
56#options 	SOFTDEP		# FFS soft updates support.
57options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
58
59# Pull in config fragments for kernel crypto.  This is required for
60# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
61# one of these, based on whether you use crypto-us or crypto-intl, and
62# adjust the prefixes as necessary.
63
64#prefix ../crypto-us/sys
65#cinclude "conf/files.crypto-us"
66#prefix
67
68#prefix ../crypto-intl/sys
69#cinclude "conf/files.crypto-intl"
70#prefix
71
72# Networking options
73options 	INET		# Internet protocols
74#options 	INET6		# IPV6
75#options 	IPSEC		# IP security
76#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
77#options 	IPSEC_DEBUG	# debug for IP security
78#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
79options 	GATEWAY		# IP packet forwarding
80#options 	MULTICAST	# Multicast support
81#options 	MROUTING	# Multicast routing support
82#options 	ISO,TPIP	# OSI networking
83#options 	EON		# OSI tunneling over IP
84#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
85
86# Special options
87options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
88options 	COMCONSOLE
89
90# Kernel root file system and dump configuration.
91# XXX #options 	NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
92options 	NFS_BOOT_BOOTPARAM
93config		netbsd root on ? type ?
94
95#
96# Definition of system
97#
98mainbus0	at root
99cpu*		at mainbus0
100
101pica*		at mainbus0
102
103aclock0		at pica?
104#pc0		at pica?
105#opms0		at pica?
106com0		at pica?
107com1		at pica?
108lpt0		at pica?
109sn0		at pica?
110
111fdc0		at pica?
112fd*		at fdc? drive ?
113
114asc0		at pica?
115scsibus* 	at asc?
116
117sd*		at scsibus? target ? lun ?
118st*		at scsibus? target ? lun ?
119cd*		at scsibus? target ? lun ?
120ch*		at scsibus? target ? lun ?
121ss*		at scsibus? target ? lun ?
122uk*		at scsibus? target ? lun ?
123
124#
125#	ISA Bus.
126#
127isabr*		at mainbus0
128
129isa*		at isabr?
130
131com2		at isa? port 0x3f8 irq 4
132com3		at isa? port 0x2f8 irq 3
133
134
135pseudo-device	sl		 2	# serial-line IP ports
136pseudo-device	ppp		 2	# serial-line PPP ports
137pseudo-device	pty		64	# pseudo ptys
138pseudo-device	bpfilter	16	# packet filter ports
139#pseudo-device	gre		2	# generic L3 over IP tunnel
140pseudo-device	loop
141pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
142#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
143pseudo-device	vnd		4	# virtual disk
144pseudo-device	ccd		4	# concatenated disks
145#pseudo-device 	raid		4	# RAIDframe disk driver
146