OpenBSD cvs log

created 2021-08-21T16:20:07Z
begin 2021-08-16T00:00:00Z
end 2021-08-17T00:00:00Z
path src/sys
commits 2

date 2021-08-16T01:30:27Z
author kevlo
files src/sys/dev/pci/if_rge.c log diff annotate
message Remove redundant SIOCSIFMTU ioctl handler already handlded by ether_ioctl().

From Brad

date 2021-08-16T14:54:50Z
author kevlo
files src/sys/dev/pci/if_iwx.c log diff annotate
src/sys/dev/pci/if_iwxreg.h log diff annotate
message Remove obsolete pre-release support code about two early versions of 8260.
No need to access iwx_read_prph and could get the rid of the obsolete comment.

See Linux commit 4adfaf9b2de3a04a9ee9adff6e000e8dbb37bed5

ok stsp@