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
|
dnl $OpenBSD: hardware,v 1.23 2005/02/16 01:30:48 martin Exp $
OpenBSD/MACHINE OSREV runs on several of the older Macintosh computers.
8MB of RAM should be sufficient to boot and a minimal system can probably
be squeezed onto a 120MB 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!).
A Mac OS partition is also required to install OpenBSD/MACHINE OSREV and boot it,
see below.
OpenBSD/MACHINE OSREV now runs on most 680x0 Macintosh's. Specifically, it
should work on:
68020 with 68851 PMMU and 68881 FPU
68030 with 68882 FPU (many Macs do not have this)
68040 (not including the 68LC040)
The following Macintosh models are "fully" supported. This means that at
least the SCSI controller, ADB (keyboard and mouse), and some sort of
display will function on these models. On some of these machines, a PMMU
and/or FPU are required if they are not provided by default with the
machine.
Mac II, Mac IIx, Mac IIcx, Mac IIci, Mac SE/30,
Mac IIsi, Mac IIvx, Mac IIvi, Performa 600, Centris 650,
Color Classic, Classic II, LC520, LC550, Performa 4xx, LCII,
LCIII, MacTV, Quadra 610, Quadra 700, Quadra 650, Quadra 800,
Quadra 840AV, some Duo Series,
PowerBook 180 and 180c, PB140, PB145, PB145B, PB160, PB170, PB165,
PB165c
Supported devices on all of the above systems {:-include-:}:
Internal SCSI bus (esp, ncrscsi, sbc) and most SCSI tapes, hard drives,
and CD-ROM drives
Internal sound -- enough to beep on some machines, anyway (asc)
Most NuBus video cards (there have been some
problems with some 24-bit color cards)
Both internal serial ports (zsc)
ADB keyboards and mice (adb)
Ethernet cards based on the Natl. Semiconductor 8390
(Asante, Apple, and a few others) (ae)
Some Ethernet cards based on the SONIC chip including internal
Ethernet on Apple Quadras/Centrises and PowerBook 500 series (sn)
Some systems will boot and are usable from an external terminal
(serial tty or SL/IP):
LC475, Performa 475, Quadra 605, Quadra 950
Possibly others
Some systems are reportedly almost supported:
LC/Performa575 (if 68LC040 replaced with a 68040)
LC/Performa630 (if 68LC040 replaced with a 68040, and booted from an
external SCSI drive)
PowerBook 550c (but the internal SCSI drive is not supported yet)
What isn't supported, but often asked about:
PowerPC-based Macs. Newer Mac PPC systems are supported by the
OpenBSD/macppc port.
dnl XXX I think IIfx work now...
Machines based on Apple's IOP technology including the Mac IIfx.
Machines based on the 68LC040 processor. Unfortunately, the chip
itself contains a major bug for which no workaround is available
in OpenBSD.
LCPDS Ethernet cards.
Apple Communication Slot (CS) Ethernet cards.
Floppy drive.
|