summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-02-19whitespace nitsanton
2019-02-19favor C99 initializers for improved grepability; ok mpi@anton
2019-02-18In the voltage regulator getter we need to actually check the GPIOPatrick Wildt
2019-02-18Serialize access to the list of attached child devices belonging to aanton
2019-02-18regenKevin Lo
2019-02-18Add another PCI ID for Intel Dual Band Wireless AC 9560, found inKevin Lo
2019-02-17Publish new attached device once it is fully initialized.Martin Pieuchot
2019-02-14HCCPARAMS1 register CFC and SEC values are 1 bit.Marcus Glocker
2019-02-12Add Allwinner V3s support. From SASANO Takayoshi.Mark Kettenis
2019-02-10Add Allwinner V3s support. Also update some Allwinner A80 pin names toMark Kettenis
2019-02-10Handle "broken-cd" as "non-removable" for now. This will generate someMark Kettenis
2019-02-07Consistently use m_freem(9). This fixes possible leaks in a fewPatrick Wildt
2019-02-07There's a task ring for executing commands in a sleep-safe context.Patrick Wildt
2019-02-06Rework fec(4). I have written this driver in 2012 as my first everPatrick Wildt
2019-02-04Turns out we do need to handle control messages that exceed MLEN, soMark Kettenis
2019-02-03Add mvgicp(4), a driver for the Marvell extension to the GIC thatPatrick Wildt
2019-02-01free size for wscons_event; ok deraadt@ visa@anton
2019-02-01Complete athn(4) noisefloor calibration code and enable it.Stefan Sperling
2019-02-01Print xhci version in hex, from sc.dying at gmail.Martin Pieuchot
2019-02-01In wskbdclose(), use the same logic as in wskbdopen() to determine ifanton
2019-02-01fix up calculation of our physical function id, making the second portJonathan Matthew
2019-02-01Fix lost interrupts in fec(4). Apparently the tick that talks to thePatrick Wildt
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller