History log of /openbsd-src/sys/dev/microcode/tht/microcode.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 5c3ef95c 25-Sep-2007 dlg <dlg@openbsd.org>

Upgrade the firmware to version SNIC 0xf.

Here's the issue this fixes:

Problem description: Tehuti NIC generated RxD descriptor with UDP
checksum error bit raised for incoming UDP packet with

Upgrade the firmware to version SNIC 0xf.

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.

show more ...


# 5d7f90f6 19-Apr-2007 dlg <dlg@openbsd.org>

format and knf the array so it looks more like c and less like a csv.


# 5b38ddd2 19-Apr-2007 dlg <dlg@openbsd.org>

add bits to turn microcode.h into an actual blob. needs endian fixes yet.


# dc1aa4cb 19-Apr-2007 dlg <dlg@openbsd.org>

tehuti are allowing us to distribute their firmware under a 4 clause bsd
license. thanks to Alexander Indenbaum and Nick Bhavsar at Tehuti for
sorting this out.