CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/05/09 13:23:07
Modified files:
share/man/man4 : Makefile
sys/arch/amd64/conf: GENERIC files.amd64
sys/dev/usb : files.usb
sys/dev/wscons : wsconsio.h
Added files:
share/man/man4 : udl.4
sys/dev/usb : udl.c udl.h
Log message:
Initial console device driver for USB displays based on the DisplayLink
DL-120 / DL-160 graphic chips, using the wsdisplay(4) layer. Based on
the reversed engineered specifications of Florian Echtler. The driver
is disabled in GENERIC for now.
Thanks to claudio@ for donating me a device and to oga@ and miod@ for
giving me hints in the graphic and wsdisplay area.
OK deraadt