]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath/if_ath_rx_edma.c
Fix the busdma logic to work with EDMA chipsets when using bounce
[FreeBSD/FreeBSD.git] / sys / dev / ath / if_ath_rx_edma.c
2013-04-04 adrianFix the busdma logic to work with EDMA chipsets when...
2013-04-02 sjgUpdate to bmake-20130330
2013-04-01 adrianOnly unmap the RX mbuf DMA map if there's a buffer...
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-21 mmMerge libzfs_core branch:
2013-03-19 adrianBreak out the RX completion path into "FIFO check ...
2013-03-19 mmMFV r247580:
2013-03-18 mmMFC @248461
2013-03-18 adrianLog some more information when the RX buffer allocation...
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-15 desUpgrade to 1.6.16
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-09 delphijMFV r245512:
2013-02-04 attilioMerge from vmcontention
2013-02-01 sjgMerge bmake-20130123
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-04 neelIFC @ r244983.
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-11 attilioMFC
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-04 glebiusMechanically substitute flags from historic mbuf alloca...
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-16 sjgMerge bmake-20121111
2012-11-13 neelIFC @ r242940
2012-11-11 neelIFC @ r242684
2012-11-08 adrianAdd some hooks into the driver to attach, detach and...
2012-11-08 adrianConvert this to a debug printf; it's working fine now.
2012-10-22 attilioMFC
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-24 adrianMigrate the ath(4) KTR logging to use an ATH_KTR()...
2012-09-21 attilioMFC
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-29 adrianRemove - not needed.
2012-08-27 attilioMFC
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-06 adrianRemove unnecessary debugging printf()s.
2012-08-03 attilioMFC
2012-07-28 mmUpdate libarchive to 3.0.4
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...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-15 adrianLog the number of handled decsriptors and valid descrip...
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-14 adrianFix build breakage when one isn't building with IEEE802...
2012-07-14 adrianMerge in some other features from the legacy RX path:
2012-07-14 adrianMake sure that 'rs' is pointing to the correct RX status.
2012-07-14 adrianChange the RX EDMA path to first complete the FIFO...
2012-07-14 adrianFix EDMA RX to actually work without panicing the machine.
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-12 attilioMerge from vmcontention
2012-07-12 attilioMFC
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-11 grehanIFC @ r238370
2012-07-11 jhbCast a bus address to a uintmax_t for a debug printf...
2012-07-10 jhbFix build when ATH_DEBUG is not defined.
2012-07-10 adrianAdd some debugging and comments about what's going...
2012-07-10 adrianAdd/fix EDMA RX behaviour.
2012-07-10 adrianImplement EDMA RX for AR93xx and later chips.
2012-07-08 attilioMerge from vmcontention
2012-07-07 attilioMFC
2012-07-03 adrianBegin abstracting out the RX path in preparation for...