OpenBSD cvs log

created 2024-05-19T00:41:45Z
begin 2024-05-15T00:00:00Z
end 2024-05-16T00:00:00Z
path src/sys
commits 9

date 2024-05-15T01:41:19Z
author kevlo
files src/sys/dev/usb/uchcom.c log diff annotate
src/sys/dev/usb/usbdevs log diff annotate
message Add CH9102 support. Tested on the NodeMCU esp8266 v3 ch9102x board.

ok deraadt@

date 2024-05-15T01:41:41Z
author kevlo
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2024-05-15T04:36:28Z
author jsg
files src/sys/dev/usb/usps.c log diff annotate
message remove extra snprintf arguments to fix build
usps(4) is not included in any kernel config

date 2024-05-15T07:46:25Z
author jsg
files src/sys/dev/pci/pciide.c log diff annotate
src/sys/dev/pci/Attic/pciide_opti_reg.h log diff annotate
message remove unused header

opti functions were removed in pciide.c rev 1.360

date 2024-05-15T12:57:36Z
author jsg
files src/sys/dev/pci/cz.c log diff annotate
message ansi style function decl

date 2024-05-15T18:01:10Z
author mglocker
files src/sys/dev/ic/ufshci.c log diff annotate
message Also free CCBs in the error case. Fixes an intermittent panic seen on
arm64.

date 2024-05-15T20:10:27Z
author mglocker
files src/sys/dev/ic/ufshci.c log diff annotate
src/sys/dev/ic/ufshcireg.h log diff annotate
message Fix multi-slot support.
We also add an timeout while waiting for command completion.

date 2024-05-15T20:15:33Z
author mglocker
files src/sys/dev/ic/ufshcivar.h log diff annotate
message Remove unused variable.

date 2024-05-15T22:54:03Z
author kettenis
files src/sys/dev/fdt/ociic.c log diff annotate
message Recent OpenSBI versions implement shutdown and reboot through the DA9063
PMIC, but expect the I2C controller to remain enabled. Adjust ociic(4)
such that this is the case.

ok jca@