summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/myx/build.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-121-2/+2
|
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
| | | | after discussions with beck deraadt kettenis.
* update the firmware to 1.4.50 via freebsd.dlg2011-07-081-25/+51
| | | | | | | | | | | 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@
* import the Myricom Myri-10G firmwarereyk2007-05-311-0/+71