xref: /netbsd/sys/arch/mvme68k/conf/RAMDISK (revision bf9ec67e)
1#	$NetBSD: RAMDISK,v 1.17 2002/04/25 15:06:32 atatat 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#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
16
17# Boards this kernel supports
18options 	MVME147
19options 	MVME162
20options 	MVME167
21options 	MVME172
22options 	MVME177
23
24maxusers	2
25
26# Needed on m68040 boards to emulate some missing FP instructions
27options 	FPSP
28
29# Needed on m68060 boards
30options 	M060SP
31
32# File-system options
33file-system 	FFS
34file-system 	NFS
35file-system 	KERNFS
36file-system 	CD9660
37
38# Networking options
39options 	INET
40options 	INET6		# IPV6
41
42# Enable the hooks used for initializing the ram-disk.
43options 	MEMORY_DISK_HOOKS
44options 	MEMORY_DISK_IS_ROOT
45options 	MEMORY_DISK_ROOT_SIZE=1600
46
47#options 	USERCONF	# userconf(4) support
48options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
49
50## "generic" boot (put root on boot device)
51config netbsd		root on ? type ?
52
53# Which protocol to use when booting over NFS
54options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
55options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
56options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
57
58pseudo-device	sl
59pseudo-device	ppp	1
60pseudo-device	loop
61pseudo-device	md	1
62
63mainbus0	at root
64
65# MVME147 specific devices
66pcc0		at mainbus0
67clock0		at pcc? ipl 5
68zsc*		at pcc? ipl 4
69le0		at pcc? ipl 3
70wdsc0		at pcc? ipl 2
71
72# MVME1x2 and MVME1x7 shared devices
73pcctwo0		at mainbus0
74memc*		at mainbus0
75clock0		at pcctwo? ipl 5
76ie0		at pcctwo? ipl 3
77osiop0		at pcctwo? ipl 2
78
79# MVME162/MVME172 specific devices
80zsc*		at pcctwo? ipl 4
81
82# MVME167/MVME177 specific devices
83clmpcc0		at pcctwo? ipl 4
84
85# Common front-end for MVME147 and MVME1x2 `zs' device
86zstty*		at zsc? channel ?
87
88scsibus*	at wdsc?
89scsibus*	at osiop?
90sd*		at scsibus? target ? lun ?
91st*		at scsibus? target ? lun ?
92cd*		at scsibus? target ? lun ?
93