t1000.hh (5034:6186ef720dd4) t1000.hh (5834:b9e30a60dee4)
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;

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

86 virtual void clearPciInt(int line);
87
88
89 virtual Addr pciToDma(Addr pciAddr) const;
90
91 /**
92 * Calculate the configuration address given a bus/dev/func.
93 */
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;

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

86 virtual void clearPciInt(int line);
87
88
89 virtual Addr pciToDma(Addr pciAddr) const;
90
91 /**
92 * Calculate the configuration address given a bus/dev/func.
93 */
94 virtual Addr calcConfigAddr(int bus, int dev, int func);
94 virtual Addr calcPciConfigAddr(int bus, int dev, int func);
95
96 /**
97 * Calculate the address for an IO location on the PCI bus.
98 */
99 virtual Addr calcPciIOAddr(Addr addr);
100
101 /**
102 * Calculate the address for a memory location on the PCI bus.
103 */
104 virtual Addr calcPciMemAddr(Addr addr);
95};
96
97#endif // __DEV_T1000_HH__
105};
106
107#endif // __DEV_T1000_HH__