summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-03-13Add support for i.MX8M PWM clocks.Patrick Wildt
2019-03-13Since new bindings might use the same clock index for divs, gates andPatrick Wildt
2019-03-12Fix typo in debug print: wih -> withPatrick Wildt
2019-03-12Remove unused uaudioreg.h file.Alexandre Ratchov
2019-03-12Add a new driver for USB Audio Class v2.0 devices. It replaces theAlexandre Ratchov
2019-03-12Add new copy_output() and underrun() methods to support driversAlexandre Ratchov
2019-03-12uhci: Fix delayed completions for isochronous transfers.Alexandre Ratchov
2019-03-12Until we can figure out why it causes NMIs on some machines, skip theJonathan Matthew
2019-03-11Add missing bus powered bit, from aalm@Martin Pieuchot
2019-03-11- in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RSTKevin Lo
2019-03-08the previous hkey version check was not accurate enough, so try theJoshua Stein
2019-03-08Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-03-06explicitly unmask keyboard brightness and screen brightness eventsJoshua Stein
2019-03-06thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlightJoshua Stein
2019-03-06Ignore rx interrupts if the interface isn't supposed to be running.Jonathan Matthew
2019-03-05swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value orderJonathan Matthew
2019-03-05apply background init progress fix from r1.59 of mfii.cJonathan Matthew
2019-03-02Limited the number of allowed stacked wsmux devices. A sufficiently long chainanton
2019-03-01Since ring->index points to the next free slot, once we reach index zeroPatrick Wildt
2019-03-01use a timeout to refill the rx ring when it's empty.David Gwynne
2019-03-01use ifiq_input instead of if_inputDavid Gwynne
2019-03-01Make athn(4) configure timing of control frames explicitly.Stefan Sperling
2019-03-01bus_dmamap_sync when we fill the rx ring, not for ever slot on the ring.David Gwynne
2019-03-01Background init progress and consistency check progress are reported inJonathan Matthew
2019-02-27Make iwm(4) use CTS-to-self for HT protection if the AP requests this,Stefan Sperling
2019-02-27Make xhci_ring_produce() check the previous TRB to find out if itPatrick Wildt
2019-02-27Implement support for dynamic RTS threshold in MiRA.Stefan Sperling
2019-02-27Fix iwn(4) scan misreporting the channel of wifi networks in some situations.Stefan Sperling
2019-02-26tweak the mbuf loading in the tx path so it's easier to read.David Gwynne
2019-02-26Re-enable interrupts on resume with RF switch disabledkn
2019-02-26i forgot to commit a regen after fixing some bcm entriesDavid Gwynne
2019-02-26don't let rxr completely fill the rxr ring.David Gwynne
2019-02-26put the rx buffer at the end of the cluster.David Gwynne
2019-02-26avoid a deadlock in ixl_down when calling ifq_barrier.David Gwynne
2019-02-26put the rx buffer at the end of the mbufDavid Gwynne
2019-02-24get rid of an unused softc memberDavid Gwynne
2019-02-24Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow.Patrick Wildt
2019-02-24regenPatrick Wildt
2019-02-24Dynastream ANTUSB-2, from Jan Klemkow.Patrick Wildt
2019-02-24Rework iwm(4) Tx rate selection.Stefan Sperling
2019-02-22Allow ssdfb(4) to be mmap(2)-able so that we can use its framebufferPatrick Wildt
2019-02-21Transfers that span multiple TRBs which wrap around the ring andPatrick Wildt
2019-02-21get rid of atomic_foo ops in the tx start and completion paths.David Gwynne
2019-02-20When adding a wsmux device to an existing wsmux device usinganton
2019-02-20Add support for current limit regulators in addition to the voltagePatrick Wildt
2019-02-20Reject negative input from userland in spkrioctl(). One of the argumentsanton
2019-02-20fix the name of some BCM57417 and BCM57416 partsDavid Gwynne
2019-02-20regenDavid Gwynne
2019-02-20the broadcom BCM57811_VF device id should be 0x163f, not 0x16efDavid Gwynne
2019-02-19Fix a cosmetic issue in athn(4)'s bpf(4) tap.Stefan Sperling