summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/cirruslogic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw2016-12-181-2/+2
| | | | | | | to (unsigned long) to match %lu formats. Makes gcc happier and quieter. ok deraadt@
* 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.
* amd64 can handle this too; tleslie@gmail.comderaadt2006-05-141-2/+2
|
* 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-4/+10
| | | | | | - remove unneeded variables - add missing includes ok deraadt
* more details in license filesderaadt2004-12-201-0/+2
|
* filesystem firmware loading written over the pacific 2 weeks ago, testedderaadt2004-12-193-0/+73
| | | | by mickey
* more more microcode (so it does not end up installed in includes, for one)deraadt2001-06-181-0/+3474