summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-05-19Only advertise MSI support if there is an MSI controller of some sort.Mark Kettenis
2021-05-19match on Intel 500 Series PCH idsJonathan Gray
2021-05-19regenJonathan Gray
2021-05-19add Intel 500 Series PCH idsJonathan Gray
2021-05-19regenJonathan Gray
2021-05-19add more inteldrm and amdgpu idsJonathan Gray
2021-05-18regenKevin Lo
2021-05-18Add support for Quectel EC25.Kevin Lo
2021-05-18Move the pciecam stanza back into files.arm64 since armv7 has its ownMark Kettenis
2021-05-18Add pre-DMA-write barrier after data is stored to memoryAlexandre Ratchov
2021-05-18regenMark Kettenis
2021-05-18Add Quectel EM120R-GL and Samsung PM9A1.Mark Kettenis
2021-05-17Move pciecam.c to dev/fdt/.Mark Kettenis
2021-05-17Rename some MD structs by giving them an architecture-neutral name inMark Kettenis
2021-05-17Fix mbuf leaks after reception error in re_rxeof().Visa Hankala
2021-05-17drm/radeon: fix copy of uninitialized variable back to userspaceJonathan Gray
2021-05-17return early if work is cancelled before being scheduledJonathan Gray
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-05-16correct prototype of acpi gpio intr_establish functionsJonathan Gray
2021-05-12Fix several issues introduced with iwm(4) Tx aggregation support.Stefan Sperling
2021-05-11Temporarily release the mutex while calling sensor_task_register() as itanton
2021-05-10Let iwm(4) flush Tx queues before removing the firmware station andStefan Sperling
2021-05-10Refactor softraid crypto code to allow use of a discipline-specific dataStefan Sperling
2021-05-09Some x86 machines advertise the "hardware reduced" ACPI feature, advertiseMark Kettenis
2021-05-07Print Synopsys version number, use OF_getpropbool(9) where appropriateMark Kettenis
2021-05-07RealTek -> RealtekJonathan Gray
2021-05-07fix bounds tests gpio pin numbering starts at 0Jonathan Gray
2021-05-07add support for RTL8168FP/RTL8111FP/RTL8117 to re(4)Jonathan Gray
2021-05-06Fix bogus return statement.Mark Kettenis
2021-05-06Add OF_getpropbool(9).Mark Kettenis
2021-05-06Make iwx(4) install CCMP keys to hardware from a task context toStefan Sperling
2021-05-05Match on snps,dw-mshc in dwmmc(4) and use clock-frequency for clkbase ifJonathan Gray
2021-05-05Enable detailed reports about firmware errors in iwm(4) for the time being.Stefan Sperling
2021-05-03Make sdhc(4) attachment work on Zynq-7000.Visa Hankala
2021-05-03Add 802.11n Tx aggregation support to iwm(4).Stefan Sperling
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-29Make iwn, iwm, and iwx keep track of beacon parameters at run-time.Stefan Sperling
2021-04-29Replace uvm_km_alloc(9) calls with km_alloc(9) calls. Make the copied ROMMark Kettenis
2021-04-25Make urtwn(4) attach to 'ASUS USB-N10 Nano' devices.Stefan Sperling
2021-04-25regenStefan Sperling
2021-04-25Add USB product ID for ASUS RTL8188EUS. Patch by Jan Vlach.Stefan Sperling
2021-04-25Implement support for Rx aggregation offload in iwm(9) and iwx(4), andStefan Sperling
2021-04-24The variation in access size requirements and spacing of registers ofMark Kettenis
2021-04-24Remove unused function pointers from `todr_handle'.Martin Pieuchot
2021-04-24If MSI-X vectors are available, create multiple tx/rx queues, configureJonathan Matthew
2021-04-24Add cduart(4), a driver for the Cadence UART found on Xilinx Zynq SoCs.Visa Hankala