summaryrefslogtreecommitdiff
path: root/dev/ns_gige.hh
AgeCommit message (Expand)Author
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-17Get rid of deque (poor memory allocation), switch them over to lists.Kevin Lim
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-18use the dedicated flag, no more exposing the m5reg directlyNathan Binkert
2005-10-12Add support for 64-bit addresses to the NS GigE device model.Nathan 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-27Implement a state machine clock that acutally limits how fastNathan Binkert
2005-06-17I/O changes and SkipFuncEvents to increase FreeBSD compatibility.Benjamin Nash
2005-06-05Many files:Steve Reinhardt
2005-06-05split uart into urt8250 and uart8530Ali Saidi
2005-06-01Standardize clock parameter names to 'clock'.Steve Reinhardt
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-01-21Merge zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-01-19added total bytes/bandwidth/packets formulas to nicsAli Saidi
2005-01-18Merge changes to make m5 g++ 3.4 compatible.Kevin Lim
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2004-11-18add a bunch of stats for interrupt classification, coalescing characterizatio...Lisa Hsu
2004-11-13Use the new PacketFifo class to avoid manual calculationsNathan 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-10-23flesh out the TCP/IP/Ethernet supportNathan Binkert
2004-09-20Clean up network header stuff and make it more generic. UseNathan Binkert
2004-07-30Fix a few bugs in the receive state machine. In doing back to trackingNathan Binkert
2004-07-26styleNathan Binkert
2004-07-23When a packet has finished transmitting, kick the stateNathan 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-04almost forgot to do this - hope it doesn't mess up schedule.Lisa Hsu
2004-06-21lLisa Hsu
2004-06-12minor mods for mimicking NS83820 functionalityLisa Hsu
2004-06-11fix serializationLisa Hsu
2004-06-04Merge zizzer:/bk/linuxAndrew Schultz
2004-06-04Changes to support serialization with PCI devicesAndrew Schultz
2004-06-04Updated copyright on Tsunami and kern/linux files.Ali Saidi
2004-05-25Changed name of lisa's device to NSgigE instead of Etherdev so itAli Saidi
2004-05-21rename namespace Statistics to StatsNathan Binkert
2004-04-21This is where I'm at for Linux Ethernet before I head to Mexico.Lisa Hsu
2004-03-12first pass at ns_ethernet device. more will come later as i merge in nate's ...Lisa Hsu