Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert | |
2009-04-19 | X86: Mask the PIC at startup to avoid a glitch which causes an NMI. | Gabe Black | |
2009-02-01 | X86: Implement pciToDma. | Gabe Black | |
2009-02-01 | X86: Configure the first PCI interrupt. | Gabe Black | |
2009-02-01 | X86: Hook up the IDE controller interrupt line. | Gabe Black | |
2009-02-01 | Devices: Add support for legacy fixed IO locations in BARs. | Gabe Black | |
2009-01-31 | X86: Set up the console interrupt and add some DPRINTFs. | Gabe Black | |
2009-01-31 | X86: Configure the IO APIC more. | Gabe Black | |
2008-10-12 | X86: Make the local APIC handle interrupt messages from the IO APIC. | Gabe Black | |
2008-10-11 | X86: Create an IO APIC device. | Gabe Black | |
2008-10-11 | X86: Rename the PC device to Pc. | Gabe Black | |
--HG-- rename : src/dev/x86/PC.py => src/dev/x86/Pc.py | |||
2008-10-11 | X86: Bring the South Bridge device into dev/x86 and get rid of south_bridge ↵ | Gabe Black | |
directory. --HG-- rename : src/dev/x86/south_bridge/SouthBridge.py => src/dev/x86/SouthBridge.py rename : src/dev/x86/south_bridge/south_bridge.cc => src/dev/x86/south_bridge.cc rename : src/dev/x86/south_bridge/south_bridge.hh => src/dev/x86/south_bridge.hh | |||
2008-10-11 | X86: Change I8254 and PCSpeaker devices from subdevices to SimObjects and ↵ | Gabe Black | |
eliminate subdevices. --HG-- rename : src/dev/x86/south_bridge/i8254.cc => src/dev/x86/i8254.cc rename : src/dev/x86/south_bridge/i8254.hh => src/dev/x86/i8254.hh rename : src/dev/x86/south_bridge/speaker.cc => src/dev/x86/speaker.cc rename : src/dev/x86/south_bridge/speaker.hh => src/dev/x86/speaker.hh | |||
2008-10-11 | Devices: Make the Intel8254Timer device only use pointers to its counters. | Gabe Black | |
2008-06-17 | Rename SimConsole to Terminal since it makes more sense | Nathan Binkert | |
--HG-- rename : src/dev/SimConsole.py => src/dev/Terminal.py rename : src/dev/simconsole.cc => src/dev/terminal.cc rename : src/dev/simconsole.hh => src/dev/terminal.hh | |||
2008-06-12 | X86: Make the platform object initialize channel 0 of the PIT. | Gabe Black | |
2008-03-25 | X86: Change the Opteron platform to be the PC platform. | Gabe Black | |
--HG-- extra : convert_revision : 2c6ffebbad04a21cef6ba3fbc1803218908a6c37 |