Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.8
      1     #	$NetBSD: RAMDISK,v 1.8 1996/09/22 06:49:12 scottr Exp $
      2     
      3     # RAMDISK
      4     # Support Root/swap on ramdisk
      5     #
      6     
      7     include "arch/mac68k/conf/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 	COMPAT_11
     41     options 	COMPAT_12
     42     options		MACHINE_NONCONTIG
     43     
     44     config		netbsd	root on rd0a swap on rd0b
     45     
     46     intvid0		at obio?	# Internal video hardware
     47     
     48     nubus0		at mainbus?
     49     
     50     ae*		at nubus?
     51     macvid*		at nubus?
     52     
     53     # Attach grf semantics to all video hardware as it is found
     54     grf*		at intvid?
     55     grf*		at macvid?
     56     
     57     # Attach ite semantics to the appropriate grf device
     58     ite0		at grf?
     59     
     60     ncrscsi0	at obio?		# SCSI NCR 5380
     61     ncr96scsi0	at obio?		# SCSI NCR 53C96
     62     
     63     scsibus*	at scsi?
     64     sd*	at scsibus? target ? lun ?
     65     st*	at scsibus? target ? lun ?
     66     cd*	at scsibus? target ? lun ?
     67     ch*	at scsibus? target ? lun ?
     68     
     69     pseudo-device	rd	2
     70     pseudo-device	ppp
     71     pseudo-device	sl
     72     pseudo-device	loop
     73