xref: /openbsd/sys/arch/luna88k/conf/RAMDISK (revision 3bef86f7)
1#	$OpenBSD: RAMDISK,v 1.16 2022/08/23 13:18:59 aoyama Exp $
2
3machine		luna88k m88k
4maxusers	4
5
6option		SMALL_KERNEL
7option		NO_PROPOLICE
8option		BOOT_CONFIG
9
10option		MINIROOTSIZE=4096
11option		RAMDISK_HOOKS
12
13option		SCSITERSE
14
15option		FFS
16option		FFS2
17option		NFSCLIENT
18option		INET6
19
20config		bsd root rd0a swap on rd0b
21
22option		M88100		# 88100 support; mandatory
23option		MAX_CPUS=4	# may have up to 4 processors
24option		ERRATA__XXX_USR
25
26mainbus0	at root
27clock0		at mainbus0
28le0		at mainbus0
29sio0		at mainbus0
30siotty0		at sio0
31ws0		at sio0
32fb0		at mainbus0
33spc0		at mainbus0
34spc1		at mainbus0
35
36wsdisplay*	at fb?
37wskbd*		at ws?
38
39scsibus*	at scsi?
40sd*		at scsibus?			# SCSI disks
41st*		at scsibus?			# SCSI tapes
42cd*		at scsibus?			# SCSI CD-ROM
43
44pseudo-device	loop 1
45pseudo-device	bpfilter 1
46pseudo-device	rd 1
47