summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/bnx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* always use %s to print a non-constant string; ok deraadt@ guenther@otto2017-08-271-2/+2
|
* Eliminate 68 unused static variables that gcc complains about.krw2016-12-291-2925/+2
| | | | ok deraadt@
* 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
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-121-3/+3
|
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
| | | | after discussions with beck deraadt kettenis.
* update bnx firmware to the latest version in FreeBSD:jsg2011-05-172-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 intodd2010-07-211-2/+2
| | | | ok dlg@
* correctly list which files this license applies toderaadt2009-07-221-1/+1
|
* newer bnx chips use a separate firmware to the "old" ones. this updatesdlg2009-07-033-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 architecturesreyk2007-04-211-6/+5
| | | | ok deraadt@
* 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.
* change firmware byte order to be same on all architecturesderaadt2007-01-101-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 needderaadt2006-10-021-7/+6
|
* actually put all the require firmware bits into the filederaadt2006-10-021-14/+107
|
* build a bnx firmware file, for firmloadderaadt2006-09-203-0/+159
|
* remove typedef's.brad2006-08-101-47/+47
|
* relocate the firmware per Theo's request.brad2006-06-261-0/+3510