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