VME167 revision 1.7
1#	$NetBSD: VME167,v 1.7 2000/11/25 21:46:43 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	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
39#options 	COMPAT_14, COMPAT_13, COMPAT_12
40#options 	COMPAT_SUNOS
41#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
42
43## force NFS root and swap
44#config	netbsd		root on ? type nfs
45## "generic" boot (put root on boot device)
46config netbsd		root on ? type ?
47
48options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
49
50
51pseudo-device	sl
52pseudo-device	ppp 2
53pseudo-device	loop
54pseudo-device	bpfilter
55pseudo-device	pty
56pseudo-device	vnd 2
57
58mainbus0	at root
59
60pcctwo0		at mainbus0
61memc*		at pcctwo? ipl 6
62clock0		at pcctwo? ipl 5
63clmpcc0		at pcctwo? ipl 4
64ie0		at pcctwo? ipl 3
65ncrsc0		at pcctwo? ipl 2
66lpt0		at pcctwo? ipl 1
67
68# VMEbus Support
69vmetwo0 	at mainbus0
70vme0 		at vmetwo0
71
72# Example VMEbus device
73#foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
74
75# SCSI Bus Support
76scsibus*	at ncrsc?
77
78sd*		at scsibus? target ? lun ?
79st*		at scsibus? target ? lun ?
80cd*		at scsibus? target ? lun ?
81