summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-12-16Read RAM base address and size so we know where to put the firmware.Patrick Wildt
2017-12-16Implement setting the chip into active mode, as needed for setting upPatrick Wildt
2017-12-16Support setting the Cortex-R4, as found on a BCM43602, to passive mode.Patrick Wildt
2017-12-16Add some more Chip IDs to bwfm(4).Patrick Wildt
2017-12-16Enforce voltage limits from the device tree. Enforcing the limits alsoMark Kettenis
2017-12-16Add support for 1-byte reads and writes.Mark Kettenis
2017-12-16Add a driver for the RSB controller found on various Allwinner SoCs.Mark Kettenis
2017-12-15Add a few more Allwinner A80 clocks.Mark Kettenis
2017-12-15put where im up to into the tree so jmatthew@ can look at it.David Gwynne
2017-12-14Don't bother using DETACH_FORCE for the softraid luns at rebootTheo de Raadt
2017-12-14Make roaming after a background scan work while tcpbench -u is runningStefan Sperling
2017-12-14Add background scanning support to iwn(4), as was done for iwm(4) recently.Stefan Sperling
2017-12-14let urtwn(4) find my TP-LINK TL-WN722N v2Sebastian Benoit
2017-12-14syncSebastian Benoit
2017-12-14add usb id for TP-LINK TL-WN722N v2Sebastian Benoit
2017-12-14Repair flushcache/standby operations to not convert AT_WAIT operationsTheo de Raadt
2017-12-13Fix stray return; hopefully this makes the internal PHY actually work now.Mark Kettenis
2017-12-12Add more Allwinner A80 clocks.Mark Kettenis
2017-12-12Nuke some forward-only struct's and functions and functions therebyKenneth R Westerback
2017-12-12Remove unused variable defined with an unexisting type.Martin Pieuchot
2017-12-12Fix typo. Unbreaks building a kernel on arm64/clang.Mark Kettenis
2017-12-11Implement support for the "next-generation" clock bindings for theMark Kettenis
2017-12-10Stop running iwm(4) devices in "continuous active mode (CAM)".Stefan Sperling
2017-12-10Add support for the internal PHY on the Allwinner H3. From Stephen Graf.Mark Kettenis
2017-12-10Fix MDIO_CMD register bit definitions. From Stepen Graf.Mark Kettenis
2017-12-09No need for the txb_used flag anymoreMike Belopuhov
2017-12-08Add support for background scanning to net80211 and iwm(4).Stefan Sperling
2017-12-08Make iwm(4) restore the ic_bss channel after tweaking this channel as partStefan Sperling
2017-12-07In iwm(4), keep scanning if net80211 asks for a SCAN->SCAN transitionStefan Sperling
2017-12-07Make iwm_newstate() recover from state transition errors.Stefan Sperling
2017-12-05regenMark Kettenis
2017-12-05Add SPARC-M7 PCIe; rename existing SPARC PCIe entries.Mark Kettenis
2017-12-04add the alps touchpad that can be found in the ideapad 710sRobert Nagy
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