summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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-25The NCM encoding allows to aggregate multiple segments in one singleGerhard Roth
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-23Move as much code out of a startup hook as possibleMike Belopuhov
2016-11-23M_*WAIT* flags cannot be treated as boolean valuesMike Belopuhov
2016-11-23Disable debugging outputMike Belopuhov
2016-11-22Use CPUID flags to determine working componentsMike 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-21Some MBIM devices need a FCC Authentication before they're willing toGerhard Roth
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
2016-11-18Support for new GPI signals, including X550 external PHY interruptMike Belopuhov
2016-11-18Reduce difference in ixgbe_initialize_receive_units to FreeBSD;Mike Belopuhov
2016-11-18Minor code restructuringMike Belopuhov
2016-11-18Remaining PHY bits; call SFP module detection code for X550 as wellMike Belopuhov
2016-11-18Remove virtualization-related bitsMike Belopuhov
2016-11-17A firmware block check missed in previous commitsMike Belopuhov
2016-11-17Support for I2C combined messages as required by X550Mike Belopuhov
2016-11-17Autoconfiguration and firmware semaphore refactoringMike Belopuhov
2016-11-17EEPROM code refactoring for X540Mike Belopuhov
2016-11-17Bring in new PHY bits, some of the 82599 specific stuff becomes sharedMike Belopuhov
2016-11-17Make iwm(4) pass Tx/Rx MCS rates to bpf so they can be examined with tcpdump.Stefan Sperling
2016-11-17Update 82598 specific moduleMike Belopuhov
2016-11-17Style and typo fixes; no binary changeMike Belopuhov
2016-11-16Remove unused bits; no functional changeMike Belopuhov
2016-11-16Intel X550 specific module; not hooked up to the build yetMike Belopuhov
2016-11-16Add new structures and new fields; no functional changeMike Belopuhov
2016-11-16Add new register definitions from the upstream; no binary changeMike Belopuhov
2016-11-16Always attempt to restart the transmission when OACTIVE is setMike Belopuhov
2016-11-16regenGerhard Roth
2016-11-16Add Sierra Wireless EM7455 LTE module.Gerhard Roth
2016-11-16Use memcpy() to copy structures into freshly malloc'ated buffers,Alexandre Ratchov
2016-11-16rework re_start and re_txeof to be more like other drivers.David Gwynne
2016-11-16allocate dmamaps for every descriptor in the tx ring.David Gwynne
2016-11-16dont restrict the number of tx descriptors to what can fit on a cpu page.David Gwynne
2016-11-16move toward having the a tx packet descriptor per tx ring entry.David Gwynne
2016-11-16serialise posts to the txstart register.David Gwynne
2016-11-15Do not use bus_space_{read,write}_8() even on LP64 archs,Martin Pieuchot
2016-11-15Mask non relevant bits when pritting version number.Martin Pieuchot
2016-11-14Bump the number of TX descriptors to 256Mike Belopuhov