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