Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove isp(4) now that the ql* family have replaced it | 2015-06-19 | 3 | -24/+0 | |
| | |||||
* | Build all the firmware for usb devices on armv7. | 2015-05-26 | 5 | -11/+15 | |
| | |||||
* | Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx). | 2015-05-24 | 1 | -1/+2 | |
| | | | | | enable udl firmware and COMPAT_RAW_KBD to make udl useable with X. ok jsg@ | ||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | Use <sys/endian.h> instead of <machine/endian.h> | 2014-12-19 | 1 | -7/+2 | |
| | | | | ok dlg@ mpi@ bcook@ millert@ miod@ | ||||
* | multiline string literals aren't really a thing. just smush a few strings | 2014-12-19 | 1 | -8/+8 | |
| | | | | together. | ||||
* | Replace a few malloc() calls with reallocarray() so it checks for overflow. | 2014-09-24 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | Make sure the correct errno is reported by warn* or err* and not | 2014-07-20 | 1 | -7/+14 | |
| | | | | | | | the errno of an intervening cleanup operation like close/unlink/etc. Also, the format string for warn* and err* shouldn't end with a newline. Diff from Doug Hogan (doug (at) acyclic.org) | ||||
* | zap trailing newlines; "go for it" deraadt | 2014-07-16 | 1 | -2/+1 | |
| | |||||
* | No need for ezload.h | 2014-07-13 | 1 | -2/+1 | |
| | |||||
* | "Dr. Jones. Again we see there is nothing you can possess which I cannot | 2014-07-12 | 5 | -1367/+2 | |
| | | | | | | take away." remove uyap. no effect except on hppa where it was strangely enabled. | ||||
* | revert bogus free changes in not kernel files. got a little trigger happy. | 2014-07-12 | 8 | -32/+32 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 8 | -32/+32 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | Update run(4) firmware to version 0.33, with permission from Dennis Lee | 2014-05-19 | 1 | -701/+701 | |
| | | | | | of Mediatek to keep using the free firmware licence we've been using. Tested by myself, rapha@, Fred Crowson, Dinar Talypov, gerhard@, matthieu@. | ||||
* | add firmware for isp25xx, copied from freebsd | 2014-02-14 | 1 | -0/+27845 | |
| | |||||
* | Build isp2xxx firmware into separate object files so we only include | 2014-02-10 | 6 | -7/+31 | |
| | | | | | | | one copy when both isp(4) and qla(4) are enabled. This is a temporary measure until qla(4) takes over completely. looked at by miod@ and kettenis@ | ||||
* | Enable rum(4) for armv7. Committing through it on pandaboard. | 2013-12-08 | 1 | -2/+3 | |
| | | | | OK rapha@, jasper@. | ||||
* | these will not be built for palm since it went away | 2013-03-25 | 8 | -16/+16 | |
| | |||||
* | acknowlege -> acknowledge | 2013-01-06 | 1 | -2/+2 | |
| | | | | | | compatability -> compatibility OK jmc@. | ||||
* | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 2 | -5/+3 | |
| | | | | ok guenther millert kettenis | ||||
* | update to firmware 1.4.55 via freebsd revision 236212. | 2012-08-17 | 2 | -15026/+15133 | |
| | |||||
* | Update firmware to the latest version available from Myricom (1.4.53a). | 2011-08-29 | 3 | -14609/+15026 | |
| | | | | via freebsd, tested locally in production for a week or so. | ||||
* | update the firmware to 1.4.50 via freebsd. | 2011-07-08 | 6 | -16126/+14723 | |
| | | | | | | | | | | | the freebsd firmwares are compressed and get the kernel to uncompress them to use them. we uncompress in build.c so the kernel can just read off disk onto the card without any extra work. this lets us copy future fbsd fw updates directly without any extra work. myri have also rescinded one of the clauses on their license. ok claudio@ deraadt@ | ||||
* | constrain properly which machines get this firmware | 2011-06-26 | 1 | -3/+3 | |
| | |||||
* | build firmware for myx(4) | 2011-06-20 | 1 | -2/+2 | |
| | |||||
* | update bnx firmware to the latest version in FreeBSD: | 2011-05-17 | 2 | -10730/+10990 | |
| | | | | | | | | | 6.0.15 for BCM5706 and BCM5708 6.0.17 for BCM5709 and BCM5716 Tested on BCM5708 by naddy, BCM5716 by sthen and BCM5709 by myself. ok deraadt@ | ||||
* | Do not use NULL in integer comparisons. No functional change. | 2011-04-07 | 1 | -2/+2 | |
| | | | | ok matthew@ tedu@, also eyeballed by at least krw@ oga@ kettenis@ jsg@ | ||||
* | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | 2010-07-23 | 1 | -6/+1 | |
| | |||||
* | remove gratuitous carriage return that snuck in | 2010-07-21 | 1 | -2/+2 | |
| | | | | ok dlg@ | ||||
* | Don't #include <sys/user.h> into files that don't need the stuff | 2010-06-26 | 1 | -2/+1 | |
| | | | | | | | | it defines. In some cases, this means pulling in uvm.h or pcb.h instead, but most of the inclusions were just noise. Tested on alpha, amd64, armish, hppa, i386, macpcc, sgi, sparc64, and vax, mostly by krw and naddy. ok krw@ | ||||
* | Initial bits for >=RT3090 support. | 2010-04-05 | 1 | -391/+391 | |
| | | | | | | | Probably not functionnal yet (but test reports are welcome). Update microcode for RT2860 while I'm here (remember to run make && make install under sys/dev/microcode/ral/). | ||||
* | yes kids, there are amd64 machines with pcmcia | 2010-04-04 | 1 | -6/+6 | |
| | |||||
* | Build ral firmware on loongson (for Gdium). | 2010-02-09 | 1 | -6/+6 | |
| | |||||
* | update firmware for rt2870 and >=rt3071 | 2010-02-07 | 2 | -447/+447 | |
| | | | | required for future changes | ||||
* | Build these firmwares on loongson. | 2010-01-30 | 7 | -48/+56 | |
| | |||||
* | enter afb | 2009-12-07 | 1 | -2/+2 | |
| | |||||
* | Firmware for Elite3D framebuffers. Thanks to Sun, and in particular Alan | 2009-12-07 | 4 | -0/+32912 | |
| | | | | | | | Coppersmith, for making this firmware available under a license that allows us to distribute it. ok deraadt@ | ||||
* | Use buffered fwrite(3) to build the udl Huffman table, | 2009-11-10 | 1 | -10/+11 | |
| | | | | | rather than doing 131074 write(2)s. OK mglocker, deraadt. | ||||
* | a few leftovers from yesterday's SCCS/RCS-ID removal; | 2009-10-28 | 1 | -3/+1 | |
| | | | | | survived a full make build on i386; "sure" deraadt@ | ||||
* | Palm: Integration into the tree | 2009-09-09 | 6 | -12/+13 | |
| | | | | OK deraadt@ | ||||
* | Unbreak the tree. | 2009-08-29 | 1 | -2/+2 | |
| | |||||
* | Build Tigon firmware on sparc as well. | 2009-08-29 | 1 | -4/+5 | |
| | |||||
* | Name fields in the udl_huffman struct same as on the driver side to | 2009-08-26 | 2 | -10/+10 | |
| | | | | simplify reading. | ||||
* | Also avoid __packed struct to Huffman table in the driver side in favour | 2009-08-26 | 2 | -4/+4 | |
| | | | | | | of performance. Instead generate the Huffman table with two ints. Suggested, help and OK deraadt@ | ||||
* | add error checking | 2009-08-25 | 1 | -3/+5 | |
| | |||||
* | if we do not use __packed, we must write the values more carefully | 2009-08-25 | 1 | -3/+7 | |
| | | | | ok mglocker | ||||
* | no need for __packed; ok mglocker | 2009-08-25 | 1 | -2/+2 | |
| | |||||
* | Add dev/microcode/udl/ to build. | 2009-08-25 | 1 | -2/+2 | |
| | |||||
* | 16bit Huffman table for pixel difference compression on udl(4) devices. | 2009-08-25 | 3 | -0/+65636 | |
| |