i82094aa.hh (7903:7fcfb515d7bf) i82094aa.hh (7913:70b56a9ac1b2)
1/*
2 * Copyright (c) 2008 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;

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

93 const Params *
94 params() const
95 {
96 return dynamic_cast<const Params *>(_params);
97 }
98
99 I82094AA(Params *p);
100
1/*
2 * Copyright (c) 2008 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;

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

93 const Params *
94 params() const
95 {
96 return dynamic_cast<const Params *>(_params);
97 }
98
99 I82094AA(Params *p);
100
101 void init();
102
101 Tick read(PacketPtr pkt);
102 Tick write(PacketPtr pkt);
103
104 void addressRanges(AddrRangeList &range_list)
105 {
106 range_list.clear();
107 range_list.push_back(RangeEx(pioAddr, pioAddr + 4));
108 range_list.push_back(RangeEx(pioAddr + 16, pioAddr + 20));

--- 32 unchanged lines hidden ---
103 Tick read(PacketPtr pkt);
104 Tick write(PacketPtr pkt);
105
106 void addressRanges(AddrRangeList &range_list)
107 {
108 range_list.clear();
109 range_list.push_back(RangeEx(pioAddr, pioAddr + 4));
110 range_list.push_back(RangeEx(pioAddr + 16, pioAddr + 20));

--- 32 unchanged lines hidden ---