blob: 21f811f6bf81ecf6534509d159497a4090a773b2 (
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
|
# $OpenBSD: RAMDISK,v 1.2 1999/05/29 04:41:42 smurph Exp $
machine mvme88k
include "../../../conf/GENERIC"
options "M88000" # support for 88K
options MVME187 # support for 187
maxusers 32
config bsd root rd0 swap rd0
#
# devices
#
mainbus0 at root
# ------------------------------ mainbus devices ------------------------
#bugtty0 at mainbus0
#sram0 at mainbus0 addr 0xffe00000
pcctwo0 at mainbus0 addr 0xfff00000
# ------------------------------ pcctwo devices -------------------------
clock0 at pcctwo0 ipl 5
nvram0 at pcctwo0 offset 0xc0000
ie0 at pcctwo0 offset 0x46000 ipl 3
siop0 at pcctwo0 offset 0x47000 ipl 2
cl0 at pcctwo0 offset 0x45000 ipl 3
vme0 at pcctwo0 offset 0x40000
#lptwo0 at pcctwo0 offset 0x45000 ipl 1
# ------------------------------ vme0 devices --------------------------
vmes0 at vme0
vmel0 at vme0
# ------------------------------ siop0 devices -------------------------
scsibus* at siop?
# ------------------------------ scsibus0 devices ----------------------
#sd0 at scsibus? target 0 lun 0
#sd1 at scsibus? target 2 lun 0
sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
# ------------------------------ pseudo devices ------------------------
#pseudo-device vnd 2
#pseudo-device bpfilter
#pseudo-device sl # slip
option MINIROOTSIZE=8192
option RAMDISK_HOOKS
pseudo-device rd 2
|