summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansijsg2021-03-061-4/+2
* remove some unused includesjsg2021-02-231-307/+0
* Skip making structure elements const, as it provides no benefit, andderaadt2020-07-312-5/+5
* Add support for RT3290 chipset by James Hastings.kevlo2018-10-023-5/+382
* remove the remaining references to .depend files since nothing creates themnaddy2017-10-171-3/+1
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-082-5/+3
* Fix clang warnings; ok guenther@ deraadt@otto2017-08-282-6/+6
* always use %s to print a non-constant string; ok deraadt@ guenther@otto2017-08-272-4/+4
* more depends gc / yacc rules overhaulespie2017-07-191-7/+3
* Build firmware for usb devices on arm64.jsg2017-01-236-12/+12
* Eliminate 68 unused static variables that gcc complains about.krw2016-12-291-2925/+2
* Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw2016-12-187-14/+14
* Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenguenther2016-09-037-14/+14
* remove three more sparc references noticed by jsgtedu2016-09-012-4/+4
* Update ral(4) firmware for RT2860 family devices.stsp2016-08-171-348/+348
* armish handled some early-gen arm machines, which required tons ofderaadt2016-08-107-14/+14
* Build firmware for USB devices on octeon.visa2016-07-107-14/+15
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-1115-38/+30
* remove isp(4) now that the ql* family have replaced itjmatthew2015-06-193-24/+0
* Build all the firmware for usb devices on armv7.jsg2015-05-265-11/+15
* Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).matthieu2015-05-241-1/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-7/+2
* multiline string literals aren't really a thing. just smush a few stringstedu2014-12-191-8/+8
* Replace a few malloc() calls with reallocarray() so it checks for overflow.doug2014-09-241-2/+2
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-7/+14
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* No need for ezload.hmpi2014-07-131-2/+1
* "Dr. Jones. Again we see there is nothing you can possess which I cannottedu2014-07-125-1367/+2
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-128-32/+32
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-128-32/+32
* Update run(4) firmware to version 0.33, with permission from Dennis Leestsp2014-05-191-701/+701
* add firmware for isp25xx, copied from freebsdjmatthew2014-02-141-0/+27845
* Build isp2xxx firmware into separate object files so we only includejmatthew2014-02-106-7/+31
* Enable rum(4) for armv7. Committing through it on pandaboard.martynas2013-12-081-2/+3
* these will not be built for palm since it went awayderaadt2013-03-258-16/+16
* acknowlege -> acknowledgemartynas2013-01-061-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-5/+3
* update to firmware 1.4.55 via freebsd revision 236212.dlg2012-08-172-15026/+15133
* Update firmware to the latest version available from Myricom (1.4.53a).dlg2011-08-293-14609/+15026
* update the firmware to 1.4.50 via freebsd.dlg2011-07-086-16126/+14723
* constrain properly which machines get this firmwarederaadt2011-06-261-3/+3
* build firmware for myx(4)deraadt2011-06-201-2/+2
* update bnx firmware to the latest version in FreeBSD:jsg2011-05-172-10730/+10990
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
* Manuel Bouyer rescinded clauses 3 and 4 of his license text.jsg2010-07-231-6/+1
* remove gratuitous carriage return that snuck intodd2010-07-211-2/+2
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+1
* Initial bits for >=RT3090 support.damien2010-04-051-391/+391