pc.cc (5834:b9e30a60dee4) pc.cc (5842:1349786dd9a7)
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;

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

122{
123 warn_once("Don't know what interrupt to clear for console.\n");
124 //panic("Need implementation\n");
125}
126
127void
128Pc::postPciInt(int line)
129{
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;

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

122{
123 warn_once("Don't know what interrupt to clear for console.\n");
124 //panic("Need implementation\n");
125}
126
127void
128Pc::postPciInt(int line)
129{
130 panic("Need implementation\n");
130 southBridge->ioApic->signalInterrupt(line);
131}
132
133void
134Pc::clearPciInt(int line)
135{
131}
132
133void
134Pc::clearPciInt(int line)
135{
136 panic("Need implementation\n");
136 warn_once("Tried to clear PCI interrupt %d\n", line);
137}
138
139Addr
140Pc::pciToDma(Addr pciAddr) const
141{
142 panic("Need implementation\n");
143 M5_DUMMY_RETURN
144}

--- 27 unchanged lines hidden ---
137}
138
139Addr
140Pc::pciToDma(Addr pciAddr) const
141{
142 panic("Need implementation\n");
143 M5_DUMMY_RETURN
144}

--- 27 unchanged lines hidden ---