Age | Commit message (Expand) | Author |
2018-10-04 | Force 8051 reset/enable before waiting for firmware to get ready for | Kevin Lo |
2018-10-02 | Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying(). | Stefan Sperling |
2018-10-02 | Add support for RT3290 chipset by James Hastings. | Kevin Lo |
2018-10-01 | add RTL8723AE support | Jonathan Matthew |
2018-10-01 | regen | Jonathan Matthew |
2018-10-01 | add RTL8723AE | Jonathan Matthew |
2018-10-01 | The sequence number field in the 802.11 frame header includes the sequence | Jonathan Matthew |
2018-09-28 | Move the unions into the rom struct which fixes Coverity CID 1473649 and | Kevin Lo |
2018-09-25 | Insert a workaround for per-ifp ioctl being called w/o NET_LOCK(). | Martin Pieuchot |
2018-09-24 | Add "Spleen 5x8" to wsfont, a font targetted at small OLED displays | Frederic Cambus |
2018-09-22 | Only clear the character backing store when the RI_CLEAR flag is set. | Mark Kettenis |
2018-09-22 | Back out the following if_iwm.c revisions: | Stefan Sperling |
2018-09-21 | Add support for RTL8188EE. | Jonathan Matthew |
2018-09-20 | fix a memory leak in ihidev_hid_command() | Jonathan Gray |
2018-09-19 | Report duplex state correctly for adapters with firmware interface versions | Jonathan Matthew |
2018-09-19 | In mue_iff() move the initialization of the hash table up so that is done | Ricardo Mestre |
2018-09-19 | Delete checks of the CST bit_width ('vendor') field, as new Ryzen machines | Philip Guenther |
2018-09-18 | cast HWRM_NA_SIGNATURE when shortening it to keep gcc happy, prodded by jsg@ | Jonathan Matthew |
2018-09-16 | Fix length checks in the receive path of iwm(4). | Stefan Sperling |
2018-09-14 | ansify auich_trigger_input() and remove #ifdef around DPRINTF(); ok ratchov@ | miko |
2018-09-14 | mark some suspend/resume functions always returning zero as void; ok ratchov@ | miko |
2018-09-13 | In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren't | Mark Kettenis |
2018-09-13 | - There's no need to set R92C_HSSI_PARAM2_READ_EDGE for R92C_HSSI_PARAM2(0) | Kevin Lo |
2018-09-13 | clarify that config_activate_children() is called unconditionally in *activat... | miko |
2018-09-13 | drm/drivers: add support for using the arch wc mapping API. | Jonathan Gray |
2018-09-13 | drm/i915/userptr: reject zero user_size | Jonathan Gray |
2018-09-13 | avoid sequence-point warning with gcc 4.9 | Jonathan Gray |
2018-09-11 | Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crash | Mark Kettenis |
2018-09-10 | Prevent a panic in umb(4) when roaming is diabled. | Gerhard Roth |
2018-09-10 | put the port into autonegotiate mode on attach, since that's the default | Jonathan Matthew |
2018-09-10 | if the adapter can't determine the phy type on a port, pretend it's baseCR | Jonathan Matthew |
2018-09-10 | bit rates over 2G won't fit in an int, so use uint64_ts instead | Jonathan Matthew |
2018-09-07 | remove some unused variables and otherwise tidy up a bit. | Jonathan Matthew |
2018-09-07 | clarify that goto error in alloc_all_endpoints_fixed_ep() always returns | miko |
2018-09-07 | move initial jack count to alloc_all_endpoints(), and reset count to zero | miko |
2018-09-06 | If we cannot stop the endpoint when aborting a transfer assume that | Martin Pieuchot |
2018-09-06 | fix whitespace | Jonathan Gray |
2018-09-06 | Implement 64-bit DMA support in sdhc(4). | Patrick Wildt |
2018-09-06 | execute the same code for failure of assign_all_jacks_automatically() | miko |
2018-09-05 | Back out 1.4, it broke things | Joshua Stein |
2018-09-05 | Serialize synchronous commands with a rwlock. | Martin Pieuchot |
2018-09-03 | regen | Joshua Stein |
2018-09-03 | add another toshiba nvme | Joshua Stein |
2018-09-03 | Remove round_buffersize function from drivers using the default buffersize | miko |
2018-09-01 | Match on interfaces with Digitizers/Touchscreen collections, as long | Joshua Stein |
2018-09-01 | For touchscreen devices, use the first HUG_X/Y usage pages found | Joshua Stein |
2018-08-31 | remove shadow variables for 'error' in usbioctl(); ok mpi@ ratchov@ | miko |
2018-08-31 | ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan() | miko |
2018-08-30 | fix memory leak in an error path | Jonathan Gray |
2018-08-30 | Set up an aggregation buffer ring and configure placement mode so data | Jonathan Matthew |