summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/bnx/build.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-27always use %s to print a non-constant string; ok deraadt@ guenther@otto1-2/+2
2016-12-18Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw1-2/+2
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.tedu1-3/+3
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-3/+3
2009-07-03newer bnx chips use a separate firmware to the "old" ones. this updatesdlg1-89/+236
2007-01-10change firmware byte order to be same on all architecturesderaadt1-59/+69
2006-10-02remove variable we do not needderaadt1-7/+6
2006-10-02actually put all the require firmware bits into the filederaadt1-14/+107
2006-09-20build a bnx firmware file, for firmloadderaadt1-0/+85