CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/04 04:55:38
Modified files:
sys/dev/isa : if_ie.c
Log message:
Interface counters should only increment.
haesbaert points out that ie(4) does a weird error accounting dance
which requires it to decrement a interface counter in some cases.
Shuffle things around to only ever do an increment
"sure" kettenis, OK mpi
