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
|
dnl $OpenBSD: hardware,v 1.6 2003/12/30 16:29:21 miod Exp $
OpenBSD/MACHINE OSREV runs on the systems built around the following
MVME boards:
- MVME187 (Single board computer with 88100 processor)
- MVME188 (HYPERmodule-based systems with up to 4 88100 processors)
Besides various Motorola complete systems (M8120, MVME187-based series
900, etc), OpenBSD/MACHINE also runs on the MVME187-based Triton Dolphin
System 100.
The minimal configuration requires 16MB of RAM and ~250M of disk space.
To install the entire system requires much more disk space, and to
compile the system, more RAM is recommended.
Supported HYPERmodules: (for MVME188 systems)
2P64 (2 88100 processors, 4 88200 CMMUs)
2P256 (2 88100 processors, 4 88204 CMMUs)
4P128 (4 88100 processors, 8 88200 CMMUs)
4P512 (4 88100 processors, 8 88204 CMMUs)
The 1P64, 1P128, 2P128 and 2P512 HYPERmodules are not
currently supported.
Supported devices:
MVME187 on-board devices:
Cirrus Logic CD2401 serial ports, tty00-tty03 (cl)
Intel 82596CA Ethernet (ie)
NCR53c710 SCSI Controller (ssh)
128KB SRAM (/dev/sram0)
8KB NVRAM (/dev/nvram0)
MVME188 on-board devices:
serial ports on SYSCON board, ttya-ttyb (dart)
2KB NVRAM (/dev/nvram0)
Additional VMEbus devices:
MVME328 High Performance SCSI Controller (vs)
MVME332XT High Performance Serial I/O Controller (vx)
MVME376 Ethernet Communications Controller (le)
|