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