VME162 revision 1.12
1#	$NetBSD: VME162,v 1.12 2002/04/12 08:11:09 gmcgarry Exp $
2
3include		"arch/mvme68k/conf/std.mvme68k"
4
5# Boards this kernel supports; need at least one
6options 	MVME162
7
8# Needed on m68040 boards to emulate some missing FP instructions
9options 	FPSP
10
11maxusers	8
12
13#options 	DDB
14#options 	DIAGNOSTIC, DEBUG
15
16#options 	SYSVSHM
17options 	KTRACE
18options 	COMPAT_43
19#options 	USERCONF	# userconf(4) support
20#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
21
22file-system 	FFS
23file-system 	NFS
24file-system 	KERNFS
25file-system 	MFS
26file-system 	CD9660
27#file-system	MSDOSFS
28#file-system	UNION
29
30#options 	NFSSERVER
31#options 	FFS_EI		# FFS Endian Independant support
32
33# Networking options
34options 	INET
35#options 	GATEWAY		# IP packet forwarding
36#options 	ISO		# OSI networking
37#options 	TPIP
38#options 	EON
39#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
40
41options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
42#options 	COMPAT_14, COMPAT_13, COMPAT_12
43#options 	COMPAT_SUNOS
44#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
45#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
46
47## force NFS root and swap
48#config	netbsd		root on ? type nfs
49## "generic" boot (put root on boot device)
50config netbsd		root on ? type ?
51
52options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
53options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
54options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
55
56
57pseudo-device	sl
58pseudo-device	ppp 2
59pseudo-device	loop
60pseudo-device	bpfilter
61pseudo-device	pty
62pseudo-device	vnd 2
63pseudo-device	rnd
64
65mainbus0	at root
66
67pcctwo0		at mainbus0
68clock0		at pcctwo? ipl 5
69zsc*		at pcctwo? ipl 4
70ie0		at pcctwo? ipl 3
71osiop0		at pcctwo? ipl 2
72
73zstty*		at zsc? channel ?
74
75# VMEbus Support
76vmetwo0 	at mainbus0
77vme0 		at vmetwo0
78
79# Example VMEbus device
80#foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
81
82# Memory Controller Support (MCECC and MEMC040)
83memc*		at mainbus0
84
85# SCSI Bus Support
86scsibus*	at osiop?
87
88sd*		at scsibus? target ? lun ?
89st*		at scsibus? target ? lun ?
90cd*		at scsibus? target ? lun ?
91