summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/fxp
AgeCommit message (Collapse)AuthorFilesLines
2016-12-18Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw1-2/+2
to (unsigned long) to match %lu formats. Makes gcc happier and quieter. ok deraadt@
2016-05-11remove hppa64 port, which we never got going beyond broken single users.deraadt1-2/+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
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-3/+9
2005-05-17- check return from write(2) so we KNOW the data is on the diskjason1-2/+10
- remove unneeded variables - add missing includes ok deraadt
2005-04-24add fxp-d102e to the listbrad1-0/+1
2005-04-24add microcode to support interrupt mitigation on thebrad3-25/+155
82551 F stepping chipset. From FreeBSD via Dmitry Bogdan <dsb at imcs dot dvgu dot ru>
2004-12-22and something else in the futurederaadt1-2/+3
2004-12-22Use vfs firmware loader for fxp(4) interrupt coalescing microcode.grange3-0/+131
Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help from me and Theo. ok deraadt@
2004-08-03microcode for interrupts coalescing on fxp; from intel via freebsdmickey1-0/+1128