]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath/if_ath_tx_edma.c
Oops, fix bogus spacing.
[FreeBSD/FreeBSD.git] / sys / dev / ath / if_ath_tx_edma.c
2012-11-08 adrianOops, fix bogus spacing.
2012-11-08 adrianImplement the ATH_RESET_NOLOSS path for TX stop and...
2012-11-05 adrianClear IFF_DRV_OACTIVE if any slots were completed.
2012-11-04 adrianOops - conditionalise that.
2012-11-03 adrianEDMA TX tweaks:
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-21 adrianInitialise an uninitialised variable.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-20 adrianFlesh out some initial EDMA TX FIFO fill, complete...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-12 adrianRevert the ath_tx_draintxq() method, and instead teach...
2012-08-12 adrianBreak out ath_draintxq() into a method and un-methodize...
2012-08-11 adrianBegin fleshing out the TX FIFO support.
2012-08-08 andrewImport compiler-rt r160957.
2012-07-31 adrianMigrate some more TX side setup routines to be methods.
2012-07-31 adrianBreak out the hardware handoff and TX DMA restart code...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-28 adrianFlesh out the initial TX FIFO storage for each hardware...
2012-07-27 adrianAllocate a descriptor ring for EDMA TX completion status.
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-23 adrianBegin separating out the TX DMA setup in preparation...