summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/udl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for the udl(4) in the Polaris2 USB dockclaudio2012-03-261-2/+3
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-5/+1
* * add cfattach activate functions and call usbd_deactivate() in thejakemsr2010-12-271-2/+4
* Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod2010-12-261-5/+1
* SUNWEIT DVI can be just about any chipset. Use the revision to select which.maja2010-10-161-25/+75
* Add proper malloc flags so we can attach again.mglocker2010-10-101-3/+3
* A few M_ZEROs without any M_WAITOK/M_NOWAITs.thib2010-09-271-2/+2
* annotate that this driver needs sc_dying codederaadt2010-08-311-1/+2
* Add some more devices. -mojmaja2010-07-291-1/+4
* Lilliput UM-70 uses the newer DL1x5 chipset. -mojmaja2010-07-191-2/+2
* Add another one. -mojmaja2010-06-271-2/+3
* Add ``StarTech CONV-USB2DVI'' udl device.mglocker2010-06-011-2/+3
* Enable transparent console cursor by adding a driver internal charactermglocker2010-04-121-12/+44
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Minor cleanup run, no functional changes;mglocker2009-10-111-33/+30
* Let udl select the maximum resolution supported by the udl device and themaja2009-10-101-31/+243
* If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernelmglocker2009-09-271-5/+17
* Fix artefacts in compression mode especially seen when running X.mglocker2009-09-261-2/+2
* Document a private ioctl range for wscons drivers (from Miod). Thereforemglocker2009-09-211-1/+2
* Remove XXX content about missing screen repaint when switching to EMULmglocker2009-09-201-2/+2
* For now just clear the screen when switching to emulation mode (need tomglocker2009-09-201-4/+30
* Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. Tomglocker2009-09-201-3/+20
* Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type ismglocker2009-09-191-7/+7
* Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, andmglocker2009-09-191-19/+19
* Re-sort function pointer assignments. No functional changes.mglocker2009-09-191-11/+11
* If UDLIO_DAMAGE fails to queue the damage drawing request, undo themglocker2009-09-191-7/+14
* Add bits for X11 support over the wsdisplay framework (fully Huffmanmglocker2009-09-191-2/+143
* Remove (last) obsolete panic() case.mglocker2009-09-131-3/+3
* Fix command undo for compression. Fixes artifacts seen in some cases.mglocker2009-09-131-25/+21
* Move some real noisy operations to a higher debug level.mglocker2009-09-131-4/+5
* Use function pointers in erasecols and eraserows for framebuffermglocker2009-09-131-3/+3
* Don't use function pointers at places where we always call the samemglocker2009-09-121-2/+2
* Re-sort some functions. Fix comment. No functional changes.mglocker2009-09-121-197/+198
* Don't panic if the command buffer runs full. Instead try to flush it,mglocker2009-09-111-84/+225
* Today we just support a font width up to 8 pixels. Allow a font widthmglocker2009-09-091-5/+10
* Fix typo in comment, safe -> save.mglocker2009-09-061-3/+3
* Fix udl_copycols overlay copy problem by copying area to off-screen firstmglocker2009-09-061-2/+6
* Make use of the new wsdisplay ability, committed by miod previously, whichmglocker2009-09-051-25/+77
* Change the wsdisplay_emulops return types from void to int; emulops will nowmiod2009-09-051-13/+25
* Add some new devices. -mojmaja2009-08-301-2/+4
* Ooops, revert the last bcopy()-elimination commit. I forgot that bcopy()mglocker2009-08-291-7/+7
* Reduce padding overhead in compressed blocks.mglocker2009-08-271-10/+16
* Remove obsolete comment.mglocker2009-08-261-3/+2
* Replace some stupidly used bcopy()s by direct assignment.mglocker2009-08-261-8/+8
* Also avoid __packed struct to Huffman table in the driver side in favourmglocker2009-08-261-3/+3
* Enable pixel compression (Huffman pixel difference method). If themglocker2009-08-251-10/+419
* Check if the command buffer has been allocated before we free it. Fixesmglocker2009-08-091-2/+5
* Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,miod2009-08-021-2/+2
* Add some more udl devices. -mojmaja2009-07-231-2/+6