summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-12-03Enumerate all i2c devices on the bus. Mark their nodes as attached evenMark Kettenis
2017-12-01Add quotes around the name of (unconfigured) devices like we do for otherMark Kettenis
2017-11-30Add bgw(4), a driver for a family of Bosch acceleration sensors.Mark Kettenis
2017-11-30Per https://patchwork.kernel.org/patch/5838821/, the documented check of ACPIPhilip Guenther
2017-11-29Add support for GPIO-signaled events.Mark Kettenis
2017-11-29Revise OperatingRegion code to make it extensible and have chvgpio(4)Mark Kettenis
2017-11-29turns out you dont have to configure a vsi as the default in a veb.David Gwynne
2017-11-29regenDavid Gwynne
2017-11-29add some mellanox partsDavid Gwynne
2017-11-29fix this on sparc64 (or maybe gcc)David Gwynne
2017-11-29let this build on sparc64 again.David Gwynne
2017-11-29add an adaptive polling mode when no interrupt handler is available,Joshua Stein
2017-11-28refer to ixl as "Intel Ethernet 700 Series"David Gwynne
2017-11-28remove the #if 0ed out ixl_add_veb now that cvs has backed it upDavid Gwynne
2017-11-28add missing $OpenBSD$ tagDavid Gwynne
2017-11-28add ixl(4) for the "Intel Ethernet 700 Series"David Gwynne
2017-11-28Silence the "Unclaimed register before interrupt" errors. While these doMark Kettenis
2017-11-28Use mutex_trylock() rather than mixing Linux APIs with OpenBSD ones.Martin Pieuchot
2017-11-28The athn(4) PCI driver forgot about adding the default noisefloor toStefan Sperling
2017-11-28In athn(4), fix a comment which misidentifies the field where RSSIStefan Sperling
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-11-27Revise the linux sleeping compat code to avoid lock ordering problems.Mark Kettenis
2017-11-27Add support for SAS3.5 megaraids, which are sold as Dell PERC H740P/840 andJonathan Matthew
2017-11-27regenJonathan Matthew
2017-11-27add SAS3.5 megaraidsJonathan Matthew
2017-11-26Add various improvements to the default configuration (better defaultUlf Brosziewski
2017-11-26Don't mention XOR as a mix-in function since addition is done since 1.180Mike Belopuhov
2017-11-26Xen interrupt task barrier is just a taskq_barrier so call itMike Belopuhov
2017-11-231. Prepare a consistent treatment of edge areas. 2. Add mechanismsUlf Brosziewski
2017-11-23No need to grab the audio lock to call audio_canstart() as it checksAlexandre Ratchov
2017-11-20Add Allwinner A10 EMAC clock.Mark Kettenis
2017-11-19Implement support for the "next-generation" clock bindings for theMark Kettenis
2017-11-19Remove interlocks between producers and consumers of randomness dataMike Belopuhov
2017-11-18Extend regulator "framework" with functions to get/set voltages.Mark Kettenis
2017-11-18Add support for voltage regulators.Mark Kettenis
2017-11-18Extend regulator "framework" with functions to get/set voltages.Mark Kettenis
2017-11-17Make OF_getnodebyname() scan its child nodes instead of its peer nodes.Mark Kettenis
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein
2017-11-15Remove unused compat macros.anton
2017-11-14Detect touchpad reset announcements. On rare occasions, the touchpad is resetanton
2017-11-14Print out the offending data causing pms sync to fail.anton
2017-11-14Add a few more PNP IDs to the skip lists.Mark Kettenis
2017-11-13Add support for the i2c controller variant found on the Allwinner A31 andMark Kettenis
2017-11-13Add i2c-related clocks for Allwinner H3/H5/A64.Mark Kettenis
2017-11-13Newer Allwinner SoCs (H3/H4/A64) use an "unconfigured" default state.Mark Kettenis
2017-11-08Fixup what looks like a merge mistake; no functional changeMike Belopuhov
2017-11-07Prevent a potential stack buffer overrun when a urtwn(4) deviceStefan Sperling
2017-11-04Interface counters should only increment.Florian Obser
2017-11-02Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.Martin Pieuchot
2017-10-29IFF_NOARP has no effect if the interface don't use ether_input() norMartin Pieuchot