xref: /netbsd-src/sys/arch/mvme68k/conf/VME177 (revision 95772a88621e2d1e9638cf764a5d91d4d5e94495)
1#	$NetBSD: VME177,v 1.36 2017/09/14 07:58:42 mrg Exp $
2
3include 	"arch/mvme68k/conf/std.mvme68k"
4
5#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
6
7makeoptions	COPTS="-O2 -fno-reorder-blocks"	# see share/mk/sys.mk
8
9# Boards this kernel supports; need at least one
10options 	MVME177
11
12options 	M060SP
13
14maxusers	8
15
16#options 	DDB
17#options 	DIAGNOSTIC, DEBUG
18
19#options 	SYSVSHM
20options 	KTRACE
21options 	USERCONF	# userconf(4) support
22#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
23#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
24
25file-system 	FFS
26file-system 	NFS
27file-system 	KERNFS
28file-system 	MFS
29file-system 	CD9660
30file-system	NULLFS
31#file-system	MSDOSFS
32#file-system	UNION
33file-system	TMPFS
34#file-system	PTYFS		# /dev/pts/N support
35
36#options 	NFSSERVER
37#options 	FFS_EI		# FFS Endian Independent support
38options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
39
40# Networking options
41options 	INET
42#options 	GATEWAY		# IP packet forwarding
43#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
44
45options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
46include 	"conf/compat_netbsd30.config"
47#options 	COMPAT_SUNOS
48#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
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
62pseudo-device	loop
63pseudo-device	bpfilter
64pseudo-device	ksyms
65pseudo-device	pty
66pseudo-device	clockctl		# user control of clock subsystem
67#pseudo-device	fss			# file system snapshot device
68
69mainbus0	at root
70
71pcctwo0		at mainbus0
72clock0		at pcctwo? ipl 5
73clmpcc0		at pcctwo? ipl 4
74ie0		at pcctwo? ipl 3
75osiop0		at pcctwo? ipl 2
76lpt0		at pcctwo? ipl 1
77
78# VMEbus Support
79vmetwo0 	at mainbus0
80vme0 		at vmetwo0
81
82# Example VMEbus device
83#foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
84
85# Memory Controller Support (MCECC and MEMC040)
86memc*		at mainbus0
87
88# SCSI Bus Support
89scsibus*	at osiop?
90
91sd*		at scsibus? target ? lun ?
92st*		at scsibus? target ? lun ?
93cd*		at scsibus? target ? lun ?
94