Age | Commit message (Expand) | Author |
2009-06-02 | Do not go one bar too far down the road; found by Parfait; ok oga | Theo de Raadt |
2009-06-02 | make xl at pci detachable. | Jonathan Gray |
2009-06-02 | Set flags on the recently added CardBus ids based on | Jonathan Gray |
2009-06-02 | Add more CardBus ids to PCI attachments to cope with | Jonathan Gray |
2009-06-02 | minor tidying; from Brad; ok sthen@ | Christian Weisgerber |
2009-06-02 | "Add a macro to define the newer generation of bge(4) chipsets. Simplifies | Stuart Henderson |
2009-06-02 | Add CardBus devices to the match list. | Jonathan Gray |
2009-06-02 | Make rtw at pci detachable. | Jonathan Gray |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-05-31 | indent | Theo de Raadt |
2009-05-31 | doubled error messages are silly | Theo de Raadt |
2009-05-31 | Add SCH IDE support code. | Jonathan Gray |
2009-05-31 | zap _generic from the names of several functions. there are no | Jacob Meuser |
2009-05-31 | - all codecs now use the same functions, always. call the functions | Jacob Meuser |
2009-05-31 | remove special handling for STAC9225 (aka STAC7661). it was just | Jacob Meuser |
2009-05-30 | Check the extents exist before trying to do things | Jonathan Gray |
2009-05-29 | register all GPIO and widget "quirks" in a bitmask instead of using | Jacob Meuser |
2009-05-29 | - if a codec is capable of multichannel playback, try to connect | Jacob Meuser |
2009-05-29 | regen | Damien Bergamini |
2009-05-29 | PCI id for Atheros AR9285. | Damien Bergamini |
2009-05-29 | fix confusion between number of DMA channels and number of Tx queues. | Damien Bergamini |
2009-05-29 | Return the RX descriptor after pointing it to the new mbuf. | Marco Pfatschbacher |
2009-05-29 | if a control in outputs.master.slaves is muted, don't change it's | Jacob Meuser |
2009-05-29 | - try to not choose only input mixers for outputs.master.slaves | Jacob Meuser |
2009-05-29 | - when a widget will be considered part of a different widget, record | Jacob Meuser |
2009-05-28 | workaround a hardware bug by fixing the pci config space command register | Damien Bergamini |
2009-05-28 | Add "Interrupt Disable" bit definition for the PCI Configuration Space | Damien Bergamini |
2009-05-27 | regen | Stuart Henderson |
2009-05-27 | add IDs for Intel 82552, RCC (Broadcom) HT-1100. from Brad. | Stuart Henderson |
2009-05-27 | allow iwn(4) to coexist with Intel Active Management Technology (AMT) | Damien Bergamini |
2009-05-25 | Add missing letoh in em(4) vlan handling, resulting in a problem on | Stuart Henderson |
2009-05-25 | Add Dell Latitude E5500 to the mute quirk list. | Robert Nagy |
2009-05-24 | reduce Rx ring size from 256 to 64 slots. | Damien Bergamini |
2009-05-24 | Support hardware checksumming, from FreeBSD. | Christian Weisgerber |
2009-05-24 | If flags to bind_page include BUS_DMA_COHERENT, set the snooped bit on | Owain Ainsworth |
2009-05-24 | Instead of using magic numbers, define the bits that we set in gtt ptes | Owain Ainsworth |
2009-05-23 | remove PCI vendor/product defines which duplicate those in pcidevs | Jonathan Gray |
2009-05-21 | add support for BCM576x, 577xx, and some new 572x/578x devices. | Stuart Henderson |
2009-05-21 | always set VR_RXCFG_RX_MULTI when setting the chip into promiscuous | Stuart Henderson |
2009-05-20 | add code to read from OTPROM (1000 and 6000 series only). | Damien Bergamini |
2009-05-18 | the block size must be multiple of the pci burst size (overwise | Alexandre Ratchov |
2009-05-17 | recognize more Analog Devices codecs | Jacob Meuser |
2009-05-15 | On the Intel 82801BAM Hub-to-PCI, pass the main PCI io and mmio extents if | Mark Kettenis |
2009-05-13 | Match on Adaptec AAR-1225SA, which should work according | Jonathan Gray |
2009-05-13 | regen | Jonathan Gray |
2009-05-13 | Adaptec AAR-1225SA | Jonathan Gray |
2009-05-12 | Cleanup: knf, typos. | Owain Ainsworth |
2009-05-12 | hold the mutex in drm_handle_vblank(). | Owain Ainsworth |
2009-05-12 | Remove the vblank_disable_allowed crud. | Owain Ainsworth |
2009-05-12 | add a bunch of #ifdef DRM_VBLANK_DEBUG debugging to the vblank code. | Owain Ainsworth |