summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-10-31zap return keyword to clarify umidi_flush() returns no value; ok ratchov@miko
2018-10-31Add support to uvm to establish write-combining mappings. Use this in theMark Kettenis
2018-10-31sc argument of start_output, start_input, trigger_output and trigger_inputmiko
2018-10-30Replace with minimal version written from scratch that just defines the dataMark Kettenis
2018-10-27size for free(); ok ratchov@miko
2018-10-26Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSCMark Kettenis
2018-10-26regenMike Larkin
2018-10-26Add VirtualBox NVMeMike Larkin
2018-10-26syncKevin Lo
2018-10-26Fix entry for Realtek RTL8723BE, from Stuart Shillington.Kevin Lo
2018-10-25New mesa uses the I915_MMAP_WC flag which we advertise but don't actuallyMark Kettenis
2018-10-23Fix OFW GPIO regulator by breaking out of the loop once the correctPatrick Wildt
2018-10-22More "explicitely" -> "explicitly" in various comments.Kenneth R Westerback
2018-10-22regenJonathan Gray
2018-10-22Add AMD 400 series (promontory), vega 10, more 17h ids seen onJonathan Gray
2018-10-21regenmortimer
2018-10-21Add some devices found on Lenovo A485.mortimer
2018-10-04Force 8051 reset/enable before waiting for firmware to get ready forKevin Lo
2018-10-02Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().Stefan Sperling
2018-10-02Add support for RT3290 chipset by James Hastings.Kevin Lo
2018-10-01add RTL8723AE supportJonathan Matthew
2018-10-01regenJonathan Matthew
2018-10-01add RTL8723AEJonathan Matthew
2018-10-01The sequence number field in the 802.11 frame header includes the sequenceJonathan Matthew
2018-09-28Move the unions into the rom struct which fixes Coverity CID 1473649 andKevin Lo
2018-09-25Insert a workaround for per-ifp ioctl being called w/o NET_LOCK().Martin Pieuchot
2018-09-24Add "Spleen 5x8" to wsfont, a font targetted at small OLED displaysFrederic Cambus
2018-09-22Only clear the character backing store when the RI_CLEAR flag is set.Mark Kettenis
2018-09-22Back out the following if_iwm.c revisions:Stefan Sperling
2018-09-21Add support for RTL8188EE.Jonathan Matthew
2018-09-20fix a memory leak in ihidev_hid_command()Jonathan Gray
2018-09-19Report duplex state correctly for adapters with firmware interface versionsJonathan Matthew
2018-09-19In mue_iff() move the initialization of the hash table up so that is doneRicardo Mestre
2018-09-19Delete checks of the CST bit_width ('vendor') field, as new Ryzen machinesPhilip Guenther
2018-09-18cast HWRM_NA_SIGNATURE when shortening it to keep gcc happy, prodded by jsg@Jonathan Matthew
2018-09-16Fix length checks in the receive path of iwm(4).Stefan Sperling
2018-09-14ansify auich_trigger_input() and remove #ifdef around DPRINTF(); ok ratchov@miko
2018-09-14mark some suspend/resume functions always returning zero as void; ok ratchov@miko
2018-09-13In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren'tMark Kettenis
2018-09-13- There's no need to set R92C_HSSI_PARAM2_READ_EDGE for R92C_HSSI_PARAM2(0)Kevin Lo
2018-09-13clarify that config_activate_children() is called unconditionally in *activat...miko
2018-09-13drm/drivers: add support for using the arch wc mapping API.Jonathan Gray
2018-09-13drm/i915/userptr: reject zero user_sizeJonathan Gray
2018-09-13avoid sequence-point warning with gcc 4.9Jonathan Gray
2018-09-11Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crashMark Kettenis
2018-09-10Prevent a panic in umb(4) when roaming is diabled.Gerhard Roth
2018-09-10put the port into autonegotiate mode on attach, since that's the defaultJonathan Matthew
2018-09-10if the adapter can't determine the phy type on a port, pretend it's baseCRJonathan Matthew
2018-09-10bit rates over 2G won't fit in an int, so use uint64_ts insteadJonathan Matthew
2018-09-07remove some unused variables and otherwise tidy up a bit.Jonathan Matthew