diff options
Diffstat (limited to 'src/dev/net')
-rw-r--r-- | src/dev/net/etherdevice.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/net/etherdevice.cc b/src/dev/net/etherdevice.cc index 59849502c..aeaedf795 100644 --- a/src/dev/net/etherdevice.cc +++ b/src/dev/net/etherdevice.cc @@ -36,6 +36,8 @@ void EtherDevice::regStats() { + PciDevice::regStats(); + txBytes .name(name() + ".txBytes") .desc("Bytes Transmitted") |