Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always use %s to print a non-constant string; ok deraadt@ guenther@ | 2017-08-27 | 1 | -2/+2 | |
| | |||||
* | Eliminate 68 unused static variables that gcc complains about. | 2016-12-29 | 1 | -2925/+2 | |
| | | | | ok deraadt@ | ||||
* | 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 | ||||
* | revert bogus free changes in not kernel files. got a little trigger happy. | 2014-07-12 | 1 | -3/+3 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -3/+3 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | update bnx firmware to the latest version in FreeBSD: | 2011-05-17 | 2 | -10730/+10990 | |
| | | | | | | | | | 6.0.15 for BCM5706 and BCM5708 6.0.17 for BCM5709 and BCM5716 Tested on BCM5708 by naddy, BCM5716 by sthen and BCM5709 by myself. ok deraadt@ | ||||
* | remove gratuitous carriage return that snuck in | 2010-07-21 | 1 | -2/+2 | |
| | | | | ok dlg@ | ||||
* | correctly list which files this license applies to | 2009-07-22 | 1 | -1/+1 | |
| | |||||
* | newer bnx chips use a separate firmware to the "old" ones. this updates | 2009-07-03 | 3 | -3530/+14743 | |
| | | | | | | | | | | | | | | | the b06 firmware for the older chips, and adds the b09 firmware. there are three variants of the rv2p code thats loaded onto the chips, so this has been split out into separate firmware files as well. the driver has been updated to handle the split firmwares, and to easily allow loading of the different versions. this change only supports the loading of the firmwares for the currently supported chips. after this change you must build the new firmwares and install them as well as your new kernel. "go to it" deraadt@ | ||||
* | correct list of architectures | 2007-04-21 | 1 | -6/+5 | |
| | | | | ok deraadt@ | ||||
* | 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. | ||||
* | change firmware byte order to be same on all architectures | 2007-01-10 | 1 | -63/+73 | |
| | | | | | | THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn | ||||
* | remove variable we do not need | 2006-10-02 | 1 | -7/+6 | |
| | |||||
* | actually put all the require firmware bits into the file | 2006-10-02 | 1 | -14/+107 | |
| | |||||
* | build a bnx firmware file, for firmload | 2006-09-20 | 3 | -0/+159 | |
| | |||||
* | remove typedef's. | 2006-08-10 | 1 | -47/+47 | |
| | |||||
* | relocate the firmware per Theo's request. | 2006-06-26 | 1 | -0/+3510 | |