summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new capability flag to announce that the chip implements LNA mixingadrian2013-06-054-1/+6
* Document the AR9285/AR9485 LNA configuration information that'sadrian2013-06-051-0/+26
* sys/dev/mps/mps.casomers2013-06-042-1/+3
* CAM_DEV_QFREEZE handling should only be done on request submission butmarius2013-06-041-14/+3
* Build fix: Only <sys/cdefs.h> should be included before __FBSDID().jhb2013-06-041-1/+2
* Flag isp(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-041-2/+2
* Match the options of the kernel.obrien2013-06-042-2/+5
* Add the combined (mixed) diversity support capability bit for theadrian2013-06-042-0/+4
* cxgbe(4): Provide accurate hit count for filters on T5 cards. Thenp2013-06-041-2/+8
* Fixing a typo.hiren2013-06-031-1/+1
* Fix the order of TX shutdown and reset.adrian2013-06-031-4/+25
* Fix receive on the AR9285 (Kite) with only one antenna connected.adrian2013-06-031-1/+14
* Specify a maximum TSO length limiting the segment chain to what theandre2013-06-031-0/+2
* The vm_page lock is not needed around the call to vm_page_insert().kib2013-06-031-2/+0
* Remove unnecessary #include's.alc2013-06-021-5/+0
* Correct the TD size computation. npkt should reflect the number of packetshselasky2013-06-021-2/+6
* Correct TRB type for multi TRB transfers of non-NORMAL type, like isochronous.hselasky2013-06-021-6/+14
* Use the correct constant for 8000 IRQ/s.hselasky2013-06-021-1/+1
* Block event interrupts when we don't need it as soon as possible.hselasky2013-06-021-9/+24
* Don't set the start ISOC ASAP bit for non-isochronous TRBs.hselasky2013-06-021-5/+8
* Correct some XHCI streams mode transfer handling found by code inspection.hselasky2013-06-022-18/+37
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-11/+0
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-20/+20
* cxgbe(4): Some more debug sysctls. These work on both T4 and T5 basednp2013-06-011-0/+480
* Style changes. No intended functional changes.gibbs2013-05-311-5/+5
* Style cleanups. No intended functional changes.gibbs2013-05-311-725/+687
* Style cleanups. No intended functional changes.gibbs2013-05-312-659/+664
* Explicitly use a pair of parentheses to ensure correct evaluationdelphij2013-05-312-3/+3
* Make netif_free() safe to call on a partially initialized softc.gibbs2013-05-311-2/+5
* Apply the ad* => ada* IDE device name transition to the Xen blockgibbs2013-05-311-10/+10
* xpt_create_path() requires mfi_io_lock to be held, so do it.sbruno2013-05-311-0/+3
* - Checking for spurious interrupts is only necessary when using INTx.marius2013-05-301-11/+17
* - Do supply arguments as pointers to bce_get_{pg,rx}_buf() that are notmarius2013-05-301-114/+86
* - As a follow-up to r247565, make firmware images that do not requiremarius2013-05-303-157/+101
* Bring in a number of new features, mostly implemented by Michio Honda:luigi2013-05-302-315/+1094
* - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method seesmarius2013-05-303-14/+33
* MFP4 @217311brooks2013-05-302-0/+23
* MFP4 @222836brooks2013-05-301-0/+28
* Allow unmapped I/O via aacd(4). It shouldn't be too hard to add themarius2013-05-303-6/+13
* - Remove pointless returns.marius2013-05-304-20/+3
* Add support for tethering on the iPhone 4Seadler2013-05-292-0/+4
* Turn the reassociate debug print into a DPRINTF.adrian2013-05-291-1/+2
* Shuffle around the cleanup unpause calls a bit.adrian2013-05-291-15/+13
* Avoid reading back certain registers following a write. This is an optimization.davidcs2013-05-281-5/+5
* Revert r251023 until a more proper solution is foundhselasky2013-05-282-32/+0
* Workaround for for a problem seen with ATI Technologies EHCIhselasky2013-05-272-0/+32
* Fix ONFI chip detection.gber2013-05-272-2/+2
* Migrate ath(4) to now use if_transmit instead of the legacy if_startadrian2013-05-264-219/+243
* Unbreak ia64 tinderbox: 64-bit support was made conditional uponmarcel2013-05-261-13/+4
* Fix some statical clang analyzer warnings.hselasky2013-05-253-5/+1
OpenPOWER on IntegriCloud