Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.5
      1 #	$NetBSD: RAMDISK,v 1.5 1996/05/19 22:29:08 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 intvid0		at obio?	# Internal video hardware
     45 
     46 nubus0		at mainbus?
     47 
     48 ae*		at nubus?
     49 macvid*		at nubus?
     50 
     51 # Attach grf semantics to all video hardware as it is found
     52 grf*		at intvid?
     53 grf*		at macvid?
     54 
     55 ncrscsi0	at mainbus?		# SCSI NCR 5380
     56 ncr96scsi0	at mainbus?		# SCSI NCR 53C96
     57 
     58 scsibus*	at scsi?
     59 sd*	at scsibus? target ? lun ?
     60 st*	at scsibus? target ? lun ?
     61 cd*	at scsibus? target ? lun ?
     62 ch*	at scsibus? target ? lun ?
     63 
     64 pseudo-device	rd	2
     65 pseudo-device	ppp
     66 pseudo-device	sl
     67 pseudo-device	loop
     68