Age | Commit message (Expand) | Author |
2009-09-27 | If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernel | Marcus Glocker |
2009-09-26 | Fix artefacts in compression mode especially seen when running X. | Marcus Glocker |
2009-09-24 | Handle the upper 32 bits of the prefetchable memory range when setting up | Miod Vallat |
2009-09-24 | Make sure the scsi_xfer timeout always get initialized with timeout_set(), | Miod Vallat |
2009-09-24 | In trm_scsi_cmd(), in an splbio() protected block, don't bother doing splx() | Miod Vallat |
2009-09-23 | Disable SPLUSBCHECK for now, as these turn out to be harmful on sparc64. | Miod Vallat |
2009-09-23 | do not attach the AR5416 and AR5418 (AR5416 PCIe) to the ath(4) | Damien Bergamini |
2009-09-21 | Fix use before init on wu. | Marco Peereboom |
2009-09-21 | Document a private ioctl range for wscons drivers (from Miod). Therefore | Marcus Glocker |
2009-09-20 | Implement a detach function in wpi(4) and iwn(4). | Damien Bergamini |
2009-09-20 | sync | Stuart Henderson |
2009-09-20 | Add ATI SB900 IDs, from Brad. Confirmed against Linux diffs submitted by AMD. | Stuart Henderson |
2009-09-20 | sync | Theo de Raadt |
2009-09-20 | Support the AX88772A model (found while shopping today); tested by mtu | Theo de Raadt |
2009-09-20 | Remove XXX content about missing screen repaint when switching to EMUL | Marcus Glocker |
2009-09-20 | For now just clear the screen when switching to emulation mode (need to | Marcus Glocker |
2009-09-20 | Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To | Marcus Glocker |
2009-09-19 | Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is | Marcus Glocker |
2009-09-19 | Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, and | Marcus Glocker |
2009-09-19 | Re-sort function pointer assignments. No functional changes. | Marcus Glocker |
2009-09-19 | If UDLIO_DAMAGE fails to queue the damage drawing request, undo the | Marcus Glocker |
2009-09-19 | Add bits for X11 support over the wsdisplay framework (fully Huffman | Marcus Glocker |
2009-09-16 | fix ENETRESET handling in run_ioctl() and run_media_change(). | Damien Bergamini |
2009-09-15 | TP-LINK TL-WN821N | Damien Bergamini |
2009-09-15 | usb id for TP-LINK TL-WN821N (otus(4)). | Damien Bergamini |
2009-09-15 | Sync | Claudio Jeker |
2009-09-15 | Better product names for the newest Intel cards. Include the product | Claudio Jeker |
2009-09-14 | simplify code in preparation for other things. tested by many. | Federico G. Schwindt |
2009-09-14 | don't try to manipulate an invalid node. fixes codec detection | Jacob Meuser |
2009-09-14 | Correctly empty the tty rings in wsdisplaystart() if the display is | Miod Vallat |
2009-09-13 | Don't try to check for ECC with fbdimm as the offset exceeds | Jonathan Gray |
2009-09-13 | Unchecked copyout() calls cause premature death in furry animals, so | Miod Vallat |
2009-09-13 | Remove (last) obsolete panic() case. | Marcus Glocker |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-09-13 | ATI SB700 can be handled in ahci mode like SB600. suggested by | Matthieu Herrb |
2009-09-13 | Fix command undo for compression. Fixes artifacts seen in some cases. | Marcus Glocker |
2009-09-13 | Move some real noisy operations to a higher debug level. | Marcus Glocker |
2009-09-13 | Use function pointers in erasecols and eraserows for framebuffer | Marcus Glocker |
2009-09-12 | Don't use function pointers at places where we always call the same | Marcus Glocker |
2009-09-12 | Re-sort some functions. Fix comment. No functional changes. | Marcus Glocker |
2009-09-12 | GPIO quirk for Dell Inspiron 1400 | Jacob Meuser |
2009-09-12 | there are machines that have more than one fixed speaker. use | Jacob Meuser |
2009-09-12 | move code for getting controller capabilities out of azalia_init() | Jacob Meuser |
2009-09-12 | Add DIOCSDINFO support to the three fd drivers. No change to existing | Kenneth R Westerback |
2009-09-11 | Don't panic if the command buffer runs full. Instead try to flush it, | Marcus Glocker |
2009-09-10 | better to wait for codecs to finish resetting in azalia_reset() | Jacob Meuser |
2009-09-09 | reorganize attach/initialization into more task specific functions. | Jacob Meuser |
2009-09-09 | Palm: Integration into the tree | Marek Vasut |
2009-09-09 | move code to reset the controller from the attach function to it's | Jacob Meuser |
2009-09-09 | Today we just support a font width up to 8 pixels. Allow a font width | Marcus Glocker |