i82094aa.cc (11793:ef606668d247) i82094aa.cc (12749:223c83ed9979)
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;

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

87 PhysAddrAPICRangeSize));
88 return ranges;
89}
90
91Tick
92X86ISA::I82094AA::recvResponse(PacketPtr pkt)
93{
94 // Packet instantiated calling sendMessage() in signalInterrupt()
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;

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

87 PhysAddrAPICRangeSize));
88 return ranges;
89}
90
91Tick
92X86ISA::I82094AA::recvResponse(PacketPtr pkt)
93{
94 // Packet instantiated calling sendMessage() in signalInterrupt()
95 delete pkt->req;
96 delete pkt;
97 return 0;
98}
99
100Tick
101X86ISA::I82094AA::read(PacketPtr pkt)
102{
103 assert(pkt->getSize() == 4);

--- 202 unchanged lines hidden ---
95 delete pkt;
96 return 0;
97}
98
99Tick
100X86ISA::I82094AA::read(PacketPtr pkt)
101{
102 assert(pkt->getSize() == 4);

--- 202 unchanged lines hidden ---