OpenBSD cvs log

created 2023-10-08T08:00:58Z
begin 2023-10-01T00:00:00Z
end 2023-10-02T00:00:00Z
path src/sys
commits 4

date 2023-10-01T08:56:24Z
author kettenis
files src/sys/dev/sdmmc/sdhc.c log diff annotate
src/sys/dev/sdmmc/sdhcreg.h log diff annotate
message Print the correct SDHC spec version.

ok deraadt@

date 2023-10-01T09:03:14Z
author kettenis
files src/sys/dev/pci/if_aq_pci.c log diff annotate
message Atlantic 2 hardware has a different layout for the TPS_DATA_TCT registers
and uses different buffer sizes. Fixes an issue where the card would
stop transmitting packets under load on the M2 Pro Mac mini.

ok jmatthew@

date 2023-10-01T15:58:11Z
author krw
files src/sys/dev/usb/ucom.c log diff annotate
src/sys/dev/usb/ucomvar.h log diff annotate
src/sys/dev/usb/usb_subr.c log diff annotate
message Add sysctl hw.ucomnames to list 'fixed' paths to USB serial
ports.

Suggested by deraadt@, USB route idea from kettenis@. Feedback
from anton@, man page improvements from deraadt@, jmc@,
schwarze@.

ok deraadt@ kettenis@

date 2023-10-01T15:58:12Z
author krw
files src/sys/dev/usb/usbdi.h log diff annotate
src/sys/kern/kern_sysctl.c log diff annotate
src/sys/sys/sysctl.h log diff annotate
message Add sysctl hw.ucomnames to list 'fixed' paths to USB serial
ports.

Suggested by deraadt@, USB route idea from kettenis@. Feedback
from anton@, man page improvements from deraadt@, jmc@,
schwarze@.

ok deraadt@ kettenis@