summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/typhoon (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
* Upgrade to newer firmware needed by some txp(4) variants. Fixes PR 6085.kettenis2009-03-242-3367/+3557
| | | | | | From FreeBSD. ok deraadt@
* 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-4/+9
|
* - check return from write(2) so we KNOW the data is on the diskjason2005-05-171-3/+22
| | | | | | - remove unneeded variables - add missing includes ok deraadt
* more details in license filesderaadt2004-12-201-1/+2
|
* prep for futurederaadt2004-12-191-2/+3
|
* fix cleanupderaadt2004-12-191-2/+2
|
* txp(4) late firmware loading, written somewhere over the pacific, testedderaadt2004-12-143-0/+96
| | | | by mcbride, reduces size of the kernel
* add rcsid to firmware, and remove defn for tc990_IMAGE_SIZE, its ugly.jason2002-07-111-1/+3
| | | | (shoulda caught this before like I caught const'fying it, oh well)
* New version of the firmware from 3Com. Many, many thanks to David Dillowjason2002-07-111-4191/+3210
| | | | for fighting with 3com to make this happen!
* make fw images const and fix ti for unneeded type casts; jason@ testing ans okmickey2002-05-011-2/+2
|
* updated firmware from 3com (Thanks!); contains support for 3cr990B cards.jason2001-06-051-2734/+5051
|
* Phew. After 8 months and 80+ hours of effort, I have finally gotten 3com toderaadt2001-04-241-0/+2771
release the 3CR990 microcode under an acceptable licence.