summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2016-12-26Fix typo, happend -> happenedJeremie Courreges-Anglas
2016-12-24Remove some unused variables that have been removed upstream as well.Mark Kettenis
2016-12-24Put a bit more unused code under #ifdef notyet to prevent a clang warning.Mark Kettenis
2016-12-23Hide static inline functions that are only used in debug code behind the sameMark Kettenis
2016-12-20Fix compiler warnings generated by clang. This matches upstream commitMark Kettenis
2016-12-20Simplify the activate() functions of auglx(4), autri(4), andAlexandre Ratchov
2016-12-20Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2016-12-18While copying out channel flags to userspace, omit the HT channel flag ifStefan Sperling
2016-12-13Fix up tsleep priorities and make them interruptibleMike Belopuhov
2016-12-12Remove (likely wrong) code commented since revision 1.1. FromAlexandre Ratchov
2016-12-12Simplify auacer_activate(). From Michael W. Bombardieri <mb at ii.net>Alexandre Ratchov
2016-12-10Add support for MIMO Tx rates (MCS 8-15) to iwm(4).Stefan Sperling
2016-12-10In iwm(4), do not enable HT protection (RTS) unconditionally if the AP requiresStefan Sperling
2016-12-10Make retry-heavy rates less attractive to mira.Stefan Sperling
2016-12-09Update the media as the last step in the SFP module configurationMike Belopuhov
2016-12-08iwm(4) was stripping some bits from the MCS index value before passingStefan Sperling
2016-12-08Return ENODEV if playback is requested on devices with no DACs orAlexandre Ratchov
2016-12-07Add mira support to iwn(4).Stefan Sperling
2016-12-06regenMike Belopuhov
2016-12-06X557 is the name of an external PHY not the PCI deviceMike Belopuhov
2016-12-06Don't forget to return an errorMike Belopuhov
2016-12-06Improve error handling and don't fail if SFP module is not present;Mike Belopuhov
2016-12-06Let X552 SFP+ boot without a module plugged inMike Belopuhov
2016-12-06Make sure iwm(4) only calls ieee80211_mira_choose() while in RUN state.Stefan Sperling
2016-12-02regenMike Belopuhov
2016-12-028086:154a is not a QSFP model, possibly just a quad portMike Belopuhov
2016-12-02Don't overwrite the selected flow control settingsMike Belopuhov
2016-12-02Disable the TX laser when interface is going down for all fiber modulesMike Belopuhov
2016-12-02regenDavid Gwynne
2016-12-02have a better go at naming xl710 devicesDavid Gwynne
2016-12-01Add noop drm SET_MASTER and DROP_MASTER ioctls. This will allowJonathan Gray
2016-11-30Update media types upon SFP module changeMike Belopuhov
2016-11-30Switch the iwm(4) driver to mira rate adaptation in 11n mode.Stefan Sperling
2016-11-30Make iwn(4) receive MIMO frames in monitor mode. We can now sniff all 802.11nStefan Sperling
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2016-11-25Add a new DRM_IOCTL_GET_PCIINFO ioctl to have a non driver specific wayJonathan Gray
2016-11-25syncMike Belopuhov
2016-11-25Fixup product names for Intel X550 family of controllersMike Belopuhov
2016-11-24Enable support for the X550 family of 10 Gigabit controllersMike Belopuhov
2016-11-24Fixup active media reporting for multi-speed fiber modulesMike Belopuhov
2016-11-21Add ability to change media typeMike Belopuhov
2016-11-21Fixup a PCIe transaction completion timeout issueMike Belopuhov
2016-11-21Factor out RSS initialization into a separate functionMike Belopuhov
2016-11-21Correctly set the default value for the FCRTHMike Belopuhov
2016-11-21Correct the test for requiring a 64 bit mem bar.Jonathan Gray
2016-11-21Turn on the PHY power during attachMike Belopuhov
2016-11-19While setting up the basic rate bitmask for iwm's firmware, if the AP doesStefan Sperling
2016-11-19Set iwm's RTS retry limit to a more reasonable value. Prevents small framesStefan Sperling
2016-11-18Sync some changes for ixgbe_initialize_receive_unitsMike Belopuhov
2016-11-18Recognize active SPF+ DA modules as IFM_10G_SFP_CUMike Belopuhov