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