gem5/dev
Ali Saidi b6fba57065 our first interrupt
cpu/exetrace.cc:
    added looking for symbols at PC+4 and PC+8 thanks to gcc skiping
    setting the gp where it can and jumping <func>+8
dev/console.cc:
    commented out weird interrupt per nate's suggestion
dev/tsunami_cchip.cc:
    moved rtc flag to correct bit
dev/tsunami_io.cc:
    time interrupt will be 1024Hz and at some point be configurable by
    linux
dev/tsunami_io.hh:
    Timer interrupt will be 1024hz for now and in the future be
    configurable by linux

--HG--
extra : convert_revision : 2fcc924c8848eb3c6166d9d517617ed193a2b89a
2004-01-28 18:12:52 -05:00
..
alpha_access.h one step closer to booting 2004-01-21 20:14:10 -05:00
alpha_console.cc Add support for RTC to interrupt, HACK in alpha_console temporary 2004-01-27 21:36:46 -05:00
alpha_console.hh Add support for RTC to interrupt, HACK in alpha_console temporary 2004-01-27 21:36:46 -05:00
console.cc our first interrupt 2004-01-28 18:12:52 -05:00
console.hh add support for simple character input via the system console 2003-12-22 17:51:14 -05:00
disk_image.cc Modify handling of serialize:dir parameter to make it more useful. 2004-01-11 15:24:18 -08:00
disk_image.hh Serialization support for cow images 2003-10-30 16:48:23 -05:00
etherbus.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
etherbus.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherdump.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
etherdump.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
etherint.cc Don't need to include sim/param.hh in sim_object.hh anymore. 2003-10-21 21:32:15 -07:00
etherint.hh only send data to a peer if the peer exists 2003-10-26 22:38:26 -05:00
etherlink.cc fix type! argh 2003-11-04 12:48:21 -05:00
etherlink.hh Stats & serialization tweaks & cleanup. Unserializing from 2003-12-11 00:16:46 -08:00
etherpkt.hh Merge Steve & Erik's etherdev & scsi changes with mine (specifically 2003-10-29 22:13:16 -08:00
ethertap.cc Add serialization (which Nate now says we probably don't need) 2003-10-30 15:16:00 -05:00
ethertap.hh Add serialization (which Nate now says we probably don't need) 2003-10-30 15:16:00 -05:00
pcireg.h Import changeset 2003-10-07 10:41:54 -04:00
simple_disk.cc Separate the stuff for SimObject from SimObject builder. 2003-10-20 20:17:01 -04:00
simple_disk.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
tsunami.cc Add support for RTC to interrupt, HACK in alpha_console temporary 2004-01-27 21:36:46 -05:00
tsunami.hh Add support for RTC to interrupt, HACK in alpha_console temporary 2004-01-27 21:36:46 -05:00
tsunami_cchip.cc our first interrupt 2004-01-28 18:12:52 -05:00
tsunami_cchip.hh Add support for RTC to interrupt, HACK in alpha_console temporary 2004-01-27 21:36:46 -05:00
tsunami_io.cc our first interrupt 2004-01-28 18:12:52 -05:00
tsunami_io.hh our first interrupt 2004-01-28 18:12:52 -05:00
tsunami_pchip.cc Add support for RTC to interrupt, HACK in alpha_console temporary 2004-01-27 21:36:46 -05:00
tsunami_pchip.hh Add support for RTC to interrupt, HACK in alpha_console temporary 2004-01-27 21:36:46 -05:00
tsunami_uart.cc uart works in linux 2004-01-27 18:14:04 -05:00
tsunami_uart.hh Support for Tsunami coming along... RTC, PIC working, UART in progress 2004-01-26 13:26:34 -05:00
tsunamireg.h Support for Tsunami coming along... RTC, PIC working, UART in progress 2004-01-26 13:26:34 -05:00