summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-02-26put the rx buffer at the end of the mbufdlg1-2/+2
2019-02-24get rid of an unused softc memberdlg1-3/+1
2019-02-24Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow.patrick1-1/+2
2019-02-24regenpatrick2-2/+7
2019-02-24Dynastream ANTUSB-2, from Jan Klemkow.patrick1-1/+2
2019-02-24Rework iwm(4) Tx rate selection.stsp2-183/+82
2019-02-22Allow ssdfb(4) to be mmap(2)-able so that we can use its framebufferpatrick1-6/+81
2019-02-21Transfers that span multiple TRBs which wrap around the ring andpatrick1-5/+9
2019-02-21get rid of atomic_foo ops in the tx start and completion paths.dlg2-127/+71
2019-02-20When adding a wsmux device to an existing wsmux device usinganton1-2/+2
2019-02-20Add support for current limit regulators in addition to the voltagepatrick2-27/+143
2019-02-20Reject negative input from userland in spkrioctl(). One of the argumentsanton2-2/+16
2019-02-20fix the name of some BCM57417 and BCM57416 partsdlg1-3/+3
2019-02-20regendlg2-3/+3
2019-02-20the broadcom BCM57811_VF device id should be 0x163f, not 0x16efdlg1-2/+2
2019-02-19Fix a cosmetic issue in athn(4)'s bpf(4) tap.stsp2-4/+6
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.stsp1-27/+51
2019-02-19whitespace nitsanton1-4/+4
2019-02-19favor C99 initializers for improved grepability; ok mpi@anton3-13/+22
2019-02-18In the voltage regulator getter we need to actually check the GPIOpatrick1-2/+3
2019-02-18Serialize access to the list of attached child devices belonging to aanton2-8/+47
2019-02-18regenkevlo2-2/+7
2019-02-18Add another PCI ID for Intel Dual Band Wireless AC 9560, found inkevlo1-1/+2
2019-02-17Publish new attached device once it is fully initialized.mpi1-2/+3
2019-02-14HCCPARAMS1 register CFC and SEC values are 1 bit.mglocker1-3/+3
2019-02-12Add Allwinner V3s support. From SASANO Takayoshi.kettenis2-1/+179
2019-02-10Add Allwinner V3s support. Also update some Allwinner A80 pin names tokettenis2-27/+348
2019-02-10Handle "broken-cd" as "non-removable" for now. This will generate somekettenis1-2/+4
2019-02-07Consistently use m_freem(9). This fixes possible leaks in a fewpatrick3-8/+8
2019-02-07There's a task ring for executing commands in a sleep-safe context.patrick1-1/+2
2019-02-06Rework fec(4). I have written this driver in 2012 as my first everpatrick1-263/+430
2019-02-04Turns out we do need to handle control messages that exceed MLEN, sokettenis1-6/+15
2019-02-03Add mvgicp(4), a driver for the Marvell extension to the GIC thatpatrick3-67/+329
2019-02-01free size for wscons_event; ok deraadt@ visa@anton1-2/+2
2019-02-01Complete athn(4) noisefloor calibration code and enable it.stsp13-58/+241
2019-02-01Print xhci version in hex, from sc.dying at gmail.mpi1-2/+2
2019-02-01In wskbdclose(), use the same logic as in wskbdopen() to determine ifanton1-2/+3
2019-02-01fix up calculation of our physical function id, making the second portjmatthew1-4/+1
2019-02-01Fix lost interrupts in fec(4). Apparently the tick that talks to thepatrick1-3/+4
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.millert5-12/+18
2019-01-31Enable IQ/ADC calibration in the athn(4) driver.stsp2-5/+17
2019-01-30Make bwfm(4) query firmware for RSSI levels and current transmit rate whenstsp2-2/+269
2019-01-29Discard unwanted mouse events from the keyboard input channel when we'remglocker1-1/+4
2019-01-29Accept control frames in monitor mode.kevlo1-2/+9
2019-01-29get rid of some more debug printfsdlg1-9/+1
2019-01-29don't need to print the base queue number.dlg1-2/+1
2019-01-28Implement breaking into ddb on imxuart(4). When a break is detected,patrick1-2/+13
2019-01-27tweak errno in previousanton1-2/+2
2019-01-27Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The sameanton1-1/+3
2019-01-26Wait a bit for the set mode command to complete for Synaptics devices tomglocker1-1/+7