VME147 revision 1.38
1#	$NetBSD: VME147,v 1.38 2002/01/27 13:23:21 jdolecek 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	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
17
18file-system 	FFS
19file-system 	NFS
20file-system 	KERNFS
21file-system 	MFS
22file-system 	CD9660
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
31#options 	GATEWAY		# IP packet forwarding
32#options 	ISO		# OSI networking
33#options 	TPIP
34#options 	EON
35#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
36
37options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
38options 	COMPAT_09, COMPAT_10, COMPAT_11
39options 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
40#options 	COMPAT_SUNOS
41#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
42#options 	COMPAT_LINUX	# compatibility with Linux/m68k 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	vnd 2
61pseudo-device	rnd
62
63mainbus0	at root
64
65pcc0		at mainbus0
66
67clock0		at pcc? ipl 5
68zsc*		at pcc? ipl 4
69le0		at pcc? ipl 3
70wdsc0		at pcc? ipl 2
71lpt0		at pcc? ipl 1
72
73zstty*		at zsc? channel ?
74
75vmepcc0 	at pcc?
76vme0 		at vmepcc0
77
78# Example VMEbus device
79#foo0 		at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80
80
81scsibus*	at wdsc?
82sd*		at scsibus? target ? lun ?
83st*		at scsibus? target ? lun ?
84cd*		at scsibus? target ? lun ?
85