GENERIC revision 1.4
1#	$NetBSD: GENERIC,v 1.4 1999/11/21 14:00:41 itojun Exp $
2
3include		"arch/mvme68k/conf/std.mvme68k"
4
5# Boards this kernel supports
6options 	MVME147
7options 	MVME167
8
9maxusers	4
10
11# Needed on m68040 boards to emulate some missing FP instructions
12options 	FPSP
13
14#options 	DDB
15options 	DIAGNOSTIC, DEBUG
16
17#options 	SYSVSHM
18options 	KTRACE
19options 	COMPAT_43
20
21file-system 	FFS
22file-system 	NFS	
23file-system 	KERNFS
24#file-system 	MFS
25#file-system	MSDOSFS
26#file-system	UNION
27
28options 	NFSSERVER
29#options 	FFS_EI		# FFS Endian Independant support
30#options 	SOFTDEP         # FFS soft updates support.
31
32# Pull in config fragments for kernel crypto.  This is required for
33# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
34# one of these, based on whether you use crypto-us or crypto-intl, and
35# adjust the prefixes as necessary.
36
37#prefix ../crypto-us/sys
38#cinclude "conf/files.crypto-us"
39#prefix
40
41#prefix ../crypto-intl/sys
42#cinclude "conf/files.crypto-intl"
43#prefix
44
45# Networking options
46options 	INET
47options 	INET6		# IPV6
48#options 	IPSEC		# IP security
49#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
50#options 	IPSEC_DEBUG	# debug for IP security
51options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
52#options        GATEWAY         # IP packet forwarding
53#options        ISO             # OSI networking
54#options        TPIP
55#options        EON
56
57options 	COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
58options 	COMPAT_SUNOS
59#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
60#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
61#options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
62
63## force NFS root and swap
64#config	netbsd		root on ? type nfs
65## "generic" boot (put root on boot device)
66config netbsd		root on ? type ?
67
68# Which protocol to use when booting over NFS
69options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
70
71pseudo-device	sl
72pseudo-device	ppp 2
73pseudo-device	loop
74pseudo-device	bpfilter
75pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
76#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
77pseudo-device	pty
78pseudo-device	vnd 2
79
80mainbus0	at root
81
82# MVME147 specific devices
83pcc0		at mainbus0
84vmechip*	at pcc?
85zsc*		at pcc? ipl 4
86zstty*		at zsc? channel ?
87clock0		at pcc? ipl 5
88le0		at pcc? ipl 3
89wdsc0		at pcc? ipl 2
90lpt*		at pcc? ipl 1
91
92# MVME167 specific devices
93pcctwo0		at mainbus0
94vmechip* 	at mainbus0
95clock0		at pcctwo? ipl 5
96clmpcc0		at pcctwo? ipl 4
97ie0		at pcctwo? ipl 3
98ncrsc0		at pcctwo? ipl 2
99lpt*		at pcctwo? ipl 1
100
101vmes0		at vmechip?
102vmel0		at vmechip?
103
104# example only - A24D16 device
105#foo0		at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
106
107scsibus*	at wdsc?
108scsibus*	at ncrsc?
109
110sd*		at scsibus? target ? lun ?
111st*		at scsibus? target ? lun ?
112cd*		at scsibus? target ? lun ?
113ch*		at scsibus? target ? lun ?
114ss*		at scsibus? target ? lun ?	# SCSI scanners
115uk*		at scsibus? target ? lun ?	# SCSI unknown
116