aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a PPS driver that takes the timing pulse from a gpio pin. CurrentlyIan Lepore2016-05-261-0/+294
* filemon exec: Use imgp->execpath rather than vn_fullpath(9).Bryan Drewery2016-05-261-9/+2
* rtwn, urtwn: drop unused structures.Andriy Voskoboinyk2016-05-262-34/+0
* Add a convenience function to get a gpio pin's capabilties.Ian Lepore2016-05-262-0/+10
* Add support for interrupts, sensors and GPIO for AXP209 PMIC.Emmanuel Vadot2016-05-261-2/+4
* [siba] use the generic bus methods where appropriate.Adrian Chadd2016-05-261-38/+6
* ral: add missing ic_getradiocaps() assignment.Andriy Voskoboinyk2016-05-261-0/+1
* Fix a typo in a comment.Ian Lepore2016-05-261-1/+1
* bwi: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-261-6/+45
* urtwn, rtwn, rsu: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-265-21/+78
* urtw: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-262-5/+24
* ral: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-263-21/+96
* zyd: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-262-5/+22
* Rename gpiobus_map_pin() to gpiobus_acquire_pin(), to better reflect theIan Lepore2016-05-264-9/+9
* ural: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-261-7/+33
* run: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-262-9/+39
* rtwn: replace hardcoded rate indices with their names (similar to r289758).Andriy Voskoboinyk2016-05-262-43/+63
* sfxge(4): correct parenthesis location in if counditionAndrew Rybchenko2016-05-261-1/+1
* Add a special case for iSER data tranfers.Edward Tomasz Napierala2016-05-261-0/+17
* Fix crash on removal of an unconnected iSER session.Edward Tomasz Napierala2016-05-261-0/+3
* iwn: add watchdog for scanning.Andriy Voskoboinyk2016-05-262-1/+17
* Enable USB PHY regulators when requested by the host controller driver.Jared McNeill2016-05-261-0/+19
* Make iser(4) buildable again by adjusting it for the recent changesEdward Tomasz Napierala2016-05-263-42/+24
* The taskqueue_enqueue_fast() was removed in r296272.Edward Tomasz Napierala2016-05-261-1/+1
* Bring in the Mellanox implementation of iSER (iSCSI over RDMA) initiator,Edward Tomasz Napierala2016-05-265-0/+2981
* [gpiospi] add initial gpio SPI bit bang driver.Adrian Chadd2016-05-261-0/+402
* [spigen] add initial spigen driver from green@Adrian Chadd2016-05-262-0/+405
* [spibus] implement maximum clock frequency lookup from ofw.Adrian Chadd2016-05-261-1/+10
* [spibus] add missing break.Adrian Chadd2016-05-261-0/+1
* [spibus] add initial placeholders for transfer mode and frequency.Adrian Chadd2016-05-262-1/+21
* hyperv: Rework guest id settings according to Hyper-V specSepherosa Ziehau2016-05-262-30/+34
* Add a convenience macro that masks all the bits related to clock divisorsIan Lepore2016-05-261-0/+3
* [mx25l] add Winbond w25x64 support.Adrian Chadd2016-05-261-0/+1
* [bhnd] Fix release of uninitialized SPROM shadow in chipc detach.Adrian Chadd2016-05-262-6/+1
* [bhnd] Integrate bhnd_chipc's BUS_ADD_CHILD() with a child resource mapping t...Adrian Chadd2016-05-263-54/+127
* Prepare for activation of LinuxKPI module parameters as read-onlyHans Petter Selasky2016-05-252-0/+4
* Check for signals when locking the USB enumeration thread fromHans Petter Selasky2016-05-253-2/+32
* Align radiotap structures in ral(4)Stanislav Galabov2016-05-252-4/+4
* hyperv: Preserve required bits when disable HypercallSepherosa Ziehau2016-05-251-1/+4
* hyperv/vmbus: Rework SynIC setup and teardownSepherosa Ziehau2016-05-252-67/+90
* hyperv/vmbus: Nuke unnecessary MSR readSepherosa Ziehau2016-05-251-6/+0
* hyperv/vmbus: Pass vmbus softc to vmbus_synic_setupSepherosa Ziehau2016-05-251-3/+3
* hyperv/vmbus: Minor style and white space cleanupSepherosa Ziehau2016-05-251-20/+7
* hyperv/vmbus: Move two global flags into vmbus softcSepherosa Ziehau2016-05-254-27/+16
* hyperv/vmbus: Move vcpuid into vmbus softc per-cpu dataSepherosa Ziehau2016-05-254-11/+6
* hyperv/vmbus: Move event/message taskqueue/task to vmbus softcSepherosa Ziehau2016-05-254-29/+27
* hyperv/vmbus: Allocate/setup IDT vector after all ISR resources are readySepherosa Ziehau2016-05-251-32/+30
* hyperv/vmbus: Check hyperv_dmamem_alloc return valueSepherosa Ziehau2016-05-251-6/+18
* Set the TLB caching properties for portals at attach time.Justin Hibbits2016-05-251-2/+9
* [bhnd] Normalize bhnd(4) device matching APIAdrian Chadd2016-05-2413-605/+659