History log of /openbsd/sys/dev/microcode/udl/build.c (Results 1 – 6 of 6)
Revision Date Author Comments
# f7bc645e 10-Nov-2009 mpf <mpf@openbsd.org>

Use buffered fwrite(3) to build the udl Huffman table,
rather than doing 131074 write(2)s.
OK mglocker, deraadt.


# 0cd96c03 26-Aug-2009 mglocker <mglocker@openbsd.org>

Name fields in the udl_huffman struct same as on the driver side to
simplify reading.


# 28d90ff9 26-Aug-2009 mglocker <mglocker@openbsd.org>

Also avoid __packed struct to Huffman table in the driver side in favour
of performance. Instead generate the Huffman table with two ints.

Suggested, help and OK deraadt@


# 8dae3d18 25-Aug-2009 deraadt <deraadt@openbsd.org>

add error checking


# 117fa635 25-Aug-2009 deraadt <deraadt@openbsd.org>

if we do not use __packed, we must write the values more carefully
ok mglocker


# 277843a5 25-Aug-2009 mglocker <mglocker@openbsd.org>

16bit Huffman table for pixel difference compression on udl(4) devices.