summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/bnx (follow)
Commit message (Expand)AuthorAgeFilesLines
* always use %s to print a non-constant string; ok deraadt@ guenther@otto2017-08-271-2/+2
* 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-181-2/+2
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-2/+2
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-121-3/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* update bnx firmware to the latest version in FreeBSD:jsg2011-05-172-10730/+10990
* remove gratuitous carriage return that snuck intodd2010-07-211-2/+2
* correctly list which files this license applies toderaadt2009-07-221-1/+1
* newer bnx chips use a separate firmware to the "old" ones. this updatesdlg2009-07-033-3530/+14743
* correct list of architecturesreyk2007-04-211-6/+5
* Allow usb microcode to be built in a cross environment. System endian has beendrahn2007-04-051-1/+2
* change firmware byte order to be same on all architecturesderaadt2007-01-101-63/+73
* remove variable we do not needderaadt2006-10-021-7/+6
* actually put all the require firmware bits into the filederaadt2006-10-021-14/+107
* build a bnx firmware file, for firmloadderaadt2006-09-203-0/+159
* remove typedef's.brad2006-08-101-47/+47
* relocate the firmware per Theo's request.brad2006-06-261-0/+3510