Build date: 1743544802 - Tue Apr 1 22:00:02 UTC 2025 Build cvs date: 1743509630 - Tue Apr 1 12:13:50 UTC 2025 Build id: 2025-04-02.1 Build tags: amd64-regress sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-regress-usr.sbin-bgpd.diff /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P regress/usr.sbin/bgpd/integrationtests/attr.sh P regress/usr.sbin/bgpd/integrationtests/l3vpn.sh P share/man/man4/ice.4 P sys/arch/amd64/pci/acpipci.c P sys/dev/pci/if_ice.c P sys/dev/pci/if_icevar.h P sys/dev/pci/if_rge.c P usr.bin/sort/sort.1 commit J2X1SHeQXu5x6g4A Author: stsp Date: 2025/04/01 12:13:50 ice(4) manual page updates regarding firmware support share/man/man4/ice.4 commit CEY7kQ7qc4vJpPYz Author: claudio Date: 2025/04/01 11:36:40 Run route get with -n to avoid DNS lookups. regress/usr.sbin/bgpd/integrationtests/l3vpn.sh commit 94bZPWmzYJsneMPF Author: kettenis Date: 2025/04/01 09:12:39 Apparently to read the counters we need to write the full DMA address before setting the command bit. The current code causes hangs on a Radxa Orion O6 board with onboard RTL8126 chips. ok dlg@, kevlo@ sys/dev/pci/if_rge.c commit QAz6MPfszsuWstDG Author: sf Date: 2025/04/01 08:43:33 Use acpipci(4) on hypervisors If the hypervisor cpuid bit is set, use acpipci to attach PCI busses. As virtualization is not that old, we can assume that in VMs we don't need the quirk for old, broken ACPI. This solves problems with PCI BAR access and recent seabios versions on qemu. Agreement from @kettenis sys/arch/amd64/pci/acpipci.c commit US8PucqwNSzqx4eA Author: stsp Date: 2025/04/01 08:35:31 unbreak IPv6 neighbor discovery on ice(4) problem reported by bluhm@ sys/dev/pci/if_ice.c commit ep4uZUZJy7BCfifv Author: stsp Date: 2025/04/01 08:34:09 restrict ice(4) firmware to features actually supported by the driver Avoids traffic stalls due to firmware trying to use multiple queues, which the driver does not handle yet. sys/dev/pci/if_ice.c commit aKfNp6ymYEb4J9um Author: stsp Date: 2025/04/01 08:32:16 port ice(4) code for loading DDP firmware packages from freebsd Loading firmware is a prerequisite for performance features such as checksum offload and TSO. These features are not yet implemented by our version of this driver and will be added during the next release cycle. Firmware has been made available on firmware.openbsd.org by sthen@ sys/dev/pci/if_ice.c sys/dev/pci/if_icevar.h commit 5WOTjYhgxGaTdDhK Author: anton Date: 2025/04/01 05:09:10 Stop printing SUCCESS/FAILED in attr.sh which already handled by bsd.regress.mk. regress/usr.sbin/bgpd/integrationtests/attr.sh commit I1h74ECOmtie1iWI Author: schwarze Date: 2025/04/01 00:18:28 Rewrite the description of how sorting works by default, in particular avoiding the nebulous word "lexicographically" and clarifiying that characters are ordered according to ascii(7). Polish a few nearby wordings for conciseness and readability. OK pascal@ jmc@ usr.bin/sort/sort.1