summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-07-18Prevent integer overflow in WSDISPLAYIO_LDFONT ioctl.Mark Kettenis
2017-07-18Remove stray whitespace.Mark Kettenis
2017-07-18Fixup the printf string, spacingMike Belopuhov
2017-07-18fix previous to make sxiccmu compile againJonathan Gray
2017-07-17The Linux kernel device trees use "allwinner,sun50i-h5-ccu" as the compatibleMark Kettenis
2017-07-17Implement a proper hash table instead of lumping evrything into a singleMark Kettenis
2017-07-17Forbid overwriting a grant table entry currently in useMike Belopuhov
2017-07-17Reduce amount of CAS attempts in a busy-wait loop by a factor of 100Mike Belopuhov
2017-07-17Pick the correct TX buffer when unrollingMike Belopuhov
2017-07-17Reimplement mbuf/map to descriptor mappingMike Belopuhov
2017-07-17Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/sStefan Sperling
2017-07-17Grant table entries must be disassociated once CCB is completeMike Belopuhov
2017-07-16Fix missing splx() in iwm_newstate_task(). Bug introduced 2 hours ago in r1.200.Stefan Sperling
2017-07-16Add comments to the definitions of iwm(4) driver-private flags.Stefan Sperling
2017-07-16Remove the AP from iwm's firmware station table when moving out of AUTH state.Stefan Sperling
2017-07-16Some net80211 state changes are triggered by incoming frames, and it isStefan Sperling
2017-07-16Match /clocks node on Allwinner H5.Mark Kettenis
2017-07-16Explain the multi-touch tracking function.Ulf Brosziewski
2017-07-16Minor changes in the setup.Ulf Brosziewski
2017-07-16regenMark Kettenis
2017-07-16Update Skylake Graphics IDs.Mark Kettenis
2017-07-15Get rid of the device reset hack in iwm_newstate_task().Stefan Sperling
2017-07-15Disable the has_audio pipe config check. We don't manage the HDMI/DP audioMark Kettenis
2017-07-14SpacingMike Belopuhov
2017-07-14Reduce the number of CAS loops from ludicrous to ridiculousMike Belopuhov
2017-07-14Silence the interrupt source until the interrupt task has done its jobMike Belopuhov
2017-07-14Support out-of-order TX completion notificationsMike Belopuhov
2017-07-14Add some more i2c glue to reduce the diffs to Linux.Mark Kettenis
2017-07-13kill a prototype for a nonexisting function; ok mpi@Christian Weisgerber
2017-07-13Fix multicast reception: use unsigned chars to avoid accidental signChristian Weisgerber
2017-07-13Add a comment explaining why pciide(4) must skip attaching disksMike Belopuhov
2017-07-12Add a "Backlight" property to connectors with an associated backlightMark Kettenis
2017-07-12Tweak txp to avoid ifq_deq_begin/commit/rollbackMike Belopuhov
2017-07-12Reshuffle vic_start and get rid of the dequeue begin/rollback/commit danceMike Belopuhov
2017-07-12Prefer paravirtualized interface for IDE disks as wellMike Belopuhov
2017-07-12Introduce two quirks to prevent attaching ATA and ATAPI devicesMike Belopuhov
2017-07-08Remove duplicate typedesf that are now provided by linux_types.h.Mark Kettenis
2017-07-08- For RTL8188CUS/RTL8192CU, we have to force 8051 reset/enable before waitingKevin Lo
2017-07-07You win some, you los some. The Linux 4.4 code is still sub-standard butMark Kettenis
2017-07-06sync the list of pci devices which don't require apertureJonathan Gray
2017-07-05Fix native/raw backlight support in inteldrm(4).Mark Kettenis
2017-07-05regenMark Kettenis
2017-07-05Add Intel Braswell Sensor Hub device.Mark Kettenis
2017-07-04Ignore entries with specific PCI subvendor/subdevice such that we don'tMark Kettenis
2017-07-03blacklist MSI on intel m.2 optane parts. it just doesnt work there.David Gwynne
2017-07-03merge error, revealed by clang; ok kettenis@Christian Weisgerber
2017-07-03Replace slot time durations with macros.Kevin Lo
2017-07-03regenDavid Gwynne
2017-07-03intel optanes are a thingDavid Gwynne
2017-07-02Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUSMark Kettenis