CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/26 06:23:39
Modified files:
sys/dev/usb : udl.c udl.h
sys/dev/microcode/udl: build.c udl_huffman.h
Log message:
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@
