Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t) | 2016-12-18 | 1 | -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. | 2016-05-11 | 1 | -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. | 2009-03-24 | 2 | -3367/+3557 | |
| | | | | | | From FreeBSD. ok deraadt@ | ||||
* | cats went away | 2007-08-01 | 1 | -4/+3 | |
| | |||||
* | Allow usb microcode to be built in a cross environment. System endian has been | 2007-04-05 | 1 | -1/+2 | |
| | | | | | factored out of the result binaries already. Still need to address non usb. ok deraadt. | ||||
* | fix dependencies; from alexander bluhm; ok deraadt | 2005-06-16 | 1 | -4/+9 | |
| | |||||
* | - check return from write(2) so we KNOW the data is on the disk | 2005-05-17 | 1 | -3/+22 | |
| | | | | | | - remove unneeded variables - add missing includes ok deraadt | ||||
* | more details in license files | 2004-12-20 | 1 | -1/+2 | |
| | |||||
* | prep for future | 2004-12-19 | 1 | -2/+3 | |
| | |||||
* | fix cleanup | 2004-12-19 | 1 | -2/+2 | |
| | |||||
* | txp(4) late firmware loading, written somewhere over the pacific, tested | 2004-12-14 | 3 | -0/+96 | |
| | | | | by mcbride, reduces size of the kernel | ||||
* | add rcsid to firmware, and remove defn for tc990_IMAGE_SIZE, its ugly. | 2002-07-11 | 1 | -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 Dillow | 2002-07-11 | 1 | -4191/+3210 | |
| | | | | for fighting with 3com to make this happen! | ||||
* | make fw images const and fix ti for unneeded type casts; jason@ testing ans ok | 2002-05-01 | 1 | -2/+2 | |
| | |||||
* | updated firmware from 3com (Thanks!); contains support for 3cr990B cards. | 2001-06-05 | 1 | -2734/+5051 | |
| | |||||
* | Phew. After 8 months and 80+ hours of effort, I have finally gotten 3com to | 2001-04-24 | 1 | -0/+2771 | |
release the 3CR990 microcode under an acceptable licence. |