summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2016-07-26Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17.Stefan Sperling
2016-07-21Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211.Stefan Sperling
2016-07-20Disable the beacon filter in iwm(4). This allows beacons to pass through toStefan Sperling
2016-07-20Make the iwn(4) LED flash 10 times slower in monitor mode.Stefan Sperling
2016-07-20Bring iwn_update_htprot() back, so iwn(4) will properly keep trackStefan Sperling
2016-07-20ATI controllers seem to need the same workaround as VIA controllers.Martin Pieuchot
2016-07-19virtio_pci: Always allow MSI/MSI-XStefan Fritsch
2016-07-18Explicitly set iwm(4) firmware Tx aggregation limit to one (which disablesStefan Sperling
2016-07-18Fix inverted logic in iwm_tx(). The PROT_REQUIRE flag in should be set forStefan Sperling
2016-07-18Make iwm(4) retry Tx of management frames less often. We now retry managementStefan Sperling
2016-07-16Support MSI-X in virtioStefan Fritsch
2016-07-14vioblk: Properly handle poll timeoutStefan Fritsch
2016-07-14rename virtio_ops.intr to poll_intrStefan Fritsch
2016-07-14virtio: Move interrupt handler into transport specific codeStefan Fritsch
2016-06-27Revert if_iwm.c r1.166. We are still seeing links dropping upon HT protectionStefan Sperling
2016-06-22In iwm(4), clear the in_assoc flag when going down. This flag affects behaviourStefan Sperling
2016-06-22Remove code from iwm(4) which sends DTIM and TSF information to theStefan Sperling
2016-06-22Make iwm(4) explicitly send multicast frames at the lowest rate, instead ofStefan Sperling
2016-06-20In iwm(4), send PHY DB commands as async commands.Stefan Sperling
2016-06-19Make some noise in dmesg when iwm(4) fails to bring up the hardware.Stefan Sperling
2016-06-18Plug some memory leaks in error paths of iwm(4).Stefan Sperling
2016-06-17Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share codeStefan Sperling
2016-06-05Continue preparing a future merge of urtwn(4) and rtwn(4).Stefan Sperling
2016-06-03Put iwn_update_htprot() back, with a fixed implementation this time.Stefan Sperling
2016-06-03In iwm(4), fix multicast Rx by updating the MAC context again afterStefan Sperling
2016-06-02Fix two issues in the MSI-X code. First, actually read the MSI-X capabilityMark Kettenis
2016-06-01Fix the loop iterating on extended capabilities. It turns out that weMartin Pieuchot
2016-06-01regenDavid Gwynne
2016-06-01intel use the same device id for multiple nvme parts, so just callDavid Gwynne
2016-05-30replace m_copym2 with m_dup_pkt.David Gwynne
2016-05-28Add support for Intel Wireless 3165 devices to iwm(4).Stefan Sperling
2016-05-28In iwm(4), don't parse nvram antenna data for 7k devices, they don't have it.Stefan Sperling
2016-05-28Add support for Intel Wireless 8260 devices to iwm(4).Stefan Sperling
2016-05-25regenStefan Sperling
2016-05-25Add PCI ID for RTL8188EE. Prompted by Ross L Richardson.Stefan Sperling
2016-05-25Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection.Stefan Sperling
2016-05-24Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@Reyk Floeter
2016-05-23regenChris Cappuccio
2016-05-23VIA VL805 xHCIChris Cappuccio
2016-05-23remove the function pointer from mbufs. this memory is shared with dataTed Unangst
2016-05-23regenDavid Gwynne
2016-05-23add the intel xl710 device ids from the documentationDavid Gwynne
2016-05-21syncReyk Floeter
2016-05-21Add ids found in x1 carbon 2016:Reyk Floeter
2016-05-20regenMike Larkin
2016-05-20Add Xeon-D devices. Move one item that was out of order to the right placeMike Larkin
2016-05-18Fix several nitpicks in iwm(4).Stefan Sperling
2016-05-18In iwm(4), add bit-polling in Rx-DMA init code path.Stefan Sperling
2016-05-16enable reception and transmission of jumbo frames.David Gwynne
2016-05-13Unbreak build when AUDIO_DEBUG is defined: fix printf(9) formatAlexandre Ratchov