RAMDISK revision 1.7
1#	$NetBSD: RAMDISK,v 1.7 1996/08/26 23:40:31 mrg 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 	COMPAT_11
41options 	COMPAT_12
42options		MACHINE_NONCONTIG
43
44config		netbsd	root on rd0a swap on rd0b
45
46intvid0		at obio?	# Internal video hardware
47
48nubus0		at mainbus?
49
50ae*		at nubus?
51macvid*		at nubus?
52
53# Attach grf semantics to all video hardware as it is found
54grf*		at intvid?
55grf*		at macvid?
56
57# Attach ite semantics to the appropriate grf device
58ite0		at grf?
59
60ncrscsi0	at mainbus?		# SCSI NCR 5380
61ncr96scsi0	at mainbus?		# SCSI NCR 53C96
62
63scsibus*	at scsi?
64sd*	at scsibus? target ? lun ?
65st*	at scsibus? target ? lun ?
66cd*	at scsibus? target ? lun ?
67ch*	at scsibus? target ? lun ?
68
69pseudo-device	rd	2
70pseudo-device	ppp
71pseudo-device	sl
72pseudo-device	loop
73