VME147 revision 1.31
1#	$NetBSD: VME147,v 1.31 2000/12/07 08:40:06 scw 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
17file-system 	FFS
18file-system 	NFS	
19file-system 	KERNFS
20file-system 	MFS
21file-system 	CD9660
22#file-system	MSDOSFS
23#file-system	UNION
24
25#options 	NFSSERVER
26#options 	FFS_EI		# FFS Endian Independant support
27
28# Networking options
29options 	INET
30#options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
31#options        GATEWAY         # IP packet forwarding
32#options        ISO             # OSI networking
33#options        TPIP
34#options        EON
35
36options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
37options 	COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
38options 	COMPAT_SUNOS
39#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
40#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
41#options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
42
43## force NFS root and swap
44#config	netbsd		root on ? type nfs
45## "generic" boot (put root on boot device)
46config netbsd		root on ? type ?
47
48options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
49
50
51pseudo-device	sl
52pseudo-device	ppp 2
53pseudo-device	loop
54pseudo-device	bpfilter
55pseudo-device	pty
56pseudo-device	vnd 2
57
58mainbus0	at root
59
60pcc0		at mainbus0
61
62clock0		at pcc? ipl 5
63zsc*		at pcc? ipl 4
64le0		at pcc? ipl 3
65wdsc0		at pcc? ipl 2
66lpt0		at pcc? ipl 1
67
68zstty*		at zsc? channel ?
69
70vmepcc0 	at pcc?
71vme0 		at vmepcc0
72
73# Example VMEbus device
74#foo0 		at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80
75
76scsibus*	at wdsc?
77sd*		at scsibus? target ? lun ?
78st*		at scsibus? target ? lun ?
79cd*		at scsibus? target ? lun ?
80