gem5/dev
Ali Saidi 6dc3b2fa39 make ide disk work for newmem
SConscript:
    compile ide devices
base/chunk_generator.hh:
    add another parameter to the chuck generator called complete() which
    returns the number of bytes transfered so far. Very useful for
    adding to a pointer.
configs/test/fs.py:
    Add ide disk to fs test configuration
dev/ide_ctrl.cc:
dev/ide_ctrl.hh:
dev/ide_disk.cc:
dev/ide_disk.hh:
dev/io_device.cc:
dev/io_device.hh:
dev/pciconfigall.cc:
dev/pciconfigall.hh:
dev/pcidev.cc:
dev/pcidev.hh:
    update for new memory system
mem/bus.cc:
    support devices that return multiple ranges
    remove old ranges before using new info
mem/packet.hh:
    make senderstate void* per steve's request that we use every
    construct possible in C++
mem/physical.cc:
    have memory stamp the packet with the time.
mem/physical.hh:
    actually set the memory latency variable
python/m5/objects/Device.py:
    Add DmaDevice
python/m5/objects/Ide.py:
    Ide disk no longer has a physmem pointer
python/m5/objects/Pci.py:
    update pci device for newmem
python/m5/objects/PhysicalMemory.py:
    add latency parameter for physical memory
sim/byteswap.hh:
    use fast architecture dependent byteswap calls if they exist

--HG--
extra : convert_revision : e3cf2e8f61064ad302d94bc22010a00c59f3f793
2006-04-20 17:14:30 -04:00
..
alpha_access.h Get rid of the xc from the alphaAccess/alphaConsole backdoor device. 2006-02-23 14:50:16 -05:00
alpha_console.cc fs now gets to the point where it would really like a filesystem. 2006-04-12 17:46:25 -04:00
alpha_console.hh updates for newmem 2006-04-10 14:14:06 -04:00
baddev.cc fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
baddev.hh updates for newmem 2006-04-10 14:14:06 -04:00
disk_image.cc byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. The new file uses LittleEndianGuest and BigEndianGuest namespaces to allow selecting the appropriate functions. 2006-02-03 00:16:44 -05:00
disk_image.hh Many files: 2005-06-05 05:16:00 -04:00
etherbus.cc Many files: 2005-06-05 05:16:00 -04:00
etherbus.hh Many files: 2005-06-05 05:16:00 -04:00
etherdump.cc Fix the EtherDump parameters 2005-09-17 10:47:16 -04:00
etherdump.hh Many files: 2005-06-05 05:16:00 -04:00
etherint.cc Many files: 2005-06-05 05:16:00 -04:00
etherint.hh Many files: 2005-06-05 05:16:00 -04:00
etherlink.cc Update random come to always have explict min/max 2005-11-11 18:41:45 -05:00
etherlink.hh Add ability to slightly perturb latency of ethernet/memory 2005-11-02 14:47:37 -05:00
etherpkt.cc Add the capability to iterate through the packets in a pktfifo, 2005-11-25 11:22:41 -05:00
etherpkt.hh Add the capability to iterate through the packets in a pktfifo, 2005-11-25 11:22:41 -05:00
ethertap.cc Lots of fixes to serialization and naming of various device 2005-08-23 11:45:52 -04:00
ethertap.hh fixes for gcc 4.0 2005-09-12 03:01:43 -04:00
ide_atareg.h Fixes for cygwin compile. 2005-06-30 00:42:27 -04:00
ide_ctrl.cc make ide disk work for newmem 2006-04-20 17:14:30 -04:00
ide_ctrl.hh make ide disk work for newmem 2006-04-20 17:14:30 -04:00
ide_disk.cc make ide disk work for newmem 2006-04-20 17:14:30 -04:00
ide_disk.hh make ide disk work for newmem 2006-04-20 17:14:30 -04:00
ide_wdcreg.h Fix doxgyen comments 2005-06-04 23:56:53 -04:00
io_device.cc make ide disk work for newmem 2006-04-20 17:14:30 -04:00
io_device.hh make ide disk work for newmem 2006-04-20 17:14:30 -04:00
isa_fake.cc fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
isa_fake.hh updates for newmem 2006-04-10 14:14:06 -04:00
ns_gige.cc Added ev5.hh to files which should include it directly, now that it isn't included within isa_traits.hh 2006-03-10 17:56:41 -05:00
ns_gige.hh Ethernet devices have an RSS option to tell the driver to 2006-03-03 14:17:48 -05:00
ns_gige_reg.h Ethernet devices have an RSS option to tell the driver to 2006-03-03 14:17:48 -05:00
pciconfigall.cc make ide disk work for newmem 2006-04-20 17:14:30 -04:00
pciconfigall.hh make ide disk work for newmem 2006-04-20 17:14:30 -04:00
pcidev.cc make ide disk work for newmem 2006-04-20 17:14:30 -04:00
pcidev.hh make ide disk work for newmem 2006-04-20 17:14:30 -04:00
pcireg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
pitreg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
pktfifo.cc add some support for random access of data in packet fifos 2006-02-26 20:31:08 -05:00
pktfifo.hh add some support for random access of data in packet fifos 2006-02-26 20:31:08 -05:00
platform.cc fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
platform.hh fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
rtcreg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
simconsole.cc fixes for newmem 2006-04-06 14:57:51 -04:00
simconsole.hh Many files: 2005-06-05 05:16:00 -04:00
simple_disk.cc fixes for newmem 2006-04-06 14:57:51 -04:00
simple_disk.hh fixes for newmem 2006-04-06 14:57:51 -04:00
sinic.cc Ethernet devices have an RSS option to tell the driver to 2006-03-03 14:17:48 -05:00
sinic.hh Ethernet devices have an RSS option to tell the driver to 2006-03-03 14:17:48 -05:00
sinicreg.hh Ethernet devices have an RSS option to tell the driver to 2006-03-03 14:17:48 -05:00
tsunami.cc fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
tsunami.hh fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
tsunami_cchip.cc fs now gets to the point where it would really like a filesystem. 2006-04-12 17:46:25 -04:00
tsunami_cchip.hh added unimp faults 2006-04-06 18:04:49 -04:00
tsunami_io.cc fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
tsunami_io.hh fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
tsunami_pchip.cc fs now gets to the point where it would really like a filesystem. 2006-04-12 17:46:25 -04:00
tsunami_pchip.hh fullsys now builds and runs for about one cycle 2006-04-11 13:42:47 -04:00
tsunamireg.h Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5 2005-08-15 17:17:17 -04:00
uart.cc fixes for newmem 2006-04-06 14:57:51 -04:00
uart.hh fixes for newmem 2006-04-06 14:57:51 -04:00
uart8250.cc fs now gets to the point where it would really like a filesystem. 2006-04-12 17:46:25 -04:00
uart8250.hh fixes for newmem 2006-04-06 14:57:51 -04:00