summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Minor style(9) cleanupkevlo2011-04-011-6/+7
* Make bxe(4) build with BXE_DEBUG.yongari2011-04-011-2/+2
* Update header and related code for firmware 1.3.8np2011-04-013-20/+28
* - Fixed build problem when not useing BXE_DEBUG.davidch2011-03-311-28/+29
* - Freshened debug support code.davidch2011-03-312-440/+493
* - Fixed DMA engine errors by increasing timeouts to 200ms for reads/writes.davidch2011-03-311-26/+42
* - Added debug support to monitor mbuf defrag attempts/failures.davidch2011-03-312-44/+99
* - Print number of queues when RSS is enabled.davidch2011-03-312-12/+67
* - Fixed a problem where the stack passed a TSO frame larger than the 64Kdavidch2011-03-312-37/+107
* Explicitly track the state of all known BARs for each PCI device. The PCIjhb2011-03-314-99/+172
* Introduce AH_AR5416_INTERRUPT_MITIGATION which enables interrupt mitigation foradrian2011-03-312-4/+4
* Break out the ath PCI logic into a separate device/module.adrian2011-03-313-3/+294
* According to ath9k recv.c, one shouldn't be doing self-linked descriptorsadrian2011-03-293-1/+5
* Revise r220046 by introducing dc_netcfg_wait() which waits the endyongari2011-03-281-51/+39
* Normally fxp(4) does not receive bad frames but promiscuous modeyongari2011-03-281-2/+2
* Promote ksyms_map() and ksyms_unmap() to general facilitykib2011-03-281-50/+3
* Add in HT protection but disable it by default.adrian2011-03-281-0/+18
* Update mvs(4) driver to work over FDT's simplebus(4) bus.mav2011-03-281-4/+9
* Fix typo.adrian2011-03-271-2/+2
* Rename AH_ENABLE_11N to ATH_ENABLE_11 - the HAL supports 11n byadrian2011-03-272-2/+2
* Wait until the DMA engine is stopped before unmapping buffers andmarius2011-03-261-1/+25
* .. And another missed commit - add the PSPOLL capability.adrian2011-03-261-1/+2
* This was missing from the previous HAL commit - it fixes a typo andadrian2011-03-261-1/+2
* If 802.11n is enabled, bump the number of buffers used up to a largeradrian2011-03-261-0/+8
* Add in the hardware PS-POLL frame reception setting, but leave it disabledadrian2011-03-261-0/+19
* Introduce hardware PS-POLL support in the HAL.adrian2011-03-263-1/+8
* Put these two back to mirror what ath9k does.adrian2011-03-261-2/+2
* Shuffle around the HAL_RX_FILTER bits to be slightly more sensible.adrian2011-03-261-3/+17
* Update T3 firmware to 7.11.0np2011-03-252-1493/+1527
* After discussing with Bernhard, the "right" way in net80211 to checkadrian2011-03-252-5/+10
* I broke periodic adc calibrations - so restore them to working order.adrian2011-03-251-5/+5
* Fix initialisation order with regard to debug prints.hselasky2011-03-251-2/+2
* Fix panic while associating access point.kevlo2011-03-251-3/+1
* Re-disable the setting of 2040/shortgi bits for now.adrian2011-03-251-1/+2
* After discussion with Felix Fietkau (nbd) about the ath9k Merlin LNA bitadrian2011-03-251-8/+8
* Flip ANI on for the AR5416 and later chips. I haven't verified it onadrian2011-03-253-5/+8
* The right commit - add a couple more AR_PCU_MISC_MODE2 register bits -adrian2011-03-251-0/+2
* oops, commited the wrong file change.adrian2011-03-251-1/+0
* Add some more AR_PCU_MISC_MODE2 register settings - these are SOWL or later.adrian2011-03-251-0/+1
* Bring over interrupt mitigation changes from ath9k.adrian2011-03-252-10/+20
* Flip back HT/40 and Short-GI (for 40mhz operation). These are now verified to...adrian2011-03-241-2/+0
* MFgraid/head r218174:mav2011-03-242-64/+94
* Fix typo.hselasky2011-03-241-1/+1
* Fix a completely wrong variable reference.adrian2011-03-241-1/+1
* t3_free_sge_resources should be given the number of qsets it needs to free.np2011-03-243-12/+9
* T3C initialization should setup the parity fence too.np2011-03-241-2/+3
* Do not over-allocate MSI interrupts for the case where each ingressnp2011-03-243-26/+39
* Make the ar2133ForceBias() call controllable at runtime.adrian2011-03-233-1/+7
* Remove unused DMA map/tag in softc.yongari2011-03-231-6/+0
* Comply with style(9).hselasky2011-03-231-4/+4
OpenPOWER on IntegriCloud