41a42
> #include "dev/x86/i82094aa.hh"
61a63,66
>
> /*
> * Initialize the timer.
> */
69a75,84
>
> /*
> * Initialize the I/O APIC.
> */
> I82094AA & ioApic = *southBridge->ioApic;
> I82094AA::RedirTableEntry entry = 0;
> entry.deliveryMode = 0x7;
> entry.vector = 0x20;
> ioApic.writeReg(0x10, entry.bottomDW);
> ioApic.writeReg(0x11, entry.topDW);