summaryrefslogtreecommitdiff
path: root/dev/ns_gige.cc
AgeCommit message (Expand)Author
2005-04-29Add suport for no allocation of cache block on a dma read passing through a c...Ron Dreslinski
2005-04-24Add the m5 parameter to the ns83820 device model so that weNathan Binkert
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-03-29expose variables for number of global events per simulated second,Nathan Binkert
2005-03-16Some changes to NSGigE's DPRINTF's that helped when I was doing NAT stuff.Lisa Hsu
2005-01-19Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2005-01-19added total bytes/bandwidth/packets formulas to nicsAli Saidi
2005-01-19Fix serialization of txPacket (need to properly calculate the length before s...Ron Dreslinski
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2004-11-18Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Nathan Binkert
2004-11-18always initalize the size of a packet (forgotten on checkpointsNathan Binkert
2004-11-18add a bunch of stats for interrupt classification, coalescing characterizatio...Lisa Hsu
2004-11-17serialization fix for the NS GigE driverNathan 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-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-13Use parameter structs for initialization so it's easierNathan 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-22Clean up the Range class and associated usages. The code wasNathan Binkert
2004-09-20Clean up network header stuff and make it more generic. UseNathan Binkert
2004-08-20Fixup interrupting of the ethernet device.Nathan Binkert
2004-08-11cleanup interrupt code for gigabit deviceNathan 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-21Wrap tracing stuff in #if TRACING_ON to avoid compile errorNathan Binkert
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-09when you add caches, dma commands within the state machine are delayed and ca...Lisa Hsu
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-30fix transmit side checksum offloading to not generate a pseudo header.Lisa Hsu
2004-06-21lLisa Hsu
2004-06-12minor mods for mimicking NS83820 functionalityLisa Hsu
2004-06-11fix serializationLisa Hsu
2004-06-10Merge zizzer.eecs.umich.edu:/bk/linuxLisa Hsu
2004-06-10fix some things on linux todo list. 1) the config.ini. 2) the etherpkt stru...Lisa Hsu
2004-06-10Fixes for detailed boot, made cttz and ctlz instructions more compact,Ali Saidi
2004-06-04Merge zizzer:/bk/linuxAndrew Schultz
2004-06-04Changes to support serialization with PCI devicesAndrew Schultz