CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 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@