Shuffle around device names to make things easier to read.
authorNathan Binkert <binkertn@umich.edu>
Wed, 19 Oct 2005 02:05:05 +0000 (22:05 -0400)
committerNathan Binkert <binkertn@umich.edu>
Wed, 19 Oct 2005 02:05:05 +0000 (22:05 -0400)
commit2badc0113c0c35729cf4035980abe8dc74372d0c
treed373d75fec9ef2f9aec3d93ac5b98ec0475d0f5a
parent1e67135c8b0019fcd40e4154e69b66df5b4f2ccc
Shuffle around device names to make things easier to read.
Create EtherDevBase which both Sinic and NSGigE derive from
bump fifos
drop rx max copy size to 1514 bytes to be friendlier with linux
default interrupt delay is 10us

dev/ns_gige.cc:
    Shuffle around parameters to make it easier to find stuff
dev/sinic.cc:
    Shuffle around parameters to make it easier to find stuff
    rename cycleTime -> clock
dev/sinic.hh:
    rename cycleTime -> clock

--HG--
extra : convert_revision : a673bee875e50d083098991aea20972fa8d5b5c7
dev/ns_gige.cc
dev/sinic.cc
dev/sinic.hh
python/m5/objects/Ethernet.py