xref: /netbsd/sys/arch/mvme68k/conf/RAMDISK (revision 6550d01e)
1#	$NetBSD: RAMDISK,v 1.28 2010/11/23 11:14:02 hannken 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 environment
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#file-system	PTYFS		# /dev/pts/N support
38options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
39
40# Networking options
41options 	INET
42options 	INET6		# IPV6
43
44# Enable the hooks used for initializing the ram-disk.
45options 	MEMORY_DISK_HOOKS
46options 	MEMORY_DISK_IS_ROOT
47options 	MEMORY_DISK_ROOT_SIZE=2100
48options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
49
50options 	USERCONF	# userconf(4) support
51options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
52#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
53
54## "generic" boot (put root on boot device)
55config netbsd		root on ? type ?
56
57# Which protocol to use when booting over NFS
58options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
59options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
60options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
61
62pseudo-device	sl
63pseudo-device	ppp
64pseudo-device	loop
65pseudo-device	md
66
67mainbus0	at root
68
69# MVME147 specific devices
70pcc0		at mainbus0
71clock0		at pcc? ipl 5
72zsc*		at pcc? ipl 4
73le0		at pcc? ipl 3
74wdsc0		at pcc? ipl 2
75
76# MVME1x2 and MVME1x7 shared devices
77pcctwo0		at mainbus0
78memc*		at mainbus0
79clock0		at pcctwo? ipl 5
80ie0		at pcctwo? ipl 3
81osiop0		at pcctwo? ipl 2
82
83# MVME162/MVME172 specific devices
84zsc*		at pcctwo? ipl 4
85
86# MVME167/MVME177 specific devices
87clmpcc0		at pcctwo? ipl 4
88
89# Common front-end for MVME147 and MVME1x2 `zs' device
90zstty*		at zsc? channel ?
91
92scsibus*	at wdsc?
93scsibus*	at osiop?
94sd*		at scsibus? target ? lun ?
95st*		at scsibus? target ? lun ?
96cd*		at scsibus? target ? lun ?
97