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