24860398ca67a8560bca63ace52c49066fac0b10
[ikiwiki.git] / docs / supportedhardware / index.mdwn
1 DragonFly BSD runs on recent PCs supporting the i386 or amd64 (x86_64) microarchitectures.
2
3 This page only references a small part of the hardware which can potentially run with DragonFly; if a piece of hardware is not in this list this only means nobody has tested it or reported its working state.
4
5 ## System Boards and chipsets
6
7 Most desktop and server class mainboards using Intel or AMD chipsets are supported; the devices listed in this section are known to run really well with DragonFly BSD.
8
9 ### Desktop boards
10
11 * Gigabyte UD2H / UD3H series (Such as);
12 ** Gigabyte 880GM-UD2H works extremely well, less software RAID AHCI controller, which is not a real RAID controller.
13
14 ### Server boards
15
16 Atom boards
17
18 * Supermicro X7SPA-H
19
20 Xeon boards
21
22 * Supermicro X8DTH-iF
23 * Supermicro X8STi and X8STi-F
24 * Supermicro X8SAX
25 * Supermicro X9 series
26
27 Opteron boards
28
29 * Supermicro H8SGL and H8SGL-i boards
30 * Supermicro H8QG6, H8QG6-F and H8QG6+-F boards. As of 2011-04-15, there is no working driver for the included SAS adapter
31
32 ## Storage
33
34 ### SATA controllers
35
36 * Intel ICH7 and more recent chipsets
37 * AMD 700-series chipsets
38 * Silicon Image 3124/3132 chipsets
39
40 ### SATA RAID controllers
41
42 Devices supported by the arcmsr(4) driver
43
44 * Areca ARC-1200
45 * Areca ARC-1210
46
47 Devices supported by the twa(4) driver
48
49 * 3Ware 9650SE series
50
51 ### SAS RAID controllers
52
53 These controllers are able to use both SAS and SATA hard-drives.
54
55 Devices supported by the arcmsr(4) driver
56
57 * Areca ARC-1222
58 * Areca ARC-1680-ix
59 * Areca ARC-1880-i
60
61 Devices supported by the mfi(4) driver
62
63 * LSI MegaRAID SAS 8408E
64
65 Devices supported by the mps(4) driver
66
67 * LSI Logic SAS2008-based controllers such as Asus PIKE 2008
68
69 Devices supported by the twa(4) driver
70
71 * 3Ware 9690SA-4i
72
73 Devices supported by the tws(4) driver
74
75 * 3Ware 9750-4i
76
77 ## Networking
78
79 ### Gigabit ethernet adapters
80
81 Devices supported by the em(4) driver:
82
83 * Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546,
84 82546EB, 82546GB, 82547
85 * Intel 82571, 81572, 82573, and 82574
86
87 The igb(4) driver provides support for PCI Express Gigabit Ethernet adapters
88 based on the Intel 82575 and 82576 Ethernet controller chips.
89
90 The re(4) driver supports Realtek RTL8169, RTL8169S, RTL8110S, RTL8168S, RTL8111S and RTL8101E ethernet chipsets
91
92 ## Broken hardware
93
94 The products listed in this section are known to have some serious problems or not work at all with DragonFly BSD.
95
96 * Asus M2N4-SLI: USB is not working on this model
97
98 * Highpoint RocketRAID 17xx, 22xx, 23xx and 25xx RAID adapters: there is no driver for these adapters. A FreeBSD driver exists, but it uses a binary blob which causes panics. Highpoint
99 has not been cooperative in documenting their hardware so that a proper driver can be written.