RAMDISK revision 1.5
1#	$NetBSD: RAMDISK,v 1.5 2000/11/25 19:18:46 scw Exp $
2
3#
4# RAMDISK: Root/swap on ramdisk
5# This kernel is used to initially bootstrap
6# a NetBSD/mvme68k installation, and install
7# the miniroot in a swap partition.
8#
9# It is not designed to be used in a production enviroment
10# due to its cut-down nature.
11#
12
13include		"arch/mvme68k/conf/std.mvme68k"
14
15# Boards this kernel supports
16options 	MVME147
17options 	MVME162
18options 	MVME167
19options 	MVME172
20options 	MVME177
21
22maxusers	2
23
24# Needed on m68040 boards to emulate some missing FP instructions
25options 	FPSP
26
27# Needed on m68060 boards
28options 	M060SP
29
30# File-system options
31file-system 	FFS
32file-system 	NFS	
33file-system 	KERNFS
34
35# Networking options
36options 	INET
37options 	INET6		# IPV6
38
39# Enable the hooks used for initializing the ram-disk.
40options 	MEMORY_DISK_HOOKS
41options 	MEMORY_DISK_IS_ROOT
42options 	MINIROOTSIZE=1024
43
44## "generic" boot (put root on boot device)
45config netbsd		root on ? type ?
46
47# Which protocol to use when booting over NFS
48options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
49
50pseudo-device	sl
51pseudo-device	ppp 2
52pseudo-device	loop
53pseudo-device	bpfilter
54pseudo-device	pty			# pseudo-terminals
55pseudo-device 	md 1
56
57mainbus0	at root
58
59# MVME147 specific devices
60pcc0		at mainbus0
61clock0		at pcc? ipl 5
62zsc*		at pcc? ipl 4
63le0		at pcc? ipl 3
64wdsc0		at pcc? ipl 2
65lpt0		at pcc? ipl 1
66
67# MVME1x2 and MVME1x7 shared devices
68pcctwo0		at mainbus0
69clock0		at pcctwo? ipl 5
70ie0		at pcctwo? ipl 3
71ncrsc0		at pcctwo? ipl 2
72
73# MVME162/MVME172 specific devices
74zsc*		at pcctwo? ipl 4
75
76# MVME167/MVME177 specific devices
77clmpcc0		at pcctwo? ipl 4
78lpt0		at pcctwo? ipl 1
79
80# Common front-end for MVME147 and MVME1x2 `zs' device
81zstty*		at zsc? channel ?
82
83scsibus*	at wdsc?
84scsibus*	at ncrsc?
85sd*		at scsibus? target ? lun ?
86st*		at scsibus? target ? lun ?
87