summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-04-07Claim framebuffer that was configured by bootloader.Mark Kettenis
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-07Implement support for "usb-nop-xceiv" PHYs.Mark Kettenis
2020-04-07Fix off-by-one in check for valid pin numbers and use the existingMark Kettenis
2020-04-06acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9)cheloha
2020-04-06wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@cheloha
2020-04-06sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha
2020-04-06pcppi(4), spkr(4): ticks -> millisecondscheloha
2020-04-06Remove redundant VOP_CLOSE() and vput(). The fail branch will closeVisa Hankala
2020-04-06fix previous: use the correct offset for sq/rq creation, and don'tJonathan Matthew
2020-04-06Make it possible to use ix(4) with MSI-X, currently disabled by default.Martin Pieuchot
2020-04-06Add a helper function for writing physical addresses for queues intoJonathan Matthew
2020-04-06Update my email address.Paul Irofti
2020-04-04Return ENETRESET on success from mcx_up() so mcx_ioctl() will callJonathan Matthew
2020-04-03Put back the code to enable and set the output tap delay. Tis fixesMark Kettenis
2020-04-03Move the responsibility of syncing the data buffers from the USBPatrick Wildt
2020-04-03Add rkrng(4), a driver for the random number generator found on variousMark Kettenis
2020-04-03The dtb I'm using for my rockpro64 has an "assigned-clocks" property soMark Kettenis
2020-04-03Revert "drm/dp_mst: Skip validating ports during destruction, just ref"Jonathan Gray
2020-04-03Fix an automatic Tx rate control issue in iwm(4) and iwx(4).Stefan Sperling
2020-04-03Fix incoherencies of errors returned by various *kqfilter routines.Martin Pieuchot
2020-04-02Fix use-after-free zyd(4) upon Tx error and device detach.Stefan Sperling
2020-04-02Remove iwm(4) 11n mode CCK Tx rate fallback.Stefan Sperling
2020-04-02iwm's LQ_CMD can work asynchronously from interrupt context.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-04-01USB control requests to the root hub differ from those to devices. ForPatrick Wildt
2020-03-31Fix MIMO rates with firmware-based rate scaling in iwm(4).Stefan Sperling
2020-03-31When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-31When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-30No point in checking the loop variable for NULL inside a LIST_FOREACH.Kenneth R Westerback
2020-03-29Pin groups have regulators associated with them; enable these such thatMark Kettenis
2020-03-29Add glue to make ipmi(4) attach to FDT.Mark Kettenis
2020-03-28Export the number of arguments exposed by a probe to userland.Martin Pieuchot
2020-03-28Add a few more Allwinner A80 clocks and resets.Mark Kettenis
2020-03-28Apply masks to values read from the RTC registers. This is essential forMark Kettenis
2020-03-27Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs.Patrick Wildt
2020-03-27Don't free() part of a struct.Kenneth R Westerback
2020-03-27Use correct bit mask to promptly exit rge_set_phy_power() andKenneth R Westerback
2020-03-27BD71837 uses the same BUCK2 register as BD71847. This allowsPatrick Wildt
2020-03-26Fix register definition. Fixes USB3 support when USB has not beenMark Kettenis
2020-03-26Prevent NULL dereference in passing result of dma_alloc() with NO_WAITtobhe
2020-03-26drm/amd/amdgpu: Fix GPR read from debugfs (v2)Jonathan Gray
2020-03-26drm/amd/display: fix dcc swath size calculations on dcn1Jonathan Gray
2020-03-26drm/amd/display: Clear link settings on MST disable connectorJonathan Gray
2020-03-26print platform name and gen in early inteldrm attachJonathan Gray
2020-03-25Add missing %s in sr_error, otherwise 'sd->sd_name' is not printed.tobhe
2020-03-25Revert introduction of MSI-X code, deraadt@ reported a regression on i386.Martin Pieuchot
2020-03-25Introduce stacktrace_save_at() and make use of it in dt(4).Martin Pieuchot
2020-03-25Indicate that the case handling data underruns falls through to the caseJonathan Matthew