GENERIC revision 1.18
1#	$NetBSD: GENERIC,v 1.18 2000/11/25 20:35:32 scw Exp $
2
3include		"arch/mvme68k/conf/std.mvme68k"
4
5#ident 		"GENERIC-$Revision: 1.18 $"
6
7# Boards this kernel supports
8options 	MVME147
9options 	MVME162
10options 	MVME167
11options 	MVME172
12options 	MVME177
13
14maxusers	4
15
16# Needed on m68040 boards to emulate some missing FP instructions
17options 	FPSP
18
19# Needed on m68060 boards
20options 	M060SP
21
22#options 	DDB
23options 	DIAGNOSTIC, DEBUG
24
25#options 	SYSVSHM
26options 	KTRACE
27options 	COMPAT_43
28
29file-system 	FFS
30file-system 	NFS	
31file-system 	KERNFS
32file-system 	MFS
33file-system 	CD9660
34#file-system	MSDOSFS
35#file-system	UNION
36
37options 	NFSSERVER
38#options 	FFS_EI		# FFS Endian Independant support
39options 	SOFTDEP         # FFS soft updates support.
40
41# Networking options
42options 	INET
43options 	INET6		# IPV6
44#options 	IPSEC		# IP security
45#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
46#options 	IPSEC_DEBUG	# debug for IP security
47#options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
48#options        GATEWAY         # IP packet forwarding
49#options        ISO             # OSI networking
50#options        TPIP
51#options        EON
52
53options 	COMPAT_09, COMPAT_10, COMPAT_11,
54options 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
55#options 	COMPAT_SUNOS
56#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
57#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
58#options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
59
60## force NFS root and swap
61#config	netbsd		root on ? type nfs
62## "generic" boot (put root on boot device)
63config netbsd		root on ? type ?
64
65# Which protocol to use when booting over NFS
66options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
67
68pseudo-device	sl
69pseudo-device	ppp 2
70pseudo-device	loop
71pseudo-device	bpfilter
72pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
73#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
74#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
75pseudo-device	pty			# pseudo-terminals
76pseudo-device	vnd 2
77
78# random number generator pseudo-device
79pseudo-device	rnd			# /dev/random and in-kernel generator
80#options 	RND_COM			# use "com" randomness as well (BROKEN)
81
82mainbus0	at root
83
84# MVME147 specific devices
85pcc0		at mainbus0
86vmepcc0 	at pcc?
87vme0		at vmepcc0
88clock0		at pcc? ipl 5
89zsc*		at pcc? ipl 4
90le0		at pcc? ipl 3
91wdsc0		at pcc? ipl 2
92lpt0		at pcc? ipl 1
93
94# MVME16x and MVME17x shared devices
95pcctwo0		at mainbus0
96vmetwo0 	at mainbus0
97vme0		at vmetwo0
98clock0		at pcctwo? ipl 5
99ie0		at pcctwo? ipl 3
100ncrsc0		at pcctwo? ipl 2
101
102# MVME162/MVME172 specific devices
103zsc*		at pcctwo? ipl 4
104
105# MVME167/MVME177 specific devices
106clmpcc0		at pcctwo? ipl 4
107lpt0		at pcctwo? ipl 1
108
109# Common front-end for MVME147 and MVME162 `zs' device
110zstty*		at zsc? channel ?
111
112# Example VMEbus device
113#foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
114
115scsibus*	at wdsc?
116scsibus*	at ncrsc?
117
118sd*		at scsibus? target ? lun ?
119st*		at scsibus? target ? lun ?
120cd*		at scsibus? target ? lun ?
121#ch*		at scsibus? target ? lun ?
122#ss*		at scsibus? target ? lun ?	# SCSI scanners
123#uk*		at scsibus? target ? lun ?	# SCSI unknown
124