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