summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2021-03-03off by oneJonathan Gray
2021-02-26Read and parse OTP on the BCM4378. There are quite a few firmware andPatrick Wildt
2021-02-26Refactor bwfm(4) firmware loading. The PCIe backend will need to be ablePatrick Wildt
2021-02-25Some newer chips have two D11/802.11 cores, and we need to reset both atPatrick Wildt
2021-02-25Prevent zero size devices from attachingjan
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2021-02-24Enumerate GCI core, which seems to contain the OTP on the Apple M1.Patrick Wildt
2021-02-23remove some unused includesJonathan Gray
2021-02-09Add a barrier between reading the cqe flags and the command ID, whichJonathan Matthew
2021-01-31Add basic support for BCM4378 as found on the Apple M1 SoCs. There's aPatrick Wildt
2020-12-17bwfm: add a delay in bwfm_set_key_cb before talking to hardwareJoshua Stein
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-12-08an(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-12-02Extract another couple of chunks from main() into helper functions,Kenneth R Westerback
2020-11-17Split imxiic(4) into the FDT-attachment code and the i.MX I2C codePatrick Wildt
2020-11-16Fix compile error on big-endian machines caused by recent multicast commit.Patrick Wildt
2020-11-16Add multicast support to bwfm(4) to make IPv6 work and to fixPatrick Wildt
2020-11-11Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher.Stefan Sperling
2020-10-23Add support for the Micro Crystal RV4162. This variant holds thePatrick Wildt