xref: /netbsd/sys/arch/mvme68k/conf/VME172 (revision bf9ec67e)
1#	$NetBSD: VME172,v 1.13 2002/04/25 15:06:33 atatat 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
20#options 	USERCONF	# userconf(4) support
21#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
22
23file-system 	FFS
24file-system 	NFS
25file-system 	KERNFS
26file-system 	MFS
27file-system 	CD9660
28#file-system	MSDOSFS
29#file-system	UNION
30
31#options 	NFSSERVER
32#options 	FFS_EI		# FFS Endian Independant support
33
34# Networking options
35options 	INET
36#options 	GATEWAY		# IP packet forwarding
37#options 	ISO		# OSI networking
38#options 	TPIP
39#options 	EON
40#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
41
42options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
43#options 	COMPAT_15, COMPAT_14, COMPAT_13, COMPAT_12
44#options 	COMPAT_SUNOS
45#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
46#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
47
48## force NFS root and swap
49#config	netbsd		root on ? type nfs
50## "generic" boot (put root on boot device)
51config netbsd		root on ? type ?
52
53options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
54options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
55options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
56
57
58pseudo-device	sl
59pseudo-device	ppp 2
60pseudo-device	loop
61pseudo-device	bpfilter
62pseudo-device	pty
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