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