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
|
dnl $OpenBSD: hardware,v 1.8 2009/10/10 19:20:28 miod Exp $
OpenBSD/MACHINE OSREV runs on the following machines:
IP27 class machines:
Origin 200, Onyx 2
Origin 2000
IP30 class machines:
Octane
Octane 2
IP32 class machines:
O2
O2+
(both R50000/RM52xx/RM70000 and R10000/R12000 configurations
are supported)
IP35 class machines:
Origin 300, Origin 3000, Onyx 300
Origin 350, Onyx 350, Onyx 4
Fuel
Tezro
Supported devices {:-include-:}:
- Ethernet Adapters
built-in O2 Mace Ethernet Controller (mec)
Broadcom BCM570x (a.k.a. Tigon3) based PCI adapters (bge) including:
3Com 3c996-SX
3Com 3c996B-T
HP ProLiant NC7770 PCI-X Gigabit NIC
Netgear GA302T
SysKonnect SK-9D21
SysKonnect SK-9D41
Intel/DEC 21443 "Tulip" clones (dc)
3Com EtherLink III and Fast EtherLink III Ethernet (ep)
Intel i8255x-based (fxp) including:
Intel EtherExpress PRO/10+
Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
Intel EtherExpress PRO/100+ "Management Adapter"
Intel EtherExpress PRO/100 Dual Port
Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
Myson Technology MTD8xx 3-in-1 Fast Ethernet (mtd)
NE2000 compatible PCI Ethernet (ne)
Alteon Tigon I and II Gigabit Ethernet (ti)
Via Rhine based Ethernet (vr)
3Com EtherLink XL and Fast EtherLink XL (xl)
- SCSI Host Adapters
O2 built-in Adaptec AIC-7880 (ahc)
IP27/IP30/IP32/IP35 built-in QLogic ISP (isp)
LSI Logic Fusion-MPT Message Passing Interface (mpi)
53C8xx-based SCSI (siop)
- RS-232 devices
on-board NS16550 compatible serial ports (com)
- Universal Serial Bus (USB) Controllers and Devices
USB Universal Host Controller (uhci)
USB Open Host Controller (ohci)
USB Ethernet adapters (aue, others untested)
USB Generic Human Interface Devices (catch-all) (uhid)
USB Hubs (uhub)
USB Keyboards (ukbd)
USB Mice (ums)
USB Mass Storage devices, i.e., USB floppy drives and USB
memory stick controllers (umass)
USB Modems (umodem)
USB Printers (ulpt)
- Audio Devices
O2 Moosehead A/V Board audio (mavb)
- Video Devices
O2 built-in Graphics Back End framebuffer (gbe)
- Input Devices
O2 built-in PS/2 Controller (mkbc)
PS/2 mice (pms)
PS/2 keyboards (pckbd)
USB keyboard and mice (already listed above)
- Miscellaneous Devices
``soft'' power button as available on SGI O2 (power)
If your hardware is not listed above, there is currently no support for it
in this release.
|