Deleted Added
sdiff udiff text old ( 2665:a124942bacb8 ) new ( 2846:89fbe74d8ea8 )
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;

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

58}
59
60Addr
61Platform::pciToDma(Addr pciAddr) const
62{
63 panic("No PCI dma support in platform.");
64}
65
66DEFINE_SIM_OBJECT_CLASS_NAME("Platform", Platform)
67