Age | Commit message (Expand) | Author |
2008-11-30 | sync | Theo de Raadt |
2008-11-30 | another radeon | Theo de Raadt |
2008-11-30 | - AZ_MAX_SENSE_PINS -> HDA_MAX_SENSE_PINS | Jacob Meuser |
2008-11-30 | don't rebuild the list of supported formats if it isn't going | Jacob Meuser |
2008-11-30 | - don't access nonexistent converter goups | Jacob Meuser |
2008-11-29 | use the the correct register mask. Fixes certain mixer settings | Alexandre Ratchov |
2008-11-29 | revert 1.197 if_em.c, 1.38/1.39 if_em.h, requested by dlg, until a bug | Stuart Henderson |
2008-11-29 | Fix a possible NULL pointer dereference. Spotted by Tobias Ulmer; thanks! | Owain Ainsworth |
2008-11-28 | don't create a _source control on mixers if none of the sources are | Jacob Meuser |
2008-11-28 | AZ_TARGET_PINSENSE -> MI_TARGET_PINSENSE | Jacob Meuser |
2008-11-28 | check the jack detect override bit before creating jack sense mixer | Jacob Meuser |
2008-11-28 | - remove a couple unneeded checks | Jacob Meuser |
2008-11-28 | Garbage collect now unused field in the softc struct. | Brad Smith |
2008-11-28 | - use switch() instead of multiple if else | Jacob Meuser |
2008-11-28 | - DACs don't have connection lists like ADCs do | Jacob Meuser |
2008-11-28 | add paranoia helper function, azalia_nid_to_index. the nid is | Jacob Meuser |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-27 | widget initialization cleanup: | Jacob Meuser |
2008-11-27 | finally, generic converter grouping that fits our needs and works | Jacob Meuser |
2008-11-27 | intrdoduce DPRINTFN macro so debug messages can be selectively enabled. | Jacob Meuser |
2008-11-26 | dont have bpf.h expose the kernel ticks variable wherever it is includeing. | David Gwynne |
2008-11-26 | rework the filling of the rx ring. this switches us to having the cluster | David Gwynne |
2008-11-26 | Zero the surface when we free them. stops some state problems which cause | Owain Ainsworth |
2008-11-25 | more sizeof->nitems | Damien Bergamini |
2008-11-25 | use shiny new m_defrag() and nitems() instead of rolling our own. | Damien Bergamini |
2008-11-25 | move some generic PCIe register flags used in wpi(4) and iwn(4) | Damien Bergamini |
2008-11-25 | Unbreak the tree | Owain Ainsworth |
2008-11-25 | add a shitload of bus_dmamap_sync() calls, even though they are no-ops | Damien Bergamini |
2008-11-25 | Don't try and enable the vblank handler if irqs are disabled. | Owain Ainsworth |
2008-11-25 | backout large cluster allocators. | David Gwynne |
2008-11-25 | put 9k frames on the jumbo ring | David Gwynne |
2008-11-25 | spacing | Theo de Raadt |
2008-11-25 | Switch wb(4) from the insane ext buffer usage to a very simple m_devget() | Claudio Jeker |
2008-11-24 | The Exsys EX-1372 uses a 8x clock. | Mark Kettenis |
2008-11-24 | Work around the stupidity of radeondrm by double checking that things are | Owain Ainsworth |
2008-11-24 | Make sure we do not DRM_UNLOCK() twice. | David Hill |
2008-11-24 | no 9k cluster allocator yet, switch back to 4k. | David Gwynne |
2008-11-24 | switch from 4k to 9k frames on the jumbo ring now the cluster allocator is | David Gwynne |
2008-11-24 | destatic radeondrm almost completely. I'm sick of ddb lying to me. | Owain Ainsworth |
2008-11-24 | some whitespace fixes in em_rxeof | David Gwynne |
2008-11-24 | back out the buf_priv change. it made some incorrect assumptions and | Owain Ainsworth |
2008-11-24 | enable the use of the second rx ring. populate it with 4k frames until the | David Gwynne |
2008-11-24 | switch from using MCLGET to MCLGETI for clusters going onto the rx ring. | David Gwynne |
2008-11-24 | drop the requirement that the rx ring has to be filled with mbufs. we only | David Gwynne |
2008-11-24 | Fixup wakeup pointers. interrupts work properly again. | Owain Ainsworth |
2008-11-24 | Don't unmap REGISTERS maps, we don't map them anymore. | Owain Ainsworth |
2008-11-24 | don't free extent on lastclose, it's static data now. | Owain Ainsworth |
2008-11-24 | do the same for struct drm_file (file_priv) as previously done for | Owain Ainsworth |
2008-11-24 | Instead of having a ``private data'' pointer in the dma buffers, just | Owain Ainsworth |
2008-11-24 | actually set the bus_space_tag | Owain Ainsworth |