summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/udl/build.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use buffered fwrite(3) to build the udl Huffman table,mpf2009-11-101-10/+11
* Name fields in the udl_huffman struct same as on the driver side tomglocker2009-08-261-7/+7
* Also avoid __packed struct to Huffman table in the driver side in favourmglocker2009-08-261-2/+2
* add error checkingderaadt2009-08-251-3/+5
* if we do not use __packed, we must write the values more carefullyderaadt2009-08-251-3/+7
* 16bit Huffman table for pixel difference compression on udl(4) devices.mglocker2009-08-251-0/+46