summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2021-07-01Prevent athn(4) from calling ieee80211_find_rxnode() on bad frames.Stefan Sperling
2021-06-02Correctly calculate number of PRPL entries we have to sync by addingPatrick Wildt
2021-05-31make nvme_read8 and write8 less clever.David Gwynne
2021-05-31try to get rid of a weird comma on the alpns attach line.David Gwynne
2021-05-30Include <sys/mutex.h> to avoid a hidden header dependency.Visa Hankala
2021-05-29Only allocate the "hibernate" queue when HIBERNATE support is being built.Mark Kettenis
2021-05-28aplns needs some dmamem per queue for it's iommu.David Gwynne
2021-05-28provide nvme_ops for vanilla pci nvme, and use them in the right places.David Gwynne
2021-05-28provide an nvme_ops struct to start trying to support apple m1 nvme.David Gwynne