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

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

96 ioApic.writeReg(0x14, entry.bottomDW);
97 ioApic.writeReg(0x15, entry.topDW);
98 entry.vector = 0x28;
99 ioApic.writeReg(0x20, entry.bottomDW);
100 ioApic.writeReg(0x21, entry.topDW);
101 entry.vector = 0x2C;
102 ioApic.writeReg(0x28, entry.bottomDW);
103 ioApic.writeReg(0x29, entry.topDW);
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;

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

96 ioApic.writeReg(0x14, entry.bottomDW);
97 ioApic.writeReg(0x15, entry.topDW);
98 entry.vector = 0x28;
99 ioApic.writeReg(0x20, entry.bottomDW);
100 ioApic.writeReg(0x21, entry.topDW);
101 entry.vector = 0x2C;
102 ioApic.writeReg(0x28, entry.bottomDW);
103 ioApic.writeReg(0x29, entry.topDW);
104 entry.vector = 0x2E;
105 ioApic.writeReg(0x2C, entry.bottomDW);
106 ioApic.writeReg(0x2D, entry.topDW);
107 entry.vector = 0x30;
108 ioApic.writeReg(0x30, entry.bottomDW);
109 ioApic.writeReg(0x31, entry.topDW);
104}
105
106Tick
107Pc::intrFrequency()
108{
109 panic("Need implementation\n");
110 M5_DUMMY_RETURN
111}

--- 60 unchanged lines hidden ---
110}
111
112Tick
113Pc::intrFrequency()
114{
115 panic("Need implementation\n");
116 M5_DUMMY_RETURN
117}

--- 60 unchanged lines hidden ---