summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/fxp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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-04-24add microcode to support interrupt mitigation on thebrad1-2/+2
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.grange1-0/+27
Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help from me and Theo. ok deraadt@