summaryrefslogtreecommitdiff
path: root/src/dev/net/etherdevice.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/net/etherdevice.cc')
-rw-r--r--src/dev/net/etherdevice.cc2
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")