RAMDISK revision 1.6
1#	$NetBSD: RAMDISK,v 1.6 1996/08/05 01:52:16 scottr Exp $
2
3# RAMDISK
4# Support Root/swap on ramdisk
5#
6
7include	"std.mac68k"
8
9maxusers	2
10
11# Enable the hooks used for initializing the ram-disk
12options		RAMDISK_HOOKS
13options		MINIROOTSIZE=512	# 256K
14
15# Standard system options
16options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
17
18# Filesystem options
19options		FIFO		# POSIX fifo support (in all filesystems)
20options		DDB
21options		FFS
22options		NFSCLIENT	# Sun NFS-compatible filesystem
23options		CD9660		# ISO-9660 w/ RockRidge
24options		KERNFS		# Kernel filesystem
25
26options		SCSI
27
28# Networking options
29options		INET
30options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
31
32# Mac-specific options
33options		M68040
34options		M68030
35options		M68020		# Must have 68851 PMMU
36options		FPSP
37options		FPU_EMULATE
38options		COMPAT_09
39options		COMPAT_10
40options		MACHINE_NONCONTIG
41
42config		netbsd	root on rd0a swap on rd0b
43
44intvid0		at obio?	# Internal video hardware
45
46nubus0		at mainbus?
47
48ae*		at nubus?
49macvid*		at nubus?
50
51# Attach grf semantics to all video hardware as it is found
52grf*		at intvid?
53grf*		at macvid?
54
55# Attach ite semantics to the appropriate grf device
56ite0		at grf?
57
58ncrscsi0	at mainbus?		# SCSI NCR 5380
59ncr96scsi0	at mainbus?		# SCSI NCR 53C96
60
61scsibus*	at scsi?
62sd*	at scsibus? target ? lun ?
63st*	at scsibus? target ? lun ?
64cd*	at scsibus? target ? lun ?
65ch*	at scsibus? target ? lun ?
66
67pseudo-device	rd	2
68pseudo-device	ppp
69pseudo-device	sl
70pseudo-device	loop
71