71a72,74
> /** IcachePort class for DefaultFetch. Handles doing the
> * communication with the cache/memory.
> */
74a78
> /** Pointer to fetch. */
77a82
> /** Default constructor. */
82a88
> /** Atomic version of receive. Panics. */
84a91
> /** Functional version of receive. Panics. */
86a94
> /** Receives status change. Other than range changing, panics. */
88a97
> /** Returns the address ranges of this device. */
92a102,103
> /** Timing version of receive. Handles setting fetch to the
> * proper status to start fetching. */
94a106
> /** Handles doing a retry of a failed fetch. */
166,168d177
< /** Sets pointer to page table. */
< // void setPageTable(PageTable *pt_ptr);
<
270a280
> /** Handles retrying the fetch access. */
409,413d418
< #if !FULL_SYSTEM
< /** Page table pointer. */
< // PageTable *pTable;
< #endif
<