Deleted Added
sdiff udiff text old ( 8799:dac1e33e07b0 ) new ( 8832:247fee427324 )
full compact
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;

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

99
100 MemObject *device;
101 std::list<PacketPtr> transmitList;
102
103 /** The system that device/port are in. This is used to select which mode
104 * we are currently operating in. */
105 System *sys;
106
107 /** Id for all requests */
108 MasterID masterId;
109
110 /** Number of outstanding packets the dma port has. */
111 int pendingCount;
112
113 /** If a dmaAction is in progress. */
114 int actionInProgress;
115
116 /** If we need to drain, keep the drain event around until we're done
117 * here.*/

--- 192 unchanged lines hidden ---