summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/fxp (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@
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-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
* cats went awayderaadt2007-08-011-4/+3
|
* 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.
* fix dependencies; from alexander bluhm; ok deraadtmarkus2005-06-161-3/+9
|
* - 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 fxp-d102e to the listbrad2005-04-241-0/+1
|
* add microcode to support interrupt mitigation on thebrad2005-04-243-25/+155
| | | | | | 82551 F stepping chipset. From FreeBSD via Dmitry Bogdan <dsb at imcs dot dvgu dot ru>
* and something else in the futurederaadt2004-12-221-2/+3
|
* Use vfs firmware loader for fxp(4) interrupt coalescing microcode.grange2004-12-223-0/+131
| | | | | | | Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help from me and Theo. ok deraadt@
* microcode for interrupts coalescing on fxp; from intel via freebsdmickey2004-08-031-0/+1128