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
|
dnl $OpenBSD: hardware,v 1.21 2002/04/07 22:21:02 miod Exp $
OpenBSD/MACHINE OSREV runs on any amiga that has a 68020, 68030, 68040 or
68060 CPU with some form of FPU and MMU. It should also run on
MacroSystem's DraCo computer.
6MB of RAM should be sufficient to boot and a minimal system can probably
be squeezed onto a 100MB partition by installing just the minimum sets.
To actually do much compiling or anything more interesting than
booting, more RAM and disk space is highly recommended. About 250MB will be
necessary to install all of the OpenBSD OSREV binary distribution (note that
this does not count swap space!). Much more disk space is required to
install the source and objects as well (about another 600MB).
An AmigaDOS partition is also required to install OpenBSD/MACHINE OSREV and
boot it, see below.
Supported devices {:-include-:}:
A4000/A1200 IDE controller.
ISA IDE & ATAPI with a supported ISA bridge.
[Note: With single ATAPI device IDE busses, the
ATAPI device should be set to SLAVE.]
SCSI host adapters:
33c93 based boards: A2091, A3000 and GVP series II.
53c80 based boards: 12 Gauge, IVS, Emplant and
Wordsync/Bytesync.
53c710 based boards: A4091, Magnum, Warp Engine, Zeus
and DraCo.
FAS216 based boards: FastLane Z3, Blizzard.
Video controllers:
ECS, AGA and A2024 built in on various amigas
Retina Z2 and Retina Z3.
Picasso II.
GVP Spectrum.
Piccolo.
A2410.
Cybervision 64. (Not Cybervision 64/3D)
oMnibus.
Domino.
Merlin.
Ethernet controllers:
A2065.
Hydra.
ASDG.
A4066.
Ariadne (currently broken).
AriadneII.
Quicknet.
Via a supported ISA bridge:
NE[12]000, SMC/WD 8003/8013/8216 and 3COM 3c503.
Arcnet controllers:
A2060.
Tape drives:
Most SCSI tape drives.
CD-ROM drives:
Most SCSI CD-ROM drives.
Serial ports:
Amiga serial port.
DraCo serial port.
MultiFaceCard II and III.
A2232.
PC COM ports attached to a supported ISA bridge.
Parallel ports:
Amiga parallel port.
PC LPT ports attached to a supported ISA bridge.
ISA bridges:
The GoldenGate Bus+ (aka GG2).
The CrossLink.
Amiga floppy drives.
Amiga mouse.
Amiga joystick.
If it's not on this list, there is no support for it in this release.
|