RAMDISK revision 1.15
1#	$NetBSD: RAMDISK,v 1.15 2002/04/02 05:30:45 lukem 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
34file-system 	CD9660
35
36# Networking options
37options 	INET
38options 	INET6		# IPV6
39
40# Enable the hooks used for initializing the ram-disk.
41options 	MEMORY_DISK_HOOKS
42options 	MEMORY_DISK_IS_ROOT
43options 	MEMORY_DISK_ROOT_SIZE=1600
44
45options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
46
47## "generic" boot (put root on boot device)
48config netbsd		root on ? type ?
49
50# Which protocol to use when booting over NFS
51options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
52options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
53options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
54
55pseudo-device	sl
56pseudo-device	ppp	1
57pseudo-device	loop
58pseudo-device	md	1
59
60mainbus0	at root
61
62# MVME147 specific devices
63pcc0		at mainbus0
64clock0		at pcc? ipl 5
65zsc*		at pcc? ipl 4
66le0		at pcc? ipl 3
67wdsc0		at pcc? ipl 2
68
69# MVME1x2 and MVME1x7 shared devices
70pcctwo0		at mainbus0
71memc*		at mainbus0
72clock0		at pcctwo? ipl 5
73ie0		at pcctwo? ipl 3
74osiop0		at pcctwo? ipl 2
75
76# MVME162/MVME172 specific devices
77zsc*		at pcctwo? ipl 4
78
79# MVME167/MVME177 specific devices
80clmpcc0		at pcctwo? ipl 4
81
82# Common front-end for MVME147 and MVME1x2 `zs' device
83zstty*		at zsc? channel ?
84
85scsibus*	at wdsc?
86scsibus*	at osiop?
87sd*		at scsibus? target ? lun ?
88st*		at scsibus? target ? lun ?
89cd*		at scsibus? target ? lun ?
90