summaryrefslogtreecommitdiff
path: root/dev/ns_gige.cc
AgeCommit message (Expand)Author
2006-05-22New directory structure:Steve Reinhardt
2006-05-18Change Packet parameters on Port methods from references to pointers.Steve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-04-28devices should increment pkt.time instead of assiging to itAli Saidi
2006-04-24Mostly done with all device models for new memory system. Still need to get t...Ali Saidi
2006-03-10Added ev5.hh to files which should include it directly, now that it isn't inc...Gabe Black
2006-03-03Ethernet devices have an RSS option to tell the driver toNathan Binkert
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-20Get rid of the code that delays PIO write accessesNathan Binkert
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2005-11-25Virtualize sinicNathan Binkert
2005-11-21add support for delaying pio writes until the cache access occursNathan Binkert
2005-11-20io_bus is split out into pio_bus and dma_bus so that any deviceNathan Binkert
2005-10-21better naming for pio interfacesNathan Binkert
2005-10-21It's not necessary for a device to call recvDone, thatNathan Binkert
2005-10-18Shuffle around device names to make things easier to read.Nathan Binkert
2005-10-18use the dedicated flag, no more exposing the m5reg directlyNathan Binkert
2005-10-12better english in stat descriptions for NS GigENathan Binkert
2005-10-12Add support for 64-bit addresses to the NS GigE device model.Nathan Binkert
2005-09-29fix for delayed state machine changesAli Saidi
2005-09-18Tweak the set of coalesced interruptsNathan Binkert
2005-08-23Lots of fixes to serialization and naming of various deviceNathan Binkert
2005-08-18Fix a couple of turbolaser problems that were introduced by theNathan Binkert
2005-08-15Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5Benjamin Nash
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-08-12Improve FreeBSD networking support.Benjamin Nash
2005-06-28Merge m5read@m5.eecs.umich.edu:/bk/m5Benjamin Nash
2005-06-27Change IDE disk and ethernet device to work better with FreeBSD.Benjamin Nash
2005-06-27Implement a state machine clock that acutally limits how fastNathan Binkert
2005-06-19little bit of formattingNathan Binkert
2005-06-05Many files:Steve Reinhardt
2005-06-05Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-cleanAli Saidi
2005-06-05split uart into urt8250 and uart8530Ali Saidi
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-01Standardize clock parameter names to 'clock'.Steve Reinhardt
2005-05-28ns_gige_reg.h, ns_gige.cc:Lisa Hsu
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