summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-09-20syncStuart Henderson
2009-09-20Add ATI SB900 IDs, from Brad. Confirmed against Linux diffs submitted by AMD.Stuart Henderson
2009-09-20syncTheo de Raadt
2009-09-20Support the AX88772A model (found while shopping today); tested by mtuTheo de Raadt
2009-09-20Remove XXX content about missing screen repaint when switching to EMULMarcus Glocker
2009-09-20For now just clear the screen when switching to emulation mode (need toMarcus Glocker
2009-09-20Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. ToMarcus Glocker
2009-09-19Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type isMarcus Glocker
2009-09-19Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, andMarcus Glocker
2009-09-19Re-sort function pointer assignments. No functional changes.Marcus Glocker
2009-09-19If UDLIO_DAMAGE fails to queue the damage drawing request, undo theMarcus Glocker
2009-09-19Add bits for X11 support over the wsdisplay framework (fully HuffmanMarcus Glocker
2009-09-16fix ENETRESET handling in run_ioctl() and run_media_change().Damien Bergamini
2009-09-15TP-LINK TL-WN821NDamien Bergamini
2009-09-15usb id for TP-LINK TL-WN821N (otus(4)).Damien Bergamini
2009-09-15SyncClaudio Jeker
2009-09-15Better product names for the newest Intel cards. Include the productClaudio Jeker
2009-09-14simplify code in preparation for other things. tested by many.Federico G. Schwindt
2009-09-14don't try to manipulate an invalid node. fixes codec detectionJacob Meuser
2009-09-14Correctly empty the tty rings in wsdisplaystart() if the display isMiod Vallat
2009-09-13Don't try to check for ECC with fbdimm as the offset exceedsJonathan Gray
2009-09-13Unchecked copyout() calls cause premature death in furry animals, soMiod Vallat
2009-09-13Remove (last) obsolete panic() case.Marcus Glocker
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-09-13ATI SB700 can be handled in ahci mode like SB600. suggested byMatthieu Herrb
2009-09-13Fix command undo for compression. Fixes artifacts seen in some cases.Marcus Glocker
2009-09-13Move some real noisy operations to a higher debug level.Marcus Glocker
2009-09-13Use function pointers in erasecols and eraserows for framebufferMarcus Glocker
2009-09-12Don't use function pointers at places where we always call the sameMarcus Glocker
2009-09-12Re-sort some functions. Fix comment. No functional changes.Marcus Glocker
2009-09-12GPIO quirk for Dell Inspiron 1400Jacob Meuser
2009-09-12there are machines that have more than one fixed speaker. useJacob Meuser
2009-09-12move code for getting controller capabilities out of azalia_init()Jacob Meuser
2009-09-12Add DIOCSDINFO support to the three fd drivers. No change to existingKenneth R Westerback
2009-09-11Don't panic if the command buffer runs full. Instead try to flush it,Marcus Glocker
2009-09-10better to wait for codecs to finish resetting in azalia_reset()Jacob Meuser
2009-09-09reorganize attach/initialization into more task specific functions.Jacob Meuser
2009-09-09Palm: Integration into the treeMarek Vasut
2009-09-09move code to reset the controller from the attach function to it'sJacob Meuser
2009-09-09Today we just support a font width up to 8 pixels. Allow a font widthMarcus Glocker
2009-09-09add a few more members to stream_t and use it as a coherent sourceJacob Meuser
2009-09-09move code to enable widget unsolicited event generation into it'sJacob Meuser
2009-09-09handle mixer get/set requests for class type mixer items in the underlyingJacob Meuser
2009-09-09make sure node id for stream mode mixer items is validJacob Meuser
2009-09-09azalia.h:Jacob Meuser
2009-09-08cleanup/fix RIRB processing:Jacob Meuser
2009-09-08Something i should have commited months ago.Owain Ainsworth
2009-09-07Add another umass-to-modem request type which is needed forMarco Pfatschbacher
2009-09-07sizeof ptr vs sizeof *ptr bug; ok mglocker@Miod Vallat
2009-09-07syncStuart Henderson