blob: 528fb62008ab929ec85520e15abb883d2526a4e4 (
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
OpenBSD/MACHINE OSREV runs on the following classes of machines:
- MVME147 - Motorola with 68030 and 68881
- MVME162 - Motorola with 68040
- MVME167 - Motorola with 68040
- MVME177 - Motorola with 68060
The minimal configuration requires 4M of RAM and ~60M of disk space.
To install the entire system requires much more disk space, and to
compile the system, more RAM is recommended (OpenBSD with 4M of
RAM feels like Solaris with 4M of RAM). Note that until you have
around 16M of RAM, getting more RAM is more important than getting a
faster CPU).
Supported devices {:-include-:}:
MVME147:
serial ports:
on-board ttya and ttyb
ethernet:
on-board AMD 7990 Lance ethernet ("le0")
SCSI:
on-board
parallel:
a driver exists, but it is not integrated.
MVME162:
serial ports:
on-board tty00-03 - Zilog Z85230 SCC
ethernet:
on-board Intel 82596CA ethernet ("ie0")
SCSI:
on-board SCSI controller NCR53c710
VME:
drivers for short I/O access
Flash:
1 MB flash, either Intel 28F008SA or 28F020
driver is available, but doesn't work
Jumper GPIO3 selects Flash memory map and must
be installed for booting with the Flash driver (default)
SRAM:
supported
VMEbus:
untested
IP:
untested
MVME167:
serial:
on-board tty00 - tty03 - Cirrus Logic CD2401
ethernet:
on-board Intel 82596CA ethernet ("ie0")
SCSI:
on-board SCSI controller NCR53c710
parallel:
Not supported
SRAM:
supported
VMEbus:
supported
MVME177:
serial:
on-board tty00 - tty03 - Cirrus Logic CD2401
ethernet:
on-board Intel 82596CA ethernet ("ie0")
SCSI:
on-board SCSI controller NCR53c710
parallel:
Not supported
SRAM:
supported
VMEbus:
supported
Additional VMEbus devices {:-include-:}:
MVME328 SCSI controller ("vs")
MVME376 VME bus ethernet ("le*")
|