summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/bnx/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-05-11remove hppa64 port, which we never got going beyond broken single users.deraadt1-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
2009-07-03newer bnx chips use a separate firmware to the "old" ones. this updatesdlg1-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@
2007-04-21correct list of architecturesreyk1-6/+5
ok deraadt@
2007-04-05Allow usb microcode to be built in a cross environment. System endian has beendrahn1-1/+2
factored out of the result binaries already. Still need to address non usb. ok deraadt.
2006-09-20build a bnx firmware file, for firmloadderaadt1-0/+34