CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/05/31 21:34:21
Modified files: sys/dev/fdt : if_mvneta.c if_mvnetareg.h Log message: rework tx start and completion. this is a big step toward making the code mpsafe, and makes a bunch of ring operations such as dmamap syncs and register updates per start/completion call rather than per packet.