aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Extend the ICL interface to include the PDU pointer in the task_setupEdward Tomasz Napierala2016-05-175-12/+14
* Make ICL_KERNEL_PROXY compilable.Edward Tomasz Napierala2016-05-172-47/+15
* [bwn] Add PHY-N call hooks.Adrian Chadd2016-05-171-0/+25
* [bwn] add PHY-N glue.Adrian Chadd2016-05-172-0/+338
* [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support.Adrian Chadd2016-05-1722-196/+1732
* Fix issues with mt762x etherswitch driverStanislav Galabov2016-05-172-9/+20
* sfxge(4): only raise an exception after MC assert or reboot in the common codeAndrew Rybchenko2016-05-171-4/+5
* sfxge(4): restore clearing of MCDI new epoch flag in common codeAndrew Rybchenko2016-05-171-0/+3
* sfxge(4): fix Medford timer quantum calculation in common codeAndrew Rybchenko2016-05-174-13/+23
* sfxge(4): query and use current MTU if setting the MTU failsAndrew Rybchenko2016-05-177-8/+125
* sfxge(4): store licensing state in efx_licAndrew Rybchenko2016-05-174-2/+26
* The EEPROM is lying about antennas. Don't hardcode things based on the chipKevin Lo2016-05-173-47/+27
* [bhnd] Centralize fetching of board informationAdrian Chadd2016-05-1715-222/+942
* [bhnd] Add logging macros to BHND.Adrian Chadd2016-05-162-0/+193
* [bhnd] Add support for matching of MIPS & ARM coresAdrian Chadd2016-05-161-3/+9
* [bwn] add opt_wlan.h / opt_bwn.h for build-time controlAdrian Chadd2016-05-161-0/+3
* [bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropri...Adrian Chadd2016-05-167-2/+18
* [bwn] switch to ieee80211_add_channel()Adrian Chadd2016-05-161-74/+19
* Use polling spin loops for timeouts during early boot.John Baldwin2016-05-161-0/+34
* [bwn] check DUALPHY; add BCM4322 to the don't-override list.Adrian Chadd2016-05-161-3/+29
* [siba] fix up debugging.Adrian Chadd2016-05-161-7/+9
* dev/ow: Tag an unreachable switch default.Pedro F. Giffuni2016-05-161-0/+2
* [siba] make the debug code somewhat useful again.Adrian Chadd2016-05-162-1/+5
* urtwn: add support for hardware multicast filter setup.Andriy Voskoboinyk2016-05-161-4/+71
* Reduce verbosity of "now sending synthesized status" message.Alexander Motin2016-05-161-1/+1
* No need to check login status for ZOMBIE ports.Alexander Motin2016-05-161-0/+3
* Call ofw_bus_msimap to find the parent MSI controller, it may not use theAndrew Turner2016-05-162-20/+20
* rtwn: fix double free in raw xmit path.Andriy Voskoboinyk2016-05-161-1/+0
* Add a pcib interface for use by interrupt controllers that need toAndrew Turner2016-05-166-2/+82
* Re-commit r299467 having fixed the build:Andrew Turner2016-05-167-19/+62
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceAndrew Turner2016-05-162-7/+38
* hyperv/vmbus: Use atomic_testandclearSepherosa Ziehau2016-05-161-3/+4
* sfxge(4): cleanup: quieten more common code MCDI handlersAndrew Rybchenko2016-05-165-6/+6
* sfxge(4): cleanup: remove misnamed function declarationAndrew Rybchenko2016-05-161-8/+0
* sfxge(4): cleanup: make MCDI license queries quieter in common codeAndrew Rybchenko2016-05-161-3/+3
* sfxge(4): cleanup: simplify ef10_ev_qcreateAndrew Rybchenko2016-05-161-9/+4
* sfxge(4): translate MC_CMD_ERR_EEXIST to host errno valueAndrew Rybchenko2016-05-161-0/+2
* fxge(4): cleanup: run genfwdef to propogate prior changes to TLV headersAndrew Rybchenko2016-05-161-0/+133
* sfxge(4): set TSOv2 feature flag on MedfordAndrew Rybchenko2016-05-161-1/+2
* sfxge(4): improve TX/RX queue error messagesAndrew Rybchenko2016-05-161-2/+6
* sfxge(4): fix license validation check for V3 licensesAndrew Rybchenko2016-05-161-6/+6
* Introduce basic etherswitch support for Ralink SoCsStanislav Galabov2016-05-166-0/+2103
* sfxge(4): regenerate MCDI headers from firmwaresrc .ymlAndrew Rybchenko2016-05-161-1/+789
* sfxge(4): increase maximum size of license keysAndrew Rybchenko2016-05-161-1/+1
* sfxge(4): fix V1 licensing MCDI operationsAndrew Rybchenko2016-05-161-2/+8
* sfxge(4): improve PCIe link speed and width checkAndrew Rybchenko2016-05-167-5/+307
* sfxge(4): cleanup: make TLV scans quieterAndrew Rybchenko2016-05-161-3/+25
* sfxge(4): cleanup: make VPD lookups quieterAndrew Rybchenko2016-05-163-3/+14
* sfxge(4): cleanup: make licensing function quieterAndrew Rybchenko2016-05-161-14/+7
* sfxge(4): restructure efx_lic to support V3 licensingAndrew Rybchenko2016-05-163-1/+1065