Ethernet: share statistics between all ethernet devices and apply some

of those statistics to the e1000 model.
This commit is contained in:
Nathan Binkert
2008-06-17 22:22:44 -07:00
parent 87d03d00cd
commit 1099a9838a
7 changed files with 437 additions and 395 deletions

View File

@@ -46,6 +46,7 @@ if env['FULL_SYSTEM']:
Source('baddev.cc')
Source('disk_image.cc')
Source('etherbus.cc')
Source('etherdevice.cc')
Source('etherdump.cc')
Source('etherint.cc')
Source('etherlink.cc')