bge(4): Correct busdma parameters
[dragonfly.git] / sys /
2009-02-17 Sepherosa Ziehaubge(4): Correct busdma parameters
2009-02-17 Sepherosa Ziehauif_bgereg.h: Remove extra white space
2009-02-17 Sepherosa Ziehaubusdma(9): Update FreeBSD RSCID.
2009-02-17 Sepherosa Ziehaubusdma(9): Don't record/use boundary in bounce zone
2009-02-17 Sepherosa Ziehaubusdma(9): Use the passed in 'flags' instead of hard...
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 Ziehaubusdma(9): Add sysctl node to show whether aligment...
2009-02-17 Sepherosa Ziehaubusdma(9): Obey alignment constraint, disabled by default
2009-02-17 Sepherosa Ziehaubusdma(9): get rid of bounce_lowaddr, which serves...
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 Ziehaubusdma(9): Add bus_dmamap_load_mbuf_defrag()
2009-02-17 Sepherosa Ziehaubfe(4): Utilize bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa Ziehaunfe(4): busdma(9) fixes
2009-02-17 Sepherosa Ziehaubusdma(9): More bounce page bug fixing
2009-02-17 Sepherosa Ziehaubusdma(9): Add tunable and read-only sysctl node for...
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 ZiehauBounce page fix
2009-02-17 Sepherosa ZiehauBounce page fixes
2009-02-17 Sepherosa ZiehauIncrease RE_TXDESC_SPARE to cooperate 9K jumbo frame.
2009-02-17 Sepherosa ZiehauAllocate at least one bounce page if the dma tag indica...
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 ZiehauAdd assertion to make sure that the segment index is...
2009-02-17 Sepherosa ZiehauAdd assertion to make sure that bounce zone is in sane...
2009-02-17 Sepherosa ZiehauFree the bounce pages allocated and reserved by the...
2009-02-17 Sepherosa Ziehau- Use spinlock to protect bounce zone itself.
2009-02-17 Sepherosa ZiehauUse lwkt_token to protect bounce_zone_list
2009-02-17 Sepherosa ZiehauMove bounce_map_waitinglist into bounce page zone
2009-02-17 Sepherosa Ziehau_bus_dmamap_load_buffer2() -> _bus_dmamap_load_buffer()
2009-02-17 Sepherosa ZiehauUse _bus_dmamap_load_buffer2() in bus_dmamap_load_uio()
2009-02-17 Sepherosa ZiehauCount # of boune page reservation failure
2009-02-17 Sepherosa ZiehauUpdate if_oerrors if bfe_encap() failed and the mbuf...
2009-02-17 Sepherosa ZiehauAdd bounce page zone.
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-17 Sepherosa ZiehauFix warning about uninitialized variable (should be...
2009-02-17 Sepherosa ZiehauUse _bus_dmamap_load_buffer2() in bus_dmamap_load_mbuf()
2009-02-17 Sepherosa ZiehauAdd BUS_DMA_NOWAIT support to _bus_dmamap_load_buffer2()
2009-02-17 Sepherosa ZiehauFactor out _bus_dmamap_load_buffer2() from bus_dmamap_l...
2009-02-17 Sepherosa ZiehauFix the number of needed bounce pages' calculation
2009-02-17 Sepherosa Ziehau- Make sure that alignment constraint is at least 1...
2009-02-17 Sepherosa ZiehauFix dma tag boundry calculation.
2009-02-17 Sepherosa ZiehauBring in BUS_DMA_COULD_BOUNCE flag from FreeBSD.
2009-02-16 Sascha WildnerUnbreak kernel build and fix some warnings.
2009-02-16 Sascha Wildneruio.h: Move definition of struct iovec to <sys/_iovec.h>.
2009-02-15 Sascha Wildner_null.h: If g++ 4.1 or any later version is used, use...
2009-02-15 Matthew DillonRelase Engineering - Update loader-bootp.conf for new...
2009-02-15 Matthew Dillonpxe/tftpboot work - Allow multiple responses to broadca...
2009-02-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-15 Matthew DillonBoot loader fixes - fix recursive malloc()/free() error...
2009-02-14 Sascha WildnerSilence some -Wold-style-definition warnings.
2009-02-13 Thomas Nikolajsenficl: unbreak testmain build
2009-02-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-11 Matthew DillonFix long-standing bug in boot1 code - can read junk...
2009-02-10 YONETANI TomokazuSet the default DESTDIR to /var/vkernel when the platfo...
2009-02-10 YONETANI TomokazuAdd two variables to adjust where to install kernel...
2009-02-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-09 Matthew DillonHAMMER VFS: Correct a ref count leak in the recent...
2009-02-06 Sepherosa Ziehaupci intr config: 'j' is the pin index we want to skip.
2009-02-06 Sepherosa Ziehaupci intr config: Fix an off by one bug
2009-02-05 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2009-02-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-05 Matthew DillonRelease Engineering: Update master to 2.3.0-DEVELOPMENT v2.3.0
2009-02-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-03 Simon SchubertGENERIC: replace tab with space to line up even when...
2009-02-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
next