CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2023/02/15 07:10:58
Modified files: sys/dev/fdt : if_dwqe_fdt.c sys/dev/ic : dwqe.c Log message: Don't print the version twice, but do print a newline before attaching the PHY. Put the DMA address of the mbuf into the rx descriptors (instead of the length). Use the correct value when setting the tx ring tail pointer. This make sending and receiving packets work as long as the interface is in promiscuous mode. ok patrick@