summaryrefslogtreecommitdiff
path: root/dev/ns_gige.cc
AgeCommit message (Expand)Author
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
2004-06-04Updated copyright on Tsunami and kern/linux files.Ali Saidi
2004-05-26this now pings in single-user mode, so it should ping in other modes fine as ...Lisa Hsu
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-05-18fix the indefinite interrupting of the ethernet device.Lisa Hsu
2004-04-21just comment ns_gige.cc a little moreLisa Hsu
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