CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/05/10 05:08:26
Modified files: sys/dev/ic : re.c Log message: Bring the code that reads the packet counters in line with rge(4). While I haven't found re(4) hardware that actually needs this, this aspect of the hardware is identical between re(4) and rge(4) and the new way of doing things should be safer. ok dlg@, kevlo@