summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2022-03-14Fix Tx performance on urtwn(4) RTL8192EU devices.Stefan Sperling
2022-03-13Revert previous commit. It breaks the serial console on my rpi4.Mark Kettenis
2022-03-11Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends onAnton Lindqvist
2022-03-08remove files used by isa radio drivers removed in 2016Jonathan Gray
2022-03-07remove WD33C93 SCSI codeJonathan Gray
2022-03-06Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm.Mark Kettenis
2022-03-04Add support for the BCM4387. The firmware for this variant uses a new scanMark Kettenis
2022-03-02The firmware for the bwfm(4) variants in Apple Silicon Macs has variantsMark Kettenis
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-15unifdef __OpenBSD__Jonathan Gray
2022-01-14update drm to linux 5.15.14Jonathan Gray
2022-01-11add Synopsys Degisnware UART (dw-apb-uart) supportSASANO Takayoshi
2022-01-09spellingJonathan Gray
2022-01-07fix aac build after -Wno-uninitialized was removedJonathan Gray
2022-01-05rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.David Gwynne
2022-01-04remove the last part of driver for aic-6250 scsi on aviionJonathan Gray
2022-01-04remove files missed when sgi was removedJonathan Gray
2022-01-03the prism54 domain is long abandonedJonathan Gray
2021-12-27Support reading OTP information from a few more chips, necessary to learnPatrick Wildt
2021-12-27Fix off-by-one in blob download, where in the case that the blob is evenlyPatrick Wildt
2021-12-27BCM4387 needs the D11 cores to be held in reset by us, the firmwarePatrick Wildt
2021-12-27Send TxCap and WiFi calibration blobs to the chip.Patrick Wildt
2021-12-27Handle trailing odd-sized 1024 byte blocks when calculating TCM RAM size.Patrick Wildt
2021-12-26Add information about TCM rambase and how to check the SR capability forPatrick Wildt
2021-12-22Disable minimum power consumption in hostap mode. This improves connectionTobias Heider
2021-12-20bus_dmamem_unmap() should not be called from interrupt context, so freePatrick Wildt
2021-12-20Add mtw(4), a driver for MediaTek MT7601U wifi devices.hastings
2021-11-23avoid clang -Wsometimes-uninitialized warnings in fms(4)Jonathan Gray
2021-11-07Fix handling of interrupts shared between multiple dwiic(4) devices.Stefan Sperling
2021-10-23Make sure we have enough space to add padding and final token to the nvramMark Kettenis
2021-10-11Add support for 40MHz channels to net80211 RA.Stefan Sperling
2021-10-03Apparently some athn(4) variants are buggy and may hand us corrupt framesMark Kettenis
2021-09-01Use ttopen in tty drivers open functions as ttysleep string, as the others do.Jan Klemkow
2021-09-01Remove dead poweroff functions, as they not appear in otherJan Klemkow
2021-08-31Implement suspend/resume for bwfm(4) with PCIe backend. We try to send thePatrick Wildt
2021-08-31Clean up the list of chips upon detach and mark us uninitialized.Patrick Wildt
2021-08-31Using suser() instead of doing it manually.Jan Klemkow
2021-08-31sprinkle barriers and dmamem_syncs around the hibernate io path.David Gwynne
2021-08-30remove a bunch of forward-only structs that were found with ctfconv.Jasper Lievisse Adriaanse
2021-08-29Reduce the number of openings for aplns(4) to 1. This isn't correct butMark Kettenis
2021-08-29Reduce the number of openings for aplns(4) to 1. This isn't correct butMark Kettenis
2021-08-19Purge the cached nodes when we switch back to SCAN. In case we lostPatrick Wildt
2021-08-19Consistently use ieee80211_begin_scan() to switch to SCAN.Patrick Wildt
2021-08-19Fix an off-by-one in bwfm(4) SSID length checks.Stefan Sperling
2021-08-12One some access points we receive an unsolicited assoc status eventPatrick Wildt
2021-07-14fix "logically dead code" flagged by coverityDaniel Dickman
2021-07-13Ensure that we don't overrun the TX FIFO for longer transfers. CheckPatrick Wildt
2021-07-08fix the hibernate io path.David Gwynne
2021-07-07update drm to linux 5.10.47Jonathan Gray