summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/tigon (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
|
* Build Tigon firmware on sparc as well.kettenis2009-08-291-4/+5
|
* pull some more missing; for err&errx, printf, write, bzopy&bzeromartynas2009-08-071-1/+5
| | | | ok jsg@
* typo. OK deraadt@claudio2009-07-281-1/+1
|
* 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.
* explain the pedigree of these firmwares, since the license is not quite right.deraadt2009-07-271-0/+9
| | | | | We feel we have done due diligence though in trying to contact the original distributors, and therefore, we do distribute it.
* cats went awayderaadt2007-08-011-4/+3
|
* Allow usb microcode to be built in a cross environment. System endian has beendrahn2007-04-051-1/+2
| | | | | factored out of the result binaries already. Still need to address non usb. ok deraadt.
* fix dependencies; from alexander bluhm; ok deraadtmarkus2005-06-161-4/+9
|
* - 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
* Kill \n at EOF.grange2004-12-201-1/+0
|
* more details in license filesderaadt2004-12-201-1/+3
|
* prep for futurederaadt2004-12-191-2/+3
|
* tigon-license filederaadt2004-12-192-1/+9
|
* stdlib.hderaadt2004-11-221-1/+2
|
* build a tigon firmware file. Saves 150KB or so in GENERIC kernelsderaadt2004-11-222-0/+141
|
* make fw images const and fix ti for unneeded type casts; jason@ testing ans okmickey2002-05-012-36/+36
|
* move microcodederaadt2001-06-182-0/+9482