xref: /netbsd-src/sys/arch/mvme68k/conf/VME147 (revision f3ec8521a0a46c333da39ec6853e9d31ff4b5525)
1#	$NetBSD: VME147,v 1.62 2021/01/21 06:51:55 nia 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 lest the correct one
10options 	MVME147
11
12maxusers	4
13
14#options 	DDB
15#options 	DIAGNOSTIC, DEBUG
16
17#options 	SYSVSHM
18options 	KTRACE
19options 	USERCONF	# userconf(4) support
20#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
21#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
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#file-system	PTYFS		# /dev/pts/N support
31
32#options 	NFSSERVER
33#options 	FFS_EI		# FFS Endian Independent support
34options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
35
36# Networking options
37options 	INET
38#options 	GATEWAY		# IP packet forwarding
39#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
40
41options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
42include 	"conf/compat_netbsd09.config"
43#options 	COMPAT_SUNOS
44#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
45#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
46#options 	COMPAT_OSSAUDIO	# compatibility with Linux/m68k binaries
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
60pseudo-device	loop
61pseudo-device	bpfilter
62pseudo-device	pty
63pseudo-device	vnd
64#pseudo-device	fss			# file system snapshot device
65pseudo-device	clockctl		# user control of clock subsystem
66
67mainbus0	at root
68
69pcc0		at mainbus0
70
71clock0		at pcc? ipl 5
72zsc*		at pcc? ipl 4
73le0		at pcc? ipl 3
74wdsc0		at pcc? ipl 2
75lpt0		at pcc? ipl 1
76
77zstty*		at zsc? channel ?
78
79vmepcc0 	at pcc?
80vme0 		at vmepcc0
81
82# Example VMEbus device
83#foo0 		at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80
84
85scsibus*	at wdsc?
86sd*		at scsibus? target ? lun ?
87st*		at scsibus? target ? lun ?
88cd*		at scsibus? target ? lun ?
89