VME147 revision 1.39
1#	$NetBSD: VME147,v 1.39 2002/04/12 08:11:09 gmcgarry Exp $
2
3include		"arch/mvme68k/conf/std.mvme68k"
4
5# Boards this kernel supports; need at lest the correct one
6options 	MVME147
7
8maxusers	4
9
10#options 	DDB
11#options 	DIAGNOSTIC, DEBUG
12
13#options 	SYSVSHM
14options 	KTRACE
15options 	COMPAT_43
16#options 	USERCONF	# userconf(4) support
17#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
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 	GATEWAY		# IP packet forwarding
33#options 	ISO		# OSI networking
34#options 	TPIP
35#options 	EON
36#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
37
38options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
39options 	COMPAT_09, COMPAT_10, COMPAT_11
40options 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
41#options 	COMPAT_SUNOS
42#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
43#options 	COMPAT_LINUX	# compatibility with Linux/m68k 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	vnd 2
62pseudo-device	rnd
63
64mainbus0	at root
65
66pcc0		at mainbus0
67
68clock0		at pcc? ipl 5
69zsc*		at pcc? ipl 4
70le0		at pcc? ipl 3
71wdsc0		at pcc? ipl 2
72lpt0		at pcc? ipl 1
73
74zstty*		at zsc? channel ?
75
76vmepcc0 	at pcc?
77vme0 		at vmepcc0
78
79# Example VMEbus device
80#foo0 		at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80
81
82scsibus*	at wdsc?
83sd*		at scsibus? target ? lun ?
84st*		at scsibus? target ? lun ?
85cd*		at scsibus? target ? lun ?
86