summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/bnx/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* newer bnx chips use a separate firmware to the "old" ones. this updatesdlg2009-07-031-2/+2
| | | | | | | | | | | | | | | 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.
* build a bnx firmware file, for firmloadderaadt2006-09-201-0/+34