summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/udl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build firmware for usb devices on arm64.jsg2017-01-231-2/+2
| | | | ok patrick@
* Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenguenther2016-09-031-2/+2
| | | | shortly when we use the hardware thread register in userland
* armish handled some early-gen arm machines, which required tons ofderaadt2016-08-101-2/+2
| | | | | workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
* Build firmware for USB devices on octeon.visa2016-07-101-2/+2
| | | | ok deraadt@
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-3/+2
| | | | | | hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
* Build all the firmware for usb devices on armv7.jsg2015-05-261-3/+3
|
* Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).matthieu2015-05-241-1/+2
| | | | | enable udl firmware and COMPAT_RAW_KBD to make udl useable with X. ok jsg@
* these will not be built for palm since it went awayderaadt2013-03-251-2/+2
|
* Build these firmwares on loongson.miod2010-01-301-7/+8
|
* Use buffered fwrite(3) to build the udl Huffman table,mpf2009-11-101-10/+11
| | | | | rather than doing 131074 write(2)s. OK mglocker, deraadt.
* Name fields in the udl_huffman struct same as on the driver side tomglocker2009-08-262-10/+10
| | | | simplify reading.
* Also avoid __packed struct to Huffman table in the driver side in favourmglocker2009-08-262-4/+4
| | | | | | of performance. Instead generate the Huffman table with two ints. Suggested, help and OK deraadt@
* add error checkingderaadt2009-08-251-3/+5
|
* if we do not use __packed, we must write the values more carefullyderaadt2009-08-251-3/+7
| | | | ok mglocker
* no need for __packed; ok mglockerderaadt2009-08-251-2/+2
|
* 16bit Huffman table for pixel difference compression on udl(4) devices.mglocker2009-08-253-0/+65636