summaryrefslogtreecommitdiff
path: root/dev
AgeCommit message (Expand)Author
2004-11-17serialization fix for the NS GigE driverNathan Binkert
2004-11-17fix sinic unserializationNathan Binkert
2004-11-17properly implement the fifo _reserved stuff.Nathan Binkert
2004-11-17initialize _reservedNathan Binkert
2004-11-16Fix a bug where we would improperly calculate if the FIFO wasNathan Binkert
2004-11-13Get rid of obsolete sim/sim_stats.* files (looks like theseSteve Reinhardt
2004-11-13Add the Simple Integrated Network Interface ControllerNathan Binkert
2004-11-13don't handle device specific configuration stuff in the baseNathan Binkert
2004-11-13Use the new PacketFifo class to avoid manual calculationsNathan Binkert
2004-11-13change the serialization of a packet so that we don'tNathan Binkert
2004-11-13we shouldn't ever pass around references to PacketPtrs,Nathan Binkert
2004-11-13forgot a change in the previous commit. the ide controllerNathan Binkert
2004-11-13Use parameter structs for initialization so it's easierNathan Binkert
2004-11-13sort #includesNathan Binkert
2004-11-13Macros are nasty, so let's get rid of them. Convert allNathan Binkert
2004-10-25Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smpAli Saidi
2004-10-25changes to make interrupts part of the platform rather than tsunamiAli Saidi
2004-10-23flesh out the TCP/IP/Ethernet supportNathan Binkert
2004-10-23get rid of some unused variablesNathan Binkert
2004-10-23get rid of pmap.h and make things variables and inlineNathan Binkert
2004-10-22Clean up the Range class and associated usages. The code wasNathan Binkert
2004-10-19Clean up/standardize handling of various output files.Steve Reinhardt
2004-10-16Fixes for bigendian platformsAli Saidi
2004-09-21a bit more cleaning of the network header wrappers.Nathan Binkert
2004-09-20Clean up network header stuff and make it more generic. UseNathan Binkert
2004-08-31Updates to make SMP work.Ali Saidi
2004-08-20Fixup interrupting of the ethernet device.Nathan Binkert
2004-08-11cleanup interrupt code for gigabit deviceNathan Binkert
2004-08-11std::Nathan Binkert
2004-07-30better debuggingNathan Binkert
2004-07-30Fix a few bugs in the receive state machine. In doing back to trackingNathan Binkert
2004-07-30make all ethernet dma use the new interfaceNathan Binkert
2004-07-30better debugging of DMA operationsNathan Binkert
2004-07-26styleNathan Binkert
2004-07-23When a packet has finished transmitting, kick the stateNathan Binkert
2004-07-23notify the transmitter when the packet has finished transmitting.Nathan Binkert
2004-07-22Add support to store less than the full packet in an etherdumpNathan Binkert
2004-07-21Wrap tracing stuff in #if TRACING_ON to avoid compile errorNathan Binkert
2004-07-14Fix serialization when a tx interrupt isn't scheduledErik Hallnor
2004-07-14Fix infinite loop in ns_gige stat machineNathan Binkert
2004-07-12make the cache access latency a parameter that is based on busNathan Binkert
2004-07-12make tx/rx fifo size a param, also fix the empty dma problem by adjusting the...Lisa Hsu
2004-07-09Remove second pciToDma translation on current PRD address pointer b/cAndrew Schultz
2004-07-09Merge zizzer.eecs.umich.edu:/bk/m5Lisa Hsu
2004-07-09when you add caches, dma commands within the state machine are delayed and ca...Lisa Hsu
2004-07-08store the checkpoint to the proper directoryNathan Binkert
2004-07-06tag each mem_req as coming from the nic if it is DMA'd from the NIC. the NIC...Lisa Hsu
2004-07-05these changes are an undo from my last changeset. these are meant for later.Lisa Hsu
2004-07-04almost forgot to do this - hope it doesn't mess up schedule.Lisa Hsu
2004-06-30Merge zizzer.eecs.umich.edu:/bk/m5Lisa Hsu