summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-05-26Rewrite the entropy enqueue ring to collect damage asyncronously, and adapt thederaadt1-72/+60
2020-05-26fix wrong firmware filename typo in a comment in iwx_read_firmware()stsp1-2/+2
2020-05-26Make the necessary adjustments to parse iwx(4) -48 firmware image files.stsp2-3/+11
2020-05-26Implement support for the iwx(4) SOC_CONFIGURATION command.stsp3-5/+81
2020-05-26Don't enable any BT modules in the iwx(4) BT_COEX command.stsp1-2/+2
2020-05-26Make iwx(4) flush the Tx path before removing the AP from the firmware'sstsp1-8/+7
2020-05-26Make iwx(4) binding command work on -48 firmware.stsp1-2/+3
2020-05-26Support iwx(4) firmware's BEACON_FILTER_CONFIG_API_S_VER_4 command.stsp2-4/+22
2020-05-26Add checksum offload again, this time only asking the nic to do checksumsjmatthew1-2/+23
2020-05-26match on TP-Link TL-WN822N-EU v5jsg1-2/+3
2020-05-26regenjsg2-5/+10
2020-05-26add TP-Link TL-WN822N-EU v5jsg1-2/+3
2020-05-25For large reads from /dev/random, use the arc4random_ctx_*() functionsnaddy1-19/+13
2020-05-25Pass bootblock indicator RB_GOODRANDOM to random_start(). Future workderaadt2-4/+11
2020-05-25Add a comment explaining the interaction between kcovclose() andanton1-1/+5
2020-05-25regenpatrick2-4/+16
2020-05-25ThingM blink(1)patrick1-1/+5
2020-05-25change wsdisplay attribute type from long to uint32_tjsg34-279/+283
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg18-65/+64
2020-05-25Unfortunately, breaks UDP NFS under volume, when used on the src machine.deraadt1-17/+2
2020-05-23Increase chances of getting a successful PCIe link on the i.MX8MM.patrick1-3/+2
2020-05-23Implement kqfilter matching the corresponding poll routine.mpi2-2/+15
2020-05-23Fix typo in a comment that originated in wpi(4) and has spread elsewhere.stsp4-8/+8
2020-05-23Define PPB_IO_32BIT. Should have been part of the commit to mvkpcie(4)patrick1-1/+2
2020-05-22Improve emulation of bridge config space.kettenis1-42/+13
2020-05-22Improve resetting PCIe devices by making use of the reset-gpios property,patrick1-1/+21
2020-05-22Enable link training just before triggering the actual training.kettenis1-2/+2
2020-05-22regenpatrick2-2/+7
2020-05-22Add Atheros QCA986x/988x PCI ID.patrick1-1/+2
2020-05-22Add support for the Marvell Xenon SDHC. This is used on the Armadapatrick1-3/+245
2020-05-22Add pre/post hooks for bus clock changes to sdhc(4). These will bepatrick2-2/+10
2020-05-22Use the parsed address and interrupt information fromkettenis6-378/+140
2020-05-22Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequencepatrick2-27/+38
2020-05-22Always defer attaching the mvneta(4) interfaces. Otherwise thispatrick1-36/+11
2020-05-22And add the node to the struct. Sometimes I maybe shouldn't try splitingpatrick1-1/+2
2020-05-22Actually store the node in the softc. Missed chunk from the previouspatrick1-1/+2
2020-05-22Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.patrick1-1/+23
2020-05-22Add mvkpcie(4), a driver for the Aardvark PCIe controller found onpatrick2-1/+1031
2020-05-21regenpatrick2-2/+7
2020-05-21ASMedia ASM1182e PCIe switch.patrick1-1/+2
2020-05-21Kill commented out czttypoll() routine.mpi1-17/+1
2020-05-21Make use of checksum offloads. Very little effort required from thejmatthew1-2/+17
2020-05-20Open up a 4GB memory bus window for mvneta(4) on the Marvellpatrick1-3/+8
2020-05-20Extend drmkqfilter() to support EVFILT_READ and match drmpoll() behavior.mpi1-9/+58
2020-05-19We need to double the clock frequency for DDR modes.kettenis1-1/+5
2020-05-19Don't provide backlight control if the list returned by _BCL is empty.kettenis1-4/+6
2020-05-19Use static inline instead of inline; fixes ramdisk build.kettenis1-2/+2
2020-05-19Implement kqueue(2) support.mpi1-2/+179
2020-05-18Offload CCMP (WPA2) encryption and decryption to iwm(4) hardware.stsp2-29/+289
2020-05-18During the rekey operation, we feedback 1 word to the lowest level.deraadt1-2/+2