VME162 revision 1.5
1#	$NetBSD: VME162,v 1.5 2001/04/30 09:05:59 scw Exp $
2
3include		"arch/mvme68k/conf/std.mvme68k"
4
5# Boards this kernel supports; need at least one
6options 	MVME162
7
8# Needed on m68040 boards to emulate some missing FP instructions
9options 	FPSP
10
11maxusers	8
12
13#options 	DDB
14#options 	DIAGNOSTIC, DEBUG
15
16#options 	SYSVSHM
17options 	KTRACE
18options 	COMPAT_43
19
20file-system 	FFS
21file-system 	NFS	
22file-system 	KERNFS
23file-system 	MFS
24file-system 	CD9660
25#file-system	MSDOSFS
26#file-system	UNION
27
28#options 	NFSSERVER
29#options 	FFS_EI		# FFS Endian Independant support
30
31# Networking options
32options 	INET
33#options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
34#options        GATEWAY         # IP packet forwarding
35#options        ISO             # OSI networking
36#options        TPIP
37#options        EON
38
39options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
40#options 	COMPAT_14, COMPAT_13, COMPAT_12
41#options 	COMPAT_SUNOS
42#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
43
44## force NFS root and swap
45#config	netbsd		root on ? type nfs
46## "generic" boot (put root on boot device)
47config netbsd		root on ? type ?
48
49options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
50
51
52pseudo-device	sl
53pseudo-device	ppp 2
54pseudo-device	loop
55pseudo-device	bpfilter
56pseudo-device	pty
57pseudo-device	vnd 2
58
59mainbus0	at root
60
61pcctwo0		at mainbus0
62memc*		at pcctwo? ipl 6
63clock0		at pcctwo? ipl 5
64zsc*		at pcctwo? ipl 4
65ie0		at pcctwo? ipl 3
66osiop0		at pcctwo? ipl 2
67
68zstty*		at zsc? channel ?
69
70# VMEbus Support
71vmetwo0 	at mainbus0
72vme0 		at vmetwo0
73
74# Example VMEbus device
75#foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
76
77# SCSI Bus Support
78scsibus*	at osiop?
79
80sd*		at scsibus? target ? lun ?
81st*		at scsibus? target ? lun ?
82cd*		at scsibus? target ? lun ?
83