summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/tht/microcode.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade the firmware to version SNIC 0xf.dlg2007-09-251-231/+232
| | | | | | | | | | | | | | | | | Here's the issue this fixes: Problem description: Tehuti NIC generated RxD descriptor with UDP checksum error bit raised for incoming UDP packet with UDP checksum field value zero. This behavior is not in accordance with UDP RFC which defines that packets with zero UDP checksum should not be verified by receiver. Solution description: Never raise RxD UDP checksum error bit raised for incoming UDP packet with UDP checksum field value zero. Many thanks to Alexander Indenbaum and the rest of Tehuti generally for notifying us and providing the new firmware under the same license as the previous revision.
* format and knf the array so it looks more like c and less like a csv.dlg2007-04-191-10700/+10700
|
* add bits to turn microcode.h into an actual blob. needs endian fixes yet.dlg2007-04-191-0/+2
|
* tehuti are allowing us to distribute their firmware under a 4 clause bsddlg2007-04-191-0/+10734
license. thanks to Alexander Indenbaum and Nick Bhavsar at Tehuti for sorting this out.