summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2019-01-31Enable IQ/ADC calibration in the athn(4) driver.Stefan Sperling
2019-01-30Make bwfm(4) query firmware for RSSI levels and current transmit rate whenStefan Sperling
2019-01-29Discard unwanted mouse events from the keyboard input channel when we'reMarcus Glocker
2019-01-29Accept control frames in monitor mode.Kevin Lo
2019-01-29get rid of some more debug printfsDavid Gwynne
2019-01-29don't need to print the base queue number.David Gwynne
2019-01-28Implement breaking into ddb on imxuart(4). When a break is detected,Patrick Wildt
2019-01-27tweak errno in previousanton
2019-01-27Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The sameanton
2019-01-26Wait a bit for the set mode command to complete for Synaptics devices toMarcus Glocker
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-24Zap unused disable flag from iwn_stop()kn
2019-01-23Remove uneeded header.Martin Pieuchot
2019-01-23Move 802.11n rateset definitions out of MiRA and make them available toStefan Sperling
2019-01-22Do not leak received mbufs if the NDIS appended a zero-byte padding.Martin Pieuchot
2019-01-22Remove unused variable.Martin Pieuchot
2019-01-22Increase max mtu to match the linux driver; tested against ixl, which canJonathan Matthew
2019-01-22Increase hardmtu to the maximum according to the datasheet and set the rxJonathan Matthew
2019-01-22Add and remove mac filters for multicast addresses.Jonathan Matthew
2019-01-21Adapt to allwinner device tree changes in linux >= 5.0-rc1Jonathan Gray
2019-01-21also add a mac filter that ignores vlans for the broadcast address, so we canJonathan Matthew
2019-01-20Replace the default mac filter with one that ignores vlans, and enableJonathan Matthew
2019-01-20Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP whereanton
2019-01-20Rework conditional for clarity, no functional change.anton
2019-01-20implement ixl_rxrinfo, dynamically allocating the buffer to prepare forJonathan Matthew
2019-01-20make this look more like other pwr_action code (small_kernel)Ted Unangst
2019-01-20Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUSJonathan Matthew
2019-01-20fix SMALL_KERNEL build after changes in rev 1.361Jonathan Gray
2019-01-19Add a pwraction sysctl that controls what the power button does on acpi.Ted Unangst
2019-01-19Change transfer schedule of split interrupt transfer,SASANO Takayoshi
2019-01-19backout previous; syzkaller did not cope well with this changeanton
2019-01-19virtio: Introduce defines for config(8) flagsStefan Fritsch
2019-01-19viomb: tweak feature negotiationStefan Fritsch
2019-01-19actually set CAUSE_ENA on the rx and tx queues, and re-enable interruptsJonathan Matthew
2019-01-18pack hmc bits in the right orderJonathan Matthew