summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/tigon
AgeCommit message (Collapse)AuthorFilesLines
2016-09-01remove three more sparc references noticed by jsgtedu1-2/+2
2016-05-11remove hppa64 port, which we never got going beyond broken single users.deraadt1-3/+2
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.tedu1-2/+2
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-2/+2
after discussions with beck deraadt kettenis.
2009-08-29Unbreak the tree.kettenis1-2/+2
2009-08-29Build Tigon firmware on sparc as well.kettenis1-4/+5
2009-08-07pull some more missing; for err&errx, printf, write, bzopy&bzeromartynas1-1/+5
ok jsg@
2009-07-28typo. OK deraadt@claudio1-1/+1
2009-07-28The firmware is an array of u_int32_t and differs between architectures.claudio1-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.
2009-07-27explain the pedigree of these firmwares, since the license is not quite right.deraadt1-0/+9
We feel we have done due diligence though in trying to contact the original distributors, and therefore, we do distribute it.
2007-08-01cats went awayderaadt1-4/+3
2007-04-05Allow usb microcode to be built in a cross environment. System endian has beendrahn1-1/+2
factored out of the result binaries already. Still need to address non usb. ok deraadt.
2005-06-16fix dependencies; from alexander bluhm; ok deraadtmarkus1-4/+9
2005-05-17- check return from write(2) so we KNOW the data is on the diskjason1-2/+7
- remove unneeded variables - add missing includes ok deraadt
2004-12-20Kill \n at EOF.grange1-1/+0
2004-12-20more details in license filesderaadt1-1/+3
2004-12-19prep for futurederaadt1-2/+3
2004-12-19tigon-license filederaadt2-1/+9
2004-11-22stdlib.hderaadt1-1/+2
2004-11-22build a tigon firmware file. Saves 150KB or so in GENERIC kernelsderaadt2-0/+141
2002-05-01make fw images const and fix ti for unneeded type casts; jason@ testing ans okmickey2-36/+36
2001-06-18move microcodederaadt2-0/+9482