GENERIC revision 1.37
1# 	$NetBSD: GENERIC,v 1.37 2001/09/01 21:52:29 atatat Exp $
2#
3#	GENERIC kernel for RISC-NEWS
4
5include		"arch/newsmips/conf/std.newsmips"
6
7#ident 		"GENERIC-$Revision: 1.37 $"
8
9maxusers	16
10
11options 	news3400
12options 	news5000
13options 	MIPS1			# R2000/R3000 support
14options 	MIPS3			# R4000 support
15options 	CPU_SINGLE		# no I/O processor
16
17# Standard system options
18options 	KTRACE			# system call tracing support
19options 	SYSVMSG			# System V message queues
20options 	SYSVSEM			# System V semaphores
21#options	SEMMNI=10	# number of semaphore identifiers
22#options	SEMMNS=60	# number of semaphores in system
23#options	SEMUME=10	# max number of undo entries per process
24#options	SEMMNU=30	# number of undo structures in system
25options 	SYSVSHM			# System V shared memory
26#options 	SHMMAXPGS=1024		# 1024 pages is the default
27options 	LKM			# loadable kernel modules
28#options 	NTP			# network time protocol
29#options 	UCONSOLE		# users can redirect console (unsafe)
30
31# Debugging options
32#options 	DDB			# kernel dynamic debugger
33#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
34#options 	DEBUG			# extra kernel debugging support
35#options 	DIAGNOSTIC		# extra kernel sanity checking
36#options 	SCSIVERBOSE		# Verbose SCSI errors
37
38# Compatibility options
39options 	COMPAT_43	# compatibility with 4.3BSD binaries
40options 	COMPAT_10	# NetBSD 1.0 binary compatibility
41options 	COMPAT_11	# NetBSD 1.1 binary compatibility
42options 	COMPAT_12	# NetBSD 1.2 binary compatibility
43options 	COMPAT_13	# NetBSD 1.3 binary compatibility
44options 	COMPAT_14	# NetBSD 1.4 binary compatibility
45#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
46#options 	EXEC_AOUT	# exec a.out binaries
47#options 	EXEC_ECOFF	# exec ecoff binaries
48
49# Filesystem options
50file-system	FFS		# Berkeley Fast Filesystem
51file-system	NFS		# Sun NFS-compatible filesystem client
52file-system	KERNFS		# kernel data-structure filesystem
53file-system	NULLFS		# NULL layered filesystem
54file-system 	OVERLAY		# overlay file system
55file-system	MFS		# memory-based filesystem
56file-system	FDESC		# user file descriptor filesystem
57file-system	UMAPFS		# uid/gid remapping filesystem
58file-system	LFS		# Log-based filesystem (still experimental)
59file-system	PORTAL		# portal filesystem (still experimental)
60file-system	PROCFS		# /proc
61file-system	CD9660		# ISO 9660 + Rock Ridge file system
62file-system	UNION		# union file system
63file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
64
65options 	NFSSERVER	# Sun NFS-compatible filesystem server
66options 	QUOTA		# FFS quotas
67#options 	FFS_EI		# FFS Endian Independant support
68options 	SOFTDEP         # FFS soft updates support.
69
70# Networking options
71options 	INET		# Internet protocols
72options 	INET6		# IPV6
73#options 	IPSEC		# IP security
74#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
75#options 	IPSEC_DEBUG	# debug for IP security
76#options 	GATEWAY		# IP packet forwarding
77#options 	MROUTING	# packet forwarding of multicast packets
78options 	NS		# Xerox NS networking
79#options 	NSIP		# Xerox NS tunneling over IP
80#options 	ISO,TPIP	# OSI networking
81#options 	EON		# OSI tunneling over IP
82#options 	CCITT,LLC,HDLC	# X.25
83options 	NETATALK	# AppleTalk (over Ethernet) protocol
84options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
85options 	PPP_DEFLATE	# Deflate compression support for PPP
86options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
87options 	PFIL_HOOKS	# pfil(9) packet filter hooks
88options 	IPFILTER_LOG	# ipmon(8) log support
89#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
90
91options 	NFS_BOOT_BOOTPARAM
92
93# wscons options
94options 	WSEMUL_VT100		# VT100 / VT220 emulation
95options 	FONT_GALLANT12x22
96
97config	netbsd	root on ? type ?
98
99mainbus0 at root
100
101cpu0	at mainbus0
102hb0	at mainbus0			# Hyper-bus
103ap0	at mainbus0			# APbus
104
105mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
106mkclock0 at ap?
107
108le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
109le1	at hb0 addr 0xb8c30000 level 0
110
111sn*	at ap?				# SONIC Ethernet
112tlp*	at ap?
113
114kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
115ms0	at hb0 addr 0xbfd00004 level 2	# mouse
116
117zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
118zsc1	at hb0 addr 0xb8c40100 level 1 flags 0x1	# expansion board
119zsc2	at hb0 addr 0xb8c40104 level 1 flags 0x1
120zsc0	at ap?
121
122zstty0	at zsc0 channel 0		# tty00
123zstty1	at zsc0 channel 1		# tty01
124zstty2	at zsc1 channel 0		# tty02
125zstty3	at zsc1 channel 1		# tty03
126zstty4	at zsc2 channel 0		# tty04
127zstty5	at zsc2 channel 1		# tty05
128
129fb0	at hb0 addr 0x88000000		# frame buffer
130
131sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
132scsibus0 at sc0
133
134#dmac*	at ap?				# dmac3
135#spifi*	at ap?				# SPIFI SCSI
136#scsibus* at spifi?
137
138xafb*	at ap?
139kb0	at ap?
140ms0	at ap?
141
142sd*	at scsibus? target ? lun ?	# SCSI disks
143st*	at scsibus? target ? lun ?	# SCSI tapes
144cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
145ch*	at scsibus? target ? lun ?	# SCSI changer devices
146
147wsdisplay0 at fb? console ?
148wsdisplay0 at xafb? console ?
149wskbd0	at kb? console ?
150wsmouse0 at ms?
151
152pseudo-device	loop			# loopback interface; required
153pseudo-device	pty			# pseudo-terminals
154pseudo-device	sl		2	# SLIP interfaces
155pseudo-device	ppp		2	# PPP interfaces
156pseudo-device	tun		4	# Network "tunnel" device
157#pseudo-device	gre		2	# generic L3 over IP tunnel
158pseudo-device	bpfilter	16	# Berkeley Packet Filter
159pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
160#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
161#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
162pseudo-device	vlan			# IEEE 802.1q encapsulation
163pseudo-device	bridge			# simple inter-network bridging
164pseudo-device	vnd		4	# disk-like interface to files
165pseudo-device	ccd		4	# concatenated and striped disks
166#pseudo-device	raid		4	# RAIDframe disk driver
167#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
168#pseudo-device	strip		1	# radio clock
169#pseudo-device	ipfilter		# ip filter
170pseudo-device	rnd			# /dev/random and in-kernel generator
171