New Ethernet device. Descriptors are now done via DMA instead

of faking it.  Renamed stuff to follow our style.  Lots of
general cleanup.

dev/etherpkt.hh:
    fix up includes

--HG--
extra : convert_revision : fb3a21466cdae00f8747d6e3027c9f2c63569c48
This commit is contained in:
Nathan Binkert
2004-02-21 10:43:37 -05:00
parent a1259a4fcf
commit 610081079c
2 changed files with 51 additions and 1 deletions

View File

@@ -33,10 +33,10 @@
#ifndef __ETHERPKT_HH__
#define __ETHERPKT_HH__
#include <iosfwd>
#include <memory>
#include "sim/host.hh"
#include "base/refcnt.hh"
class Checkpoint;