summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2016-08-31Support A Radio Free Europe!Ted Unangst
2016-08-26correct INTR_MSG_MASK to include INTR_MSG_1Jonathan Gray
2016-08-24pool_setipl for oce(4)David Gwynne
2016-08-24pool_setipl for cardbus and drm pools.David Gwynne
2016-08-23remove duplicated test for em_82574Jonathan Gray
2016-08-17Add support for RT5390 and RT5392 chipsets to the ral(4) driver.Stefan Sperling
2016-08-17wpi(4) scans all bands at once, as far as the net80211 stack is concerned.Stefan Sperling
2016-08-17regenStefan Sperling
2016-08-17Add PCI ID for Ralink RT5392 and additional IDs for RT5390 devices.Stefan Sperling
2016-08-17iwn(4) scans all bands at once, as far as the net80211 stack is concerned.Stefan Sperling
2016-08-17If the stack demands protection by setting the USEPROT flag then set theStefan Sperling
2016-08-17Make error handling (esp. DATA_UNDERRUN) clearer and avoid losing residKenneth R Westerback
2016-08-15Remove IWM_CMD_SYNC, which expands to zero while all the otherStefan Sperling
2016-08-14u_quad_t -> uint64_tDavid Gwynne
2016-08-14change some types in bio from u_quad_t to uint64_t, and fix casts inDavid Gwynne
2016-08-09Check xs->status for SCSI_CHECK even in underrun situations.Kenneth R Westerback
2016-08-07Make iwm(4) automagically recover from fatal firmware errors by leaving theStefan Sperling
2016-07-31regenJonathan Gray
2016-07-31Add Xeon E3-1200 v5 host bridge and some more Sunrise Point H PCH ids.Jonathan Gray
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