summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-05-293 includes not neededTheo de Raadt
2020-05-28Enable scrollback in simplefb(4).Frederic Cambus
2020-05-28Use MSI-X interrupts where available, and rearrange structures to allowJonathan Matthew
2020-05-27limit clflush before monitor errata workaround to IntelJonathan Gray
2020-05-27set up rx so packets end up at the end of the mbuf cluster.David Gwynne
2020-05-27Update comment block at the top to describe (a) the ring damage logic,Theo de Raadt
2020-05-26Rewrite the entropy enqueue ring to collect damage asyncronously, and adapt theTheo de Raadt
2020-05-26fix wrong firmware filename typo in a comment in iwx_read_firmware()Stefan Sperling
2020-05-26Make the necessary adjustments to parse iwx(4) -48 firmware image files.Stefan Sperling
2020-05-26Implement support for the iwx(4) SOC_CONFIGURATION command.Stefan Sperling
2020-05-26Don't enable any BT modules in the iwx(4) BT_COEX command.Stefan Sperling
2020-05-26Make iwx(4) flush the Tx path before removing the AP from the firmware'sStefan Sperling
2020-05-26Make iwx(4) binding command work on -48 firmware.Stefan Sperling
2020-05-26Support iwx(4) firmware's BEACON_FILTER_CONFIG_API_S_VER_4 command.Stefan Sperling
2020-05-26Add checksum offload again, this time only asking the nic to do checksumsJonathan Matthew
2020-05-26match on TP-Link TL-WN822N-EU v5Jonathan Gray
2020-05-26regenJonathan Gray
2020-05-26add TP-Link TL-WN822N-EU v5Jonathan Gray
2020-05-25For large reads from /dev/random, use the arc4random_ctx_*() functionsChristian Weisgerber
2020-05-25Pass bootblock indicator RB_GOODRANDOM to random_start(). Future workTheo de Raadt
2020-05-25Add a comment explaining the interaction between kcovclose() andanton
2020-05-25regenPatrick Wildt
2020-05-25ThingM blink(1)Patrick Wildt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-25Unfortunately, breaks UDP NFS under volume, when used on the src machine.Theo de Raadt
2020-05-23Increase chances of getting a successful PCIe link on the i.MX8MM.Patrick Wildt
2020-05-23Implement kqfilter matching the corresponding poll routine.Martin Pieuchot
2020-05-23Fix typo in a comment that originated in wpi(4) and has spread elsewhere.Stefan Sperling
2020-05-23Define PPB_IO_32BIT. Should have been part of the commit to mvkpcie(4)Patrick Wildt
2020-05-22Improve emulation of bridge config space.Mark Kettenis
2020-05-22Improve resetting PCIe devices by making use of the reset-gpios property,Patrick Wildt
2020-05-22Enable link training just before triggering the actual training.Mark Kettenis
2020-05-22regenPatrick Wildt
2020-05-22Add Atheros QCA986x/988x PCI ID.Patrick Wildt
2020-05-22Add support for the Marvell Xenon SDHC. This is used on the ArmadaPatrick Wildt
2020-05-22Add pre/post hooks for bus clock changes to sdhc(4). These will bePatrick Wildt
2020-05-22Use the parsed address and interrupt information fromMark Kettenis
2020-05-22Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequencePatrick Wildt
2020-05-22Always defer attaching the mvneta(4) interfaces. Otherwise thisPatrick Wildt
2020-05-22And add the node to the struct. Sometimes I maybe shouldn't try splitingPatrick Wildt
2020-05-22Actually store the node in the softc. Missed chunk from the previousPatrick Wildt
2020-05-22Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.Patrick Wildt
2020-05-22Add mvkpcie(4), a driver for the Aardvark PCIe controller found onPatrick Wildt
2020-05-21regenPatrick Wildt
2020-05-21ASMedia ASM1182e PCIe switch.Patrick Wildt
2020-05-21Kill commented out czttypoll() routine.Martin Pieuchot
2020-05-21Make use of checksum offloads. Very little effort required from theJonathan Matthew
2020-05-20Open up a 4GB memory bus window for mvneta(4) on the MarvellPatrick Wildt
2020-05-20Extend drmkqfilter() to support EVFILT_READ and match drmpoll() behavior.Martin Pieuchot