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