Deleted Added
sdiff udiff text old ( 5222:bb733a878f85 ) new ( 5253:0ecd2477b9f3 )
full compact
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 174 unchanged lines hidden (view full) ---

183 self.etherlink.int0 = Parent.testsys.tsunami.ethernet.interface
184 self.etherlink.int1 = Parent.drivesys.tsunami.ethernet.interface
185
186 if dumpfile:
187 self.etherdump = EtherDump(file=dumpfile)
188 self.etherlink.dump = Parent.etherdump
189
190 return self