summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/tigon/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.
* Unbreak the tree.kettenis2009-08-291-2/+2
|
* pull some more missing; for err&errx, printf, write, bzopy&bzeromartynas2009-08-071-1/+5
| | | | ok jsg@
* The firmware is an array of u_int32_t and differs between architectures.claudio2009-07-281-4/+10
| | | | | | | | | From now on install the tigon firmware in little endian byte order and swap it acordingly in the driver. Correctly calculate the length of the FW in the build tool -- now my fiber cards no longer have issues to establish link on bootup. Please put this in deraadt@ On big endian archs (sparc64, macppc) the firmware file needs to be updated.
* - check return from write(2) so we KNOW the data is on the diskjason2005-05-171-2/+7
| | | | | | - remove unneeded variables - add missing includes ok deraadt
* stdlib.hderaadt2004-11-221-1/+2
|
* build a tigon firmware file. Saves 150KB or so in GENERIC kernelsderaadt2004-11-221-0/+116