GENERIC revision 1.29
1#	$NetBSD: GENERIC,v 1.29 2001/11/20 12:56:33 lukem Exp $
2
3include		"arch/mvme68k/conf/std.mvme68k"
4
5#ident 		"GENERIC-$Revision: 1.29 $"
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 	GATEWAY		# IP packet forwarding
48#options 	ISO		# OSI networking
49#options 	TPIP
50#options 	EON
51#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
52
53options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
54options 	COMPAT_09, COMPAT_10, COMPAT_11
55options 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
56#options 	COMPAT_SUNOS
57#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
58#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
59#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
60
61## force NFS root and swap
62#config	netbsd		root on ? type nfs
63## "generic" boot (put root on boot device)
64config netbsd		root on ? type ?
65
66# Which protocol to use when booting over NFS
67options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
68options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
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
77#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
78pseudo-device	vlan			# IEEE 802.1q encapsulation
79pseudo-device	bridge			# simple inter-network bridging
80pseudo-device	pty			# pseudo-terminals
81pseudo-device	vnd 2
82
83# random number generator pseudo-device
84pseudo-device	rnd			# /dev/random and in-kernel generator
85#options 	RND_COM			# use "com" randomness as well (BROKEN)
86
87mainbus0	at root
88
89# MVME147 specific devices
90pcc0		at mainbus0
91vmepcc0 	at pcc?
92clock0		at pcc? ipl 5
93zsc*		at pcc? ipl 4
94le0		at pcc? ipl 3
95wdsc0		at pcc? ipl 2
96lpt0		at pcc? ipl 1
97
98# MVME16x and MVME17x shared devices
99pcctwo0		at mainbus0
100vmetwo0 	at mainbus0
101memc*		at mainbus0
102clock0		at pcctwo? ipl 5
103ie0		at pcctwo? ipl 3
104osiop0		at pcctwo? ipl 2
105
106# MVME162/MVME172 specific devices
107zsc*		at pcctwo? ipl 4
108
109# MVME167/MVME177 specific devices
110clmpcc0		at pcctwo? ipl 4
111lpt0		at pcctwo? ipl 1
112
113# Common front-end for MVME147 and MVME162 `zs' device
114zstty*		at zsc? channel ?
115
116# MI VMEbus Interface
117vme0		at vmepcc0
118vme0		at vmetwo0
119
120# Example VMEbus device
121#foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
122
123scsibus*	at wdsc?
124scsibus*	at osiop?
125
126sd*		at scsibus? target ? lun ?
127st*		at scsibus? target ? lun ?
128cd*		at scsibus? target ? lun ?
129#ch*		at scsibus? target ? lun ?
130#ss*		at scsibus? target ? lun ?	# SCSI scanners
131#uk*		at scsibus? target ? lun ?	# SCSI unknown
132