1# $NetBSD: RAMDISK,v 1.21 2004/07/15 03:53:50 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 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 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=1800 46 47options USERCONF # userconf(4) support 48options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 49#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 50 51## "generic" boot (put root on boot device) 52config netbsd root on ? type ? 53 54# Which protocol to use when booting over NFS 55options NFS_BOOT_DHCP # Diskless client w/ dhcp 56options NFS_BOOT_BOOTP # Diskless client w/ bootp 57options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd 58 59pseudo-device sl 60pseudo-device ppp 1 61pseudo-device loop 62pseudo-device md 1 63 64mainbus0 at root 65 66# MVME147 specific devices 67pcc0 at mainbus0 68clock0 at pcc? ipl 5 69zsc* at pcc? ipl 4 70le0 at pcc? ipl 3 71wdsc0 at pcc? ipl 2 72 73# MVME1x2 and MVME1x7 shared devices 74pcctwo0 at mainbus0 75memc* at mainbus0 76clock0 at pcctwo? ipl 5 77ie0 at pcctwo? ipl 3 78osiop0 at pcctwo? ipl 2 79 80# MVME162/MVME172 specific devices 81zsc* at pcctwo? ipl 4 82 83# MVME167/MVME177 specific devices 84clmpcc0 at pcctwo? ipl 4 85 86# Common front-end for MVME147 and MVME1x2 `zs' device 87zstty* at zsc? channel ? 88 89scsibus* at wdsc? 90scsibus* at osiop? 91sd* at scsibus? target ? lun ? 92st* at scsibus? target ? lun ? 93cd* at scsibus? target ? lun ? 94