summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/udl/build.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Use buffered fwrite(3) to build the udl Huffman table,mpf1-10/+11
2009-08-26Name fields in the udl_huffman struct same as on the driver side tomglocker1-7/+7
2009-08-26Also avoid __packed struct to Huffman table in the driver side in favourmglocker1-2/+2
2009-08-25add error checkingderaadt1-3/+5
2009-08-25if we do not use __packed, we must write the values more carefullyderaadt1-3/+7
2009-08-2516bit Huffman table for pixel difference compression on udl(4) devices.mglocker1-0/+46