summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/conf/RAMDISK
blob: 1ebaa6f683289e5fe5d0b509ab94ff5b71d5b046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#	$OpenBSD: RAMDISK,v 1.2 2014/10/10 05:43:35 deraadt Exp $

machine		aviion m88k
maxusers	4

option		TIMEZONE=0
option		DST=0
option		SMALL_KERNEL
option		NO_PROPOLICE
option		BOOT_CONFIG

option		MINIROOTSIZE=4096
option		RAMDISK_HOOKS

option		FFS
option		NFSCLIENT
option		CD9660
option		INET
option		INET6

option		M88100
#option		M88110
option		AV400		# 100, 200, 300, 400, 3000, 4000, 4300
option		AV530		# 4600, 530
#option		AV5000		# 5000, 6000
#option		AV6280		# 6280, 8000-8
option		ERRATA__XXX_USR	# processor xxx.usr bug (mask C82N)

config		bsd root on rd0a swap on rd0b

mainbus0	at root
syscon0		at mainbus0 addr 0xfff00000
nvram0		at syscon? offset 0x80000
dart0		at syscon? offset 0x82000		# serial ports
vme0		at syscon? offset 0x85000		# VME bridge

dart1		at syscon? offset 0x82c00
oaic0		at syscon? offset 0x8a000
le0		at syscon? offset 0x8c000		# on-board ethernet

dart1		at syscon? offset 0x82040
oosiop0		at syscon? offset 0xb0000
oosiop1		at syscon? offset 0xb0080
le0		at syscon? offset 0xb0100
le1		at syscon? offset 0xb0140

le*		at vme? a32 0x00900000 a16 0x4000 ipl 3	# artwork X0A factory settings
le*		at vme? a32 0x55540000 a16 0x8600 ipl 3	# artwork X0B factory settings
le*		at vme? a32 0x55900000 a16 0x4000 ipl 3
le*		at vme? a32 0x55980000 a16 0x5000 ipl 3

scsibus*	at scsi?
sd*		at scsibus?
st*		at scsibus?
cd*		at scsibus?

pseudo-device	bpfilter 1
pseudo-device	loop 1
pseudo-device	rd 1