summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2021-05-28move the nvme_dmamem prototypes so bus glue can use them.David Gwynne
2021-05-28shuffle the deck chairs. no functional changeDavid Gwynne
2021-05-28move nvme_barrier to nvmevar.h, just to keep it with the other reg ops.David Gwynne
2021-05-28let nvme_read8 and nvme_write8 get used by bus glue too.David Gwynne
2021-05-28move the nvme_read4 and nvme_write4 macros to the header.David Gwynne
2021-05-27vga(4): fix vga_doswitch() prototypecheloha
2021-05-17Fix mbuf leaks after reception error in re_rxeof().Visa Hankala
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-05-07RealTek -> RealtekJonathan Gray
2021-05-07add support for RTL8168FP/RTL8111FP/RTL8117 to re(4)Jonathan Gray
2021-05-06Fix bogus return statement.Mark Kettenis
2021-05-03work around an athn(4) device problem with bogus Michael MIC failuresStefan Sperling
2021-05-01Actually, that variable needs to be a u_int8_t pointer.Mark Kettenis
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-05-01variable has to be a pointer after last changeTheo de Raadt
2021-04-29Replace uvm_km_alloc(9) calls with km_alloc(9) calls. Make the copied ROMMark Kettenis
2021-04-24Remove unused function pointers from `todr_handle'.Martin Pieuchot
2021-04-22Use the long version of the bwfm(4) firmware path, which includes thePatrick Wildt
2021-04-15Switch athn(4) 802.11n Tx rate adaptation from MiRA to RA.Stefan Sperling
2021-04-15Make athn(4) set the channel when hostap or monitor modes enter RUN state.Stefan Sperling
2021-03-07ansiJonathan Gray