summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-04-13Add missing compatibles for newer Linux kernel bindings.Mark Kettenis
2019-04-10Hide debug printfs.Alexandre Ratchov
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10syncPeter Hessler
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10implement support for SIOCGIFSFFPAGEDavid Gwynne
2019-04-10add support for SIOCGIFSFFPAGE so userland can read sfp module infoDavid Gwynne
2019-04-10Handle missed service errors, specific to isochronous transfers.Alexandre Ratchov
2019-04-10Fix URE_WDT6_SET_MODE register definition.Kevin Lo
2019-04-08change psize to a signed int to cope with it going negative sinceJoshua Stein
2019-04-08Make azalia(4) initialize dolby atmos codecs in the resume path.Stefan Sperling
2019-04-05Try to start playback after play buffer pointers are advanced.Alexandre Ratchov
2019-04-04Make tpm(4) attach to MSFT0101 chips.Edd Barrett
2019-04-04Simplify underruns handling: just copy silence produced by upper layer.Alexandre Ratchov
2019-04-04Avoid potential null-pointer dereference. Found by Kent R. Spillner.Mark Kettenis
2019-04-04The ASUS E200HA reads the register at "address" 0x00 instead of 0x18.Mark Kettenis
2019-04-03Correct access to doorbell. In radeondrm this is only present and usedJonathan Gray
2019-04-03Always copy data (if any) whenever a new bounce buffer is available.Alexandre Ratchov
2019-04-03Check for available space before copying data to the bounce buffers.Alexandre Ratchov
2019-04-03Make the uaudio_stream->ubuf_xfer relative to current xfer number.Alexandre Ratchov
2019-04-02disable MSI for AMD Summit Ridge/Raven Ridge HD Audio as workaround for audio...thfr
2019-04-02Don't detach non-removable devices during resume on "sdhc* at acpi?".Stefan Sperling
2019-04-01Correctly extract the RSSI information from the structure. It'sPatrick Wildt
2019-04-01Enable RF_KILL interrupts on resumekn
2019-04-01Fix interrupt handler to set RUNNING flag when RF switch is enabledkn
2019-04-01In the upstreamed and official device tree for i.MX8MQ the clocksPatrick Wildt
2019-04-01imxdwusb(4) and imxpd(4) are no longer needed.Patrick Wildt
2019-04-01In the upstreamed and official device tree for i.MX8MQ the USB physPatrick Wildt
2019-04-01In the upstreamed and official device tree for i.MX8MQ the power domains arePatrick Wildt
2019-04-01Repair "} if" and make it the intended "} else if", compare the correspondingChristian Weisgerber
2019-04-01repair "} if" from an ancient merge error; ok deraadt@ kn@Christian Weisgerber
2019-04-01Enable the full pre-reset code path again, now that we've fixed the causeJonathan Matthew
2019-04-01Don't use a prefetchable mapping for the registers - the controller onlyJonathan Matthew
2019-03-31Don't try to recover when DMA pointers wrap if the driver isAlexandre Ratchov
2019-03-31AR9287-based usb devices use GPIO pin 10 for LED, not 8.Kevin Lo
2019-03-31Fix comment typo: 'trasnfer' -> 'transfer'.Marcus Glocker
2019-03-30Restrict the number of allowed wsmux devices, just like wskbd and wsmouseanton
2019-03-29typo in printf; leo_tck at volny czStuart Henderson
2019-03-29Read the EEPROM of AR9287 USB devices from the correct offset.Stefan Sperling
2019-03-29remove ifiq_barrier in ixl_down cos ifiq tasks don't use nic resources.David Gwynne
2019-03-27Add uxrcom(4), a driver for the Exar XR21V1410 USB serial adapter.Mark Kettenis
2019-03-27regenMark Kettenis
2019-03-27Add Exar XR21V1410.Mark Kettenis
2019-03-27Add AR8152 PCI ids to alc_phy_down(), based on FreeBSD r272730.Kevin Lo
2019-03-25- Formatting fixes and in some cases bringing things a bit closer to theKevin Lo
2019-03-24Fix a precedence problem.Ulf Brosziewski
2019-03-24virtio: Add a few feature bit defines and namesStefan Fritsch
2019-03-24virtio: Prepare for 64 feature bitsStefan Fritsch
2019-03-24virtio: adjust virtio_setup_queue prototype for 1.0Stefan Fritsch
2019-03-24Switch to precision scrolling in wstpad.Ulf Brosziewski