| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-20 | regen |  jsg | 2 | -23/+408 |
| 2019-03-20 | add radeondrm pci ids missing from pcidevs but present in drm_pciids.h |  jsg | 1 | -12/+89 |
| 2019-03-19 | In uaudio_pdata_intr() don't error out early if the status is USBD_IOERROR. |  claudio | 1 | -2/+2 |
| 2019-03-18 | Modify rasops_list_font_cb() to not filter out fonts with different |  fcambus | 1 | -5/+1 |
| 2019-03-17 | Since an isoc endpoint never halts, move to remaining error handling |  mglocker | 1 | -58/+48 |
| 2019-03-17 | Move the handler code in the xhci_event_xfer() switch case in two separate |  mglocker | 1 | -40/+66 |
| 2019-03-17 | Remove obsolete semicolon at end of case switch. |  mglocker | 1 | -2/+2 |
| 2019-03-16 | sync |  sthen | 2 | -2/+12 |
| 2019-03-16 | add entries for Attansic E2400/E2500, from Brad (and also present, |  sthen | 1 | -1/+3 |
| 2019-03-16 | Merge the duplicate code to handle isoc SHORT and SUCCESS xfer events |  mglocker | 1 | -83/+54 |
| 2019-03-16 | Clear the me_evp pointer after calling wsmux_do_close() as opposed of |  anton | 1 | -2/+2 |
| 2019-03-16 | fetch timing parameters from ACPI like the ACPI attachment does |  jcs | 2 | -11/+33 |
| 2019-03-15 | Improve and enable isochronous transfers in xhci(4). Each isochronous |  patrick | 1 | -58/+193 |
| 2019-03-15 | The max burst size that is encoded in wMaxPacketSize is zero based, |  patrick | 1 | -3/+3 |
| 2019-03-15 | Remove FBSDID. |  kevlo | 2 | -6/+2 |
| 2019-03-14 | Use non-blocking allocation in dwc2_allocx() to make |  visa | 1 | -2/+6 |
| 2019-03-13 | Add support for i.MX8M PWM clocks. |  patrick | 2 | -1/+74 |
| 2019-03-13 | Since new bindings might use the same clock index for divs, gates and |  patrick | 1 | -5/+4 |
| 2019-03-12 | Fix typo in debug print: wih -> with |  patrick | 1 | -3/+3 |
| 2019-03-12 | Remove unused uaudioreg.h file. |  ratchov | 1 | -386/+0 |
| 2019-03-12 | Add a new driver for USB Audio Class v2.0 devices. It replaces the |  ratchov | 1 | -2815/+3696 |
| 2019-03-12 | Add new copy_output() and underrun() methods to support drivers |  ratchov | 2 | -5/+15 |
| 2019-03-12 | uhci: Fix delayed completions for isochronous transfers. |  ratchov | 1 | -2/+2 |
| 2019-03-12 | Until we can figure out why it causes NMIs on some machines, skip the |  jmatthew | 1 | -1/+7 |
| 2019-03-11 | Add missing bus powered bit, from aalm@ |  mpi | 5 | -10/+10 |
| 2019-03-11 | - in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RST |  kevlo | 4 | -66/+113 |
| 2019-03-08 | the previous hkey version check was not accurate enough, so try the |  jcs | 1 | -15/+26 |
| 2019-03-08 | Update Spleen kernel fonts to the latest released version, bringing |  fcambus | 4 | -29/+29 |
| 2019-03-06 | explicitly unmask keyboard brightness and screen brightness events |  jcs | 1 | -4/+52 |
| 2019-03-06 | thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlight |  jcs | 1 | -9/+9 |
| 2019-03-06 | Ignore rx interrupts if the interface isn't supposed to be running. |  jmatthew | 1 | -1/+4 |
| 2019-03-05 | swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value order |  jmatthew | 1 | -7/+8 |
| 2019-03-05 | apply background init progress fix from r1.59 of mfii.c |  jmatthew | 1 | -2/+9 |
| 2019-03-02 | Limited the number of allowed stacked wsmux devices. A sufficiently long chain |  anton | 1 | -7/+66 |
| 2019-03-01 | Since ring->index points to the next free slot, once we reach index zero |  patrick | 1 | -14/+17 |
| 2019-03-01 | use a timeout to refill the rx ring when it's empty. |  dlg | 2 | -9/+19 |
| 2019-03-01 | use ifiq_input instead of if_input |  dlg | 1 | -2/+3 |
| 2019-03-01 | Make athn(4) configure timing of control frames explicitly. |  stsp | 1 | -2/+85 |
| 2019-03-01 | bus_dmamap_sync when we fill the rx ring, not for ever slot on the ring. |  dlg | 1 | -8/+9 |
| 2019-03-01 | Background init progress and consistency check progress are reported in |  jmatthew | 1 | -2/+8 |
| 2019-02-27 | Make iwm(4) use CTS-to-self for HT protection if the AP requests this, |  stsp | 1 | -1/+7 |
| 2019-02-27 | Make xhci_ring_produce() check the previous TRB to find out if it |  patrick | 1 | -72/+78 |
| 2019-02-27 | Implement support for dynamic RTS threshold in MiRA. |  stsp | 3 | -8/+22 |
| 2019-02-27 | Fix iwn(4) scan misreporting the channel of wifi networks in some situations. |  stsp | 1 | -5/+4 |
| 2019-02-26 | tweak the mbuf loading in the tx path so it's easier to read. |  dlg | 1 | -2/+7 |
| 2019-02-26 | Re-enable interrupts on resume with RF switch disabled |  kn | 1 | -6/+9 |
| 2019-02-26 | i forgot to commit a regen after fixing some bcm entries |  dlg | 2 | -6/+6 |
| 2019-02-26 | don't let rxr completely fill the rxr ring. |  dlg | 1 | -2/+2 |
| 2019-02-26 | put the rx buffer at the end of the cluster. |  dlg | 1 | -2/+2 |
| 2019-02-26 | avoid a deadlock in ixl_down when calling ifq_barrier. |  dlg | 1 | -9/+32 |