created | 2021-08-01T04:35:16Z |
---|---|
begin | 2021-07-30T00:00:00Z |
end | 2021-07-31T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2021-07-30T04:04:25Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_fb_helper.c | log | diff | annotate |
src/sys/dev/pci/drm/drm_framebuffer.c | log | diff | annotate | |
message | set the name of the allocating process in struct drm_framebuffer |
date | 2021-07-30T12:33:27Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/dwc2/dwc2.c | log | diff | annotate |
src/sys/dev/usb/dwc2/dwc2var.h | log | diff | annotate | |
message |
Fix the transfer abort function dwc2_abort_xfer() to work again with the recently updated code. There, sync the hardware specific parts with the NetBSD driver. |
date | 2021-07-30T13:10:12Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/riscv64/riscv64/process_machdep.c | log | diff | annotate |
message | Cleanup ptrace-related code; still untested. |
date | 2021-07-30T13:17:33Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/riscv64/riscv64/pmap.c | log | diff | annotate |
message |
Use inline function for SFENCE.VMA instruction. Fixes missing "memory" clobber in the inline assembly. |
date | 2021-07-30T13:56:44Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwx.c | log | diff | annotate |
src/sys/dev/pci/if_iwxvar.h | log | diff | annotate | |
message |
Remove an unused 320k bytes DMA memory allocation from iwx(4). This allocation was left over from code inherited from iwm(4) where it is used for transferring firmware code to the device. Devices supported by iwx(4) use an entirely different mechanism for loading firmware and don't need this allocation at all. Based on a patch by zxystd from the OpenIntelWireless project. |
date | 2021-07-30T14:09:12Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwx.c | log | diff | annotate |
message |
Print iwx(4) firmware version numbers like Linux iwlwifi does it. Starting with major version 35 the Linux driver prints the minor version number in hexadecimal. Same change was made for iwm(4) in CVS commit LCM6R5u9jeF8bcXB |
date | 2021-07-30T18:05:24Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/dwc2/dwc2var.h | log | diff | annotate |
message |
Increase static number of nframes which enables very initial ISOC support, e.g. uvideo(4) with lower resolutions. In general we might need to re-write parts of the nframes handling in the driver, since the NetBSD nframes transfer allocation doesn't match with our USB stack. With this we can at least start further testing and improvement for ISOC support. |
date | 2021-07-30T18:56:01Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/dwc2/dwc2.c | log | diff | annotate |
message | Add newline for debug printf. |