io_device.hh (8851:7e966326ef5b) io_device.hh (8914:8c3bd7bea667)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

60 PioDevice *device;
61
62 virtual Tick recvAtomic(PacketPtr pkt);
63
64 virtual AddrRangeList getAddrRanges();
65
66 public:
67
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

60 PioDevice *device;
61
62 virtual Tick recvAtomic(PacketPtr pkt);
63
64 virtual AddrRangeList getAddrRanges();
65
66 public:
67
68 PioPort(PioDevice *dev, System *s, std::string pname = "-pioport");
68 PioPort(PioDevice *dev);
69};
70
71
72class DmaPort : public Port
73{
74 protected:
75 struct DmaReqState : public Packet::SenderState, public FastAlloc
76 {

--- 237 unchanged lines hidden ---
69};
70
71
72class DmaPort : public Port
73{
74 protected:
75 struct DmaReqState : public Packet::SenderState, public FastAlloc
76 {

--- 237 unchanged lines hidden ---