umodem(4) depends on ucom(4).
[dragonfly.git] / sys / dev /
2009-02-23 Sascha Wildnerumodem(4) depends on ucom(4).
2009-02-17 Sepherosa ZiehauUnbreak LINT build
2009-02-17 Sepherosa Ziehausis(4): Rework busdma(9) related bits
2009-02-17 Sepherosa Ziehausis(4): Move software specific fields out of hardware...
2009-02-17 Sepherosa Ziehaubce(4): Remove unnecessary bus_dmamap_sync()
2009-02-17 Sepherosa Ziehaubce(4): Adjust RX path to avoid fatal error caused...
2009-02-17 Sepherosa Ziehaubce(4): Factor RX desc setup out of bce_newbuf_std()
2009-02-17 Sepherosa Ziehaubce(4): Utilize bus_dmamap_load_mbuf_defrag()
2009-02-17 Sepherosa Ziehaubce(4): Use coherent for non-buffer data storage
2009-02-17 Sepherosa Ziehaubce(4): Correct parameters passed to busdma(9) functions
2009-02-17 Sepherosa Ziehaustge(4): Remove unnecessary bus_dmamap_sync()
2009-02-17 Sepherosa Ziehaustge(4): Adjust TX path
2009-02-17 Sepherosa Ziehaustge(4): Utilize bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa Ziehaustge(4): Don't sync coherent memory
2009-02-17 Sepherosa Ziehaustge(4): Adjust the error handling code on stge_dma_alloc()
2009-02-17 Sepherosa Ziehaustge(4): Utilize bus_dmamem_coherent_any()
2009-02-17 Sepherosa Ziehaustge(4): Regroup busdma tag creation; prepare for the...
2009-02-17 Sepherosa Ziehaustge(4): Correct parameters passed to busdma(9) functions
2009-02-17 Sepherosa Ziehauet(4): Utilize bus_dmamap_load_mbuf_{segment,defrag}()
2009-02-17 Sepherosa Ziehauet(4): Split RX/TX mbuf busdma tag
2009-02-17 Sepherosa Ziehauet(4): Don't sync coherent memory
2009-02-17 Sepherosa Ziehauet(4): Utilize bus_dmamem_coherent_any()
2009-02-17 Sepherosa Ziehauet(4): Utilize bus_dmamem_coherent()
2009-02-17 Sepherosa Ziehauet(4): Correct parameters passed to busdma(9) functions
2009-02-17 Sepherosa Ziehaumsk(4): Align TX buffer to 64bytes boundary instead...
2009-02-17 Sepherosa Ziehaumsk(4): Align TX buffer to 8bytes boundary to improve...
2009-02-17 Sepherosa Ziehaumsk(4): Avoid busdma map leakage on error handling...
2009-02-17 Sepherosa Ziehaumsk(4): Adjust TX path
2009-02-17 Sepherosa Ziehaumsk(4): Utilize bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa Ziehaumsk(4): Utilize bus_dmamem_coherent() and don't sync...
2009-02-17 Sepherosa Ziehaumsk(4): Correct parameters passed to busdma(9) functions
2009-02-17 Sepherosa Ziehausk(4): Utilize bus_dmamap_load_mbuf_defrag()
2009-02-17 Sepherosa Ziehausk(4): Adjust RX path a little bit
2009-02-17 Sepherosa Ziehausk(4): Rework busdma(9) related bits
2009-02-17 Sepherosa Ziehausk(4): Adjust TX path a little bit.
2009-02-17 Sepherosa Ziehaurl(4): Don't use magic number
2009-02-17 Sepherosa Ziehaurl(4): Rework busdma(9) related bits
2009-02-17 Sepherosa Ziehaubge(4): Remove unnecessary bus_dmamap_sync()
2009-02-17 Sepherosa Ziehaubge(4): Utilize bus_dmamap_load_mbuf_{defrag,segment}()
2009-02-17 Sepherosa Ziehaubge(4): Rework bge_newbuf_{std,jumbo}()
2009-02-17 Sepherosa Ziehaubge(4): Split RX/TX mbuf busdma tags
2009-02-17 Sepherosa Ziehaubge(4): Don't sync coherent memory
2009-02-17 Sepherosa Ziehaubge(4): Utilize bus_dmamem_coherent()
2009-02-17 Sepherosa Ziehaubge(4): Correct busdma parameters
2009-02-17 Sepherosa Ziehauif_bgereg.h: Remove extra white space
2009-02-17 Sepherosa Ziehaujme(4): Don't sync coherent memory
2009-02-17 Sepherosa Ziehaure(4): Don't sync coherent memory
2009-02-17 Sepherosa Ziehaunfe(4): Coherent memory does not need to be synced
2009-02-17 Sepherosa Ziehauxl(4): Coherent memory does not need to be synced
2009-02-17 Sepherosa Ziehaubfe(4): Coherent memory does not need to be synced
2009-02-17 Sepherosa Ziehaujme(4): Move TX buffer syncing before setting up TX...
2009-02-17 Sepherosa Ziehaujme(4): Utilize bus_dmamap_load_mbuf_{segment,defrag}()
2009-02-17 Sepherosa Ziehaujme(4): Depend on parent busdma tag to apply lowaddr...
2009-02-17 Sepherosa Ziehaujme(4): jme_dma_free() is only called on detach path now
2009-02-17 Sepherosa Ziehaujme(4): Utilize bus_dmamem_coherent()
2009-02-17 Sepherosa Ziehaujme(4): Fix busdma(9) parameters
2009-02-17 Sepherosa Ziehaujme(4): Rely on busdma(9) to do the boundary check
2009-02-17 Sepherosa Ziehauxl(4): Remove unused bus_dmamap_sync()
2009-02-17 Sepherosa Ziehauxl(4): Rework xl_encap()
2009-02-17 Sepherosa Ziehauxl(4): Rework xl_newbuf()
2009-02-17 Sepherosa Ziehauxl(4): Split RX and TX mbuf busdma tag
2009-02-17 Sepherosa Ziehauxl(4): Utilize bus_dmamem_coherent()
2009-02-17 Sepherosa Ziehauxl(4): Allocate parent busdma tag, which is used to...
2009-02-17 Sepherosa Ziehaunfe(4): Utilize bus_dmamap_load_mbuf_{segment,defrag}()
2009-02-17 Sepherosa Ziehaure(4): Utilize bus_dmamap_load_mbuf_{segment,defrag}()
2009-02-17 Sepherosa Ziehaubusdma(9): Add BUS_DMA_ALIGNED hint flag
2009-02-17 Sepherosa Ziehaubfe(4): Utilize bus_dmamap_load_mbuf_defrag()
2009-02-17 Sepherosa Ziehaubfe(4): Utilize bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa Ziehaunfe(4): busdma(9) fixes
2009-02-17 Sepherosa Ziehaunfe(4): Always set high part of the address if the...
2009-02-17 Sepherosa Ziehaunfe(4): busdma(9) correction
2009-02-17 Sepherosa Ziehaure(4): add missing BUS_DMA_WAITOK
2009-02-17 Sepherosa Ziehaubfe(4): Add missing BUS_DMA_WAITOK
2009-02-17 Sepherosa Ziehaubfe(4): use bus_dmamem_coherent()
2009-02-17 Sepherosa ZiehauFactor out bus_dmamem_coherent() to allocate busdma...
2009-02-17 Sepherosa ZiehauChange bfe(4) according to recent busdma(9) bounce...
2009-02-17 Sepherosa ZiehauBounce page work
2009-02-17 Sepherosa ZiehauIncrease RE_TXDESC_SPARE to cooperate 9K jumbo frame.
2009-02-17 Sepherosa ZiehauSplit RX/TX bus dma tag. RX buffers should to be...
2009-02-17 Sepherosa ZiehauCorrect busdma(9) parameters
2009-02-17 Sepherosa ZiehauThere should be no 2 bytes alignment requirement
2009-02-17 Sepherosa ZiehauUpdate if_oerrors if bfe_encap() failed and the mbuf...
2009-02-17 Sepherosa ZiehauRework bfe_encap()
2009-02-17 Sepherosa ZiehauRework bfe_newbuf()
2009-02-17 Sepherosa Ziehaubfe_list_newbuf() -> bfe_newbuf()
2009-02-17 Sepherosa ZiehauRemove unused bfe_softc fields
2009-02-17 Sepherosa Ziehau- Split RX/TX mbuf dma tag.
2009-02-17 Sepherosa ZiehauFix parameters passed to bus_dma_tag_create()
2009-02-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-14 Sascha WildnerSilence some -Wold-style-definition warnings.
2009-02-05 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2009-02-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-01 Hasso TepperMake XPT_SCSI_IO path quiet again.
2009-01-29 Simon Schubertnata: process interrupt even if busmaster active bit...
2009-01-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-26 Simon Schuberthda: disable verbose output - too chatty even for bootv...
2009-01-26 Simon Schubertnata: revert 6e40a325 = don't use tsleep in ata_udelay
2009-01-24 Peter AvalosMerge branch 'vendor/GDTOA'
2009-01-20 Matthew DillonNATA disk sort / elevator algorithm adjustments.
next