VME177 revision 1.12
1#	$NetBSD: VME177,v 1.12 2002/04/12 08:11:10 gmcgarry 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#options 	USERCONF	# userconf(4) support
19#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
20
21file-system 	FFS
22file-system 	NFS
23file-system 	KERNFS
24file-system 	MFS
25file-system 	CD9660
26#file-system	MSDOSFS
27#file-system	UNION
28
29#options 	NFSSERVER
30#options 	FFS_EI		# FFS Endian Independant support
31
32# Networking options
33options 	INET
34#options 	GATEWAY		# IP packet forwarding
35#options 	ISO		# OSI networking
36#options 	TPIP
37#options 	EON
38#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
39
40options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
41#options 	COMPAT_14, COMPAT_13, COMPAT_12
42#options 	COMPAT_SUNOS
43#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
44#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
45
46## force NFS root and swap
47#config	netbsd		root on ? type nfs
48## "generic" boot (put root on boot device)
49config netbsd		root on ? type ?
50
51options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
52options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
53options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
54
55
56pseudo-device	sl
57pseudo-device	ppp 2
58pseudo-device	loop
59pseudo-device	bpfilter
60pseudo-device	pty
61pseudo-device	rnd
62
63mainbus0	at root
64
65pcctwo0		at mainbus0
66clock0		at pcctwo? ipl 5
67clmpcc0		at pcctwo? ipl 4
68ie0		at pcctwo? ipl 3
69osiop0		at pcctwo? ipl 2
70lpt0		at pcctwo? ipl 1
71
72# VMEbus Support
73vmetwo0 	at mainbus0
74vme0 		at vmetwo0
75
76# Example VMEbus device
77#foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
78
79# Memory Controller Support (MCECC and MEMC040)
80memc*		at mainbus0
81
82# SCSI Bus Support
83scsibus*	at osiop?
84
85sd*		at scsibus? target ? lun ?
86st*		at scsibus? target ? lun ?
87cd*		at scsibus? target ? lun ?
88