summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/fxp/build.c (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@
* - check return from write(2) so we KNOW the data is on the diskjason2005-05-171-2/+10
| | | | | | - remove unneeded variables - add missing includes ok deraadt
* add microcode to support interrupt mitigation on thebrad2005-04-241-2/+4
| | | | | | 82551 F stepping chipset. From FreeBSD via Dmitry Bogdan <dsb at imcs dot dvgu dot ru>
* Use vfs firmware loader for fxp(4) interrupt coalescing microcode.grange2004-12-221-0/+65
Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help from me and Theo. ok deraadt@