Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.1
      1 #	$NetBSD: RAMDISK,v 1.1 1995/11/21 05:02:02 briggs Exp $
      2 
      3 # RAMDISK
      4 # Support Root/swap on ramdisk
      5 #
      6 
      7 include	"std.mac68k"
      8 
      9 maxusers	2
     10 
     11 # Enable the hooks used for initializing the ram-disk
     12 options		RAMDISK_HOOKS
     13 options		MINIROOTSIZE=512	# 256K
     14 
     15 # Standard system options
     16 options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
     17 
     18 # Filesystem options
     19 options		FIFO		# POSIX fifo support (in all filesystems)
     20 options		DDB
     21 options		FFS
     22 options		NFSCLIENT	# Sun NFS-compatible filesystem
     23 options		CD9660		# ISO-9660 w/ RockRidge
     24 options		KERNFS		# Kernel filesystem
     25 
     26 options		SCSI
     27 
     28 # Networking options
     29 options		INET
     30 options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     31 
     32 # Mac-specific options
     33 options		M68040
     34 options		M68030		# Includes the 020+851
     35 options		FPSP
     36 options		FPU_EMULATE
     37 options		COMPAT_09
     38 options		COMPAT_10
     39 options		MACHINE_NONCONTIG
     40 
     41 config		netbsd	root on rd0a swap on rd0b
     42 
     43 rd0 at mainbus?
     44 
     45 ae*	at nubus0	slot -1   id ?   claimed 0
     46 
     47 ncrscsi0	at mainbus?		# SCSI NCR 5380
     48 ncr96scsi0	at mainbus?		# SCSI NCR 53C96
     49 
     50 scsibus*	at scsi?
     51 sd*	at scsibus? target ? lun ?
     52 st*	at scsibus? target ? lun ?
     53 cd*	at scsibus? target ? lun ?
     54 ch*	at scsibus? target ? lun ?
     55 
     56 pseudo-device	ppp
     57 pseudo-device	sl
     58 pseudo-device	loop
     59