summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
AgeCommit message (Expand)Author
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-05-26Build all the firmware for usb devices on armv7.Jonathan Gray
2015-05-24Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).Matthieu Herrb
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-12-19multiline string literals aren't really a thing. just smush a few stringsTed Unangst
2014-09-24Replace a few malloc() calls with reallocarray() so it checks for overflow.Doug Hogan
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-13No need for ezload.hMartin Pieuchot
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-19Update run(4) firmware to version 0.33, with permission from Dennis LeeStefan Sperling
2014-02-14add firmware for isp25xx, copied from freebsdJonathan Matthew
2014-02-10Build isp2xxx firmware into separate object files so we only includeJonathan Matthew
2013-12-08Enable rum(4) for armv7. Committing through it on pandaboard.Martynas Venckus
2013-03-25these will not be built for palm since it went awayTheo de Raadt
2013-01-06acknowlege -> acknowledgeMartynas Venckus
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-08-17update to firmware 1.4.55 via freebsd revision 236212.David Gwynne
2011-08-29Update firmware to the latest version available from Myricom (1.4.53a).David Gwynne
2011-07-08update the firmware to 1.4.50 via freebsd.David Gwynne
2011-06-26constrain properly which machines get this firmwareTheo de Raadt
2011-06-20build firmware for myx(4)Theo de Raadt
2011-05-17update bnx firmware to the latest version in FreeBSD:Jonathan Gray
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-07-23Manuel Bouyer rescinded clauses 3 and 4 of his license text.Jonathan Gray
2010-07-21remove gratuitous carriage return that snuck inTodd T. Fries
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-04-05Initial bits for >=RT3090 support.Damien Bergamini
2010-04-04yes kids, there are amd64 machines with pcmciaTheo de Raadt
2010-02-09Build ral firmware on loongson (for Gdium).Miod Vallat
2010-02-07update firmware for rt2870 and >=rt3071Damien Bergamini
2010-01-30Build these firmwares on loongson.Miod Vallat
2009-12-07enter afbMark Kettenis
2009-12-07Firmware for Elite3D framebuffers. Thanks to Sun, and in particular AlanMark Kettenis
2009-11-10Use buffered fwrite(3) to build the udl Huffman table,Marco Pfatschbacher
2009-10-28a few leftovers from yesterday's SCCS/RCS-ID removal;Ingo Schwarze
2009-09-09Palm: Integration into the treeMarek Vasut
2009-08-29Unbreak the tree.Mark Kettenis
2009-08-29Build Tigon firmware on sparc as well.Mark Kettenis
2009-08-26Name fields in the udl_huffman struct same as on the driver side toMarcus Glocker
2009-08-26Also avoid __packed struct to Huffman table in the driver side in favourMarcus Glocker
2009-08-25add error checkingTheo de Raadt
2009-08-25if we do not use __packed, we must write the values more carefullyTheo de Raadt
2009-08-25no need for __packed; ok mglockerTheo de Raadt
2009-08-25Add dev/microcode/udl/ to build.Marcus Glocker
2009-08-2516bit Huffman table for pixel difference compression on udl(4) devices.Marcus Glocker