xref: /netbsd/sys/arch/mvme68k/conf/VME162 (revision a4186d3d)
1#	$NetBSD: VME162,v 1.16 2003/09/22 14:11:22 cl 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 	MVME162
9
10# Needed on m68040 boards to emulate some missing FP instructions
11options 	FPSP
12
13maxusers	8
14
15#options 	DDB
16#options 	DIAGNOSTIC, DEBUG
17
18#options 	SYSVSHM
19options 	KTRACE
20options 	COMPAT_43
21options 	USERCONF	# userconf(4) support
22#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
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.
49
50## force NFS root and swap
51#config	netbsd		root on ? type nfs
52## "generic" boot (put root on boot device)
53config netbsd		root on ? type ?
54
55options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
56options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
57options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
58
59
60pseudo-device	sl
61pseudo-device	ppp 2
62pseudo-device	loop
63pseudo-device	bpfilter
64pseudo-device	pty
65pseudo-device	vnd 2
66pseudo-device	rnd
67pseudo-device	clockctl		# user control of clock subsystem
68
69mainbus0	at root
70
71pcctwo0		at mainbus0
72clock0		at pcctwo? ipl 5
73zsc*		at pcctwo? ipl 4
74ie0		at pcctwo? ipl 3
75osiop0		at pcctwo? ipl 2
76
77zstty*		at zsc? channel ?
78
79# VMEbus Support
80vmetwo0 	at mainbus0
81vme0 		at vmetwo0
82
83# Example VMEbus device
84#foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
85
86# Memory Controller Support (MCECC and MEMC040)
87memc*		at mainbus0
88
89# SCSI Bus Support
90scsibus*	at osiop?
91
92sd*		at scsibus? target ? lun ?
93st*		at scsibus? target ? lun ?
94cd*		at scsibus? target ? lun ?
95