summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/fxp/build.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw2016-12-181-2/+2
* - check return from write(2) so we KNOW the data is on the diskjason2005-05-171-2/+10
* add microcode to support interrupt mitigation on thebrad2005-04-241-2/+4
* Use vfs firmware loader for fxp(4) interrupt coalescing microcode.grange2004-12-221-0/+65