VME177 revision 1.2
1#	$NetBSD: VME177,v 1.2 2000/11/25 19:33:40 scw Exp $
2
3include		"arch/mvme68k/conf/std.mvme68k"
4
5# Boards this kernel supports; need at least one
6options 	MVME177
7
8options 	M060SP
9
10maxusers	8
11
12#options 	DDB
13#options 	DIAGNOSTIC, DEBUG
14
15#options 	SYSVSHM
16options 	KTRACE
17options 	COMPAT_43
18
19file-system 	FFS
20file-system 	NFS	
21file-system 	KERNFS
22file-system 	MFS
23file-system 	CD9660
24#file-system	MSDOSFS
25#file-system	UNION
26
27#options 	NFSSERVER
28#options 	FFS_EI		# FFS Endian Independant support
29
30# Networking options
31options 	INET
32#options 	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
38#options 	COMPAT_14, 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
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 ?
78cd*		at scsibus? target ? lun ?
79