OpenBSD cvs log

created 2025-03-30T07:52:05Z
begin 2025-03-28T00:00:00Z
end 2025-03-29T00:00:00Z
path src/sys
commits 5

date 2025-03-28T07:23:48Z
author kevlo
files src/sys/dev/ic/qwz.c log diff annotate
message Don't free unused variable.

ok patrick@

date 2025-03-28T10:30:57Z
author stsp
files src/sys/dev/pci/if_ice.c log diff annotate
message fix missing vlan tag byte swap in ice_tx_setup_offload()

date 2025-03-28T13:55:27Z
author kevlo
files src/sys/dev/ic/qwx.c log diff annotate
src/sys/dev/ic/qwxreg.h log diff annotate
src/sys/dev/pci/if_qwx_pci.c log diff annotate
message Add support for QCA2066. It is very similar to QCNFA765,
The most significant difference is that QCA2066 supports 3-antenna
configuration while QCNFA765 does not. To differentiate them,
subversion numbers are used.
See Linux commit 5dc9d1a55e953d9059ecbdd8fe6ec81e9edd349e

Also fix the regdb firmware load, code taken from qwz.c r1.11 by patrick@.

Tested by and ok stsp@

date 2025-03-28T16:13:54Z
author stsp
files src/sys/dev/pci/if_ice.c log diff annotate
message allow ice(4) to work when phy type does not map to a known media type

Map unknown PHY types to IFM_ETHER as a catch-all, as suggested by
dlg@ in https://marc.info/?l=openbsd-tech&m=173388658508179&w=2

Verified by temporarily making the phy type of my test device unknown.

date 2025-03-28T23:17:00Z
author hastings
files src/sys/dev/usb/if_mtw.c log diff annotate
message Open bulk usb(4) pipes once for the lifetime of the device.

ok kevlo@