[BACK]Return to want.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/want.html, Revision 1.1033

1.228     jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.653     kevlo       2: <html>
                      3: <head>
1.20      mickey      4: <title>OpenBSD: Hardware Wanted</title>
1.653     kevlo       5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.915     mpi         6: <meta name="copyright" content="This document copyright 1996-2014 by OpenBSD.">
1.976     tb          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.990     tb          9: <link rel="canonical" href="https://www.openbsd.org/want.html">
1.653     kevlo      10: </head>
1.1       deraadt    11:
1.653     kevlo      12: <body bgcolor="#ffffff" text="#000000" link="#23238E">
                     13:
1.976     tb         14:
                     15: <h2>
                     16: <a href="index.html">
                     17: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">Hardware Wanted</font>
                     19: </h2>
                     20: <hr>
1.1       deraadt    21: <p>
                     22:
1.325     deraadt    23: The following list outlines hardware that the OpenBSD project could use.
                     24: There are a number of reasons why developers need hardware, and it is important
                     25: to first of all realize these reasons:
1.995     tj         26:
1.325     deraadt    27: <ul>
                     28: <li>To support a specific device, normally one which is more rare or new.
1.831     miod       29: <li>To be part of their development environment.
1.653     kevlo      30: <li>Some types of machines may be different in some way
1.741     sobrado    31:     (i.e. big-endian or unsigned-char) and ensure that developers
1.325     deraadt    32:     write code more carefully.
1.831     miod       33: <li>That said, space or power may be at a premium for some people.
1.653     kevlo      34: </ul>
1.1       deraadt    35:
1.78      deraadt    36: If you do not own these devices, but want to help us, we recommend you
1.653     kevlo      37: search on <a href="http://www.ebay.com">eBay</a> for the devices.  If
1.78      deraadt    38: you do the bidding and then get the device shipped to us, it really
1.325     deraadt    39: helps us.  It is better if developers develop, and skip the bidding process,
1.653     kevlo      40: since any time saved can be spent on improving OpenBSD instead.<p>
1.258     david      41:
1.325     deraadt    42: If it is clear which specific developer should be contacted, please do
                     43: so directly.  Otherwise contact <a href="mailto:deraadt@openbsd.org">Theo de Raadt</a>
1.653     kevlo      44: who will pass on the message to whichever developers are in need.<p>
1.22      deraadt    45:
1.325     deraadt    46: Please be very clear as to where you are located!!  For larger items this
                     47: can be very important.
1.1       deraadt    48:
1.653     kevlo      49: <hr>
1.22      deraadt    50:
1.995     tj         51: <h3><font color="#e00000">General device requirements</font></h3>
                     52:
1.325     deraadt    53: We try to spread these types of devices around our development community.
1.995     tj         54:
1.313     jsg        55: <ul>
1.1031    deraadt    56: <li>Laptops.  These die often enough that as a group our needier
                     57:     developers need help replacing about 2-3 per year.
1.653     kevlo      58: <li>Apple Mac powerpc equipment.
1.670     deraadt    59: <li>HP J6750 machines (J6700 is the second best choice).
1.912     deraadt    60: <li>Faster &amp; smaller sparc64 machines, for instance 1U rack mount
                     61:     machines.  It is important to spread sparc64 around the development
1.913     sthen      62:     community, since it is the most strict platform for detecting non-portable
1.912     deraadt    63:     or buggy code.
1.653     kevlo      64: <li>Any amd64 or faster i386 hardware which comes available.
                     65: <li>We generally do not need older and "very common" ISA/PCI equipment, since
1.325     deraadt    66:     our developers will generally have gotten their hands on these in the
                     67:     past.
1.653     kevlo      68: </ul>
1.961     dlg        69:
1.653     kevlo      70: <h3><font color="#e00000">10Gb Ethernet Support</font></h3>
1.995     tj         71:
1.1008    mikeb      72: David Gwynne (in Australia), and Claudio Jeker (in Switzerland) are working
                     73: on support for 10 Gigabit Ethernet devices. These developers would like the
                     74: following hardware to help development:
1.995     tj         75:
1.518     dlg        76: <ul>
1.844     mikeb      77:   <li>10GbaseSR SFP+ modules for use in 10Gb network cards
1.653     kevlo      78:   <li>Switches with 10Gb modules for hacking
1.844     mikeb      79:   <li>Direct Attach (SFP+) and CX4 cabling
1.727     jsg        80:   <li>optical cabling with LC connectors (for 10GbaseSR and 10GbaseLR)
1.844     mikeb      81:   <li>Broadcom, Emulex (ServerEngines) and QLogic 10Gb NICs for driver
                     82:       development
1.653     kevlo      83: </ul>
1.995     tj         84:
1.1008    mikeb      85: Contact dlg@openbsd.org, and claudio@openbsd.org.
1.518     dlg        86:
1.741     sobrado    87: <h3><font color="#e00000">Specific platform requests by our developers</font></h3>
1.995     tj         88:
1.737     jasper     89: <ul>
                     90: <!--
                     91:        Please (un)comment the relevant platform for your request.
                     92: -->
                     93:
1.831     miod       94: <!-- <li><i>alpha:</i> -->
1.943     jca        95: <!-- <li><i>amd64:</i> -->
1.1021    jca        96: <!-- <li><i>arm64:</i> -->
1.896     jasper     97: <!-- <li><i>armv7:</i> -->
1.737     jasper     98: <!-- <li><i>landisk:</i> -->
1.1022    juanfra    99: <!-- <li><i>loongson:</i> -->
1.737     jasper    100: <!-- <li><i>luna88k:</i> -->
1.970     jasper    101: <!-- <li><i>macppc:</i> -->
1.1026    jasper    102: <!-- <li><i>octeon:</i> -->
1.840     miod      103: <!-- <li><i>sgi:</i> -->
1.888     ratchov   104: <!-- <li><i>Miscellaneous:</i> -->
1.1026    jasper    105: Nothing at the moment.
1.899     miod      106: </ul>
1.737     jasper    107:
1.996     juanfra   108: <!-- <h3><font color="#e00000">Specific cards needed by our developers</font></h3> -->
1.737     jasper    109:
1.741     sobrado   110: <h3><font color="#e00000">Specific devices and equipment needed by our developers</font></h3>
1.995     tj        111:
1.737     jasper    112: <ul>
1.710     kettenis  113: <li>Sun StorEdge MultiPack-FC desktop array needed in Assen, The Netherlands.
1.650     kettenis  114:     Contact kettenis@openbsd.org.
1.986     jca       115: <li>A variety pack of shortish (SFP connectors on at least one end) fibers
1.718     deraadt   116:     wanted in Calgary.
                    117:     Contact deraadt@openbsd.org.
1.1005    stsp      118: <li>A PCIe wifi card with an Atheros AR5008E-3NX chipset (athn(4) driver)
                    119:     is wanted in Berlin, Germany, for 802.11n hostap testing.
                    120:     Contact stsp@openbsd.org.
1.1027    mpi       121: <li>A PCIe to USB 2.0+1.1 card supported by ehci(4) and ohci(4) is wanted
                    122:     in France or Germany, for USB MP development.
                    123:     Contact mpi@openbsd.org.
1.1011    florian   124: <li>A (supported!) umb(4) usb stick is needed in Den Haag, The Netherlands.
                    125:     Contact florian@openbsd.org.
1.1014    benoit    126: <li>A laptop is wanted in Cergy, France. Contact benoit@openbsd.org.
1.1026    jasper    127: <li>USB TRNG harware such as <a href="https://www.araneus.fi/products/alea2/en/">Araneus Alea II</a>
                    128:   and <a href="https://www.tindie.com/products/WaywardGeek/infinite-noise-true-random-number-generator/">Infinite
                    129:     Noise</a> is wanted in Colorado and the Netherlands. Contact
                    130:   abieber@openbsd.org or jasper@openbsd.org.
1.653     kevlo     131: </ul>
1.159     fgsch     132:
1.653     kevlo     133: </body>
                    134: </html>