xref: /netbsd/sys/arch/mvme68k/conf/VME147 (revision bf9ec67e)
1#	$NetBSD: VME147,v 1.40 2002/04/25 15:06:32 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 lest the correct one
8options 	MVME147
9
10maxusers	4
11
12#options 	DDB
13#options 	DIAGNOSTIC, DEBUG
14
15#options 	SYSVSHM
16options 	KTRACE
17options 	COMPAT_43
18#options 	USERCONF	# userconf(4) support
19#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
20
21file-system 	FFS
22file-system 	NFS
23file-system 	KERNFS
24file-system 	MFS
25file-system 	CD9660
26#file-system	MSDOSFS
27#file-system	UNION
28
29#options 	NFSSERVER
30#options 	FFS_EI		# FFS Endian Independant support
31
32# Networking options
33options 	INET
34#options 	GATEWAY		# IP packet forwarding
35#options 	ISO		# OSI networking
36#options 	TPIP
37#options 	EON
38#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
39
40options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
41options 	COMPAT_09, COMPAT_10, COMPAT_11
42options 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
43#options 	COMPAT_SUNOS
44#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
45#options 	COMPAT_LINUX	# compatibility with Linux/m68k 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	vnd 2
64pseudo-device	rnd
65
66mainbus0	at root
67
68pcc0		at mainbus0
69
70clock0		at pcc? ipl 5
71zsc*		at pcc? ipl 4
72le0		at pcc? ipl 3
73wdsc0		at pcc? ipl 2
74lpt0		at pcc? ipl 1
75
76zstty*		at zsc? channel ?
77
78vmepcc0 	at pcc?
79vme0 		at vmepcc0
80
81# Example VMEbus device
82#foo0 		at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80
83
84scsibus*	at wdsc?
85sd*		at scsibus? target ? lun ?
86st*		at scsibus? target ? lun ?
87cd*		at scsibus? target ? lun ?
88