summaryrefslogtreecommitdiff
path: root/src/dev/x86/pc.cc
AgeCommit message (Expand)Author
2009-04-19X86: Mask the PIC at startup to avoid a glitch which causes an NMI.Gabe Black
2009-02-01X86: Implement pciToDma.Gabe Black
2009-02-01X86: Configure the first PCI interrupt.Gabe Black
2009-02-01X86: Hook up the IDE controller interrupt line.Gabe Black
2009-02-01Devices: Add support for legacy fixed IO locations in BARs.Gabe Black
2009-01-31X86: Set up the console interrupt and add some DPRINTFs.Gabe Black
2009-01-31X86: Configure the IO APIC more.Gabe Black
2008-10-12X86: Make the local APIC handle interrupt messages from the IO APIC.Gabe Black
2008-10-11X86: Create an IO APIC device.Gabe Black
2008-10-11X86: Rename the PC device to Pc.Gabe Black
2008-10-11X86: Bring the South Bridge device into dev/x86 and get rid of south_bridge d...Gabe Black
2008-10-11X86: Change I8254 and PCSpeaker devices from subdevices to SimObjects and eli...Gabe Black
2008-10-11Devices: Make the Intel8254Timer device only use pointers to its counters.Gabe Black
2008-06-17Rename SimConsole to Terminal since it makes more senseNathan Binkert
2008-06-12X86: Make the platform object initialize channel 0 of the PIT.Gabe Black
2008-03-25X86: Change the Opteron platform to be the PC platform.Gabe Black