Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.2
      1     #	$NetBSD: RAMDISK,v 1.2 1996/03/12 21:06:25 scottr 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
     35     options		M68020		# Must have 68851 PMMU
     36     options		FPSP
     37     options		FPU_EMULATE
     38     options		COMPAT_09
     39     options		COMPAT_10
     40     options		MACHINE_NONCONTIG
     41     
     42     config		netbsd	root on rd0a swap on rd0b
     43     
     44     rd0 at mainbus?
     45     
     46     ae*	at nubus0	slot -1   id ?   claimed 0
     47     
     48     ncrscsi0	at mainbus?		# SCSI NCR 5380
     49     ncr96scsi0	at mainbus?		# SCSI NCR 53C96
     50     
     51     scsibus*	at scsi?
     52     sd*	at scsibus? target ? lun ?
     53     st*	at scsibus? target ? lun ?
     54     cd*	at scsibus? target ? lun ?
     55     ch*	at scsibus? target ? lun ?
     56     
     57     pseudo-device	ppp
     58     pseudo-device	sl
     59     pseudo-device	loop
     60