summaryrefslogtreecommitdiff
path: root/dev
AgeCommit message (Expand)Author
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
2004-06-30fix transmit side checksum offloading to not generate a pseudo header.Lisa Hsu
2004-06-29Another fix for the too much work problem in 2.6. This should do it.Ali Saidi
2004-06-28With the new uart code 300 cycles isn't quite enough, 350 seems toAli Saidi
2004-06-28Don't serialize the absolute path so we can move checkpoints around.Nathan Binkert
2004-06-27allow the use of old console code and update elf_object not to rely on EM_ALP...Ali Saidi
2004-06-26rewrote uart and renamed console.cc to simconsole to reduce confusionAli Saidi
2004-06-23minor changes to endian code so that it runs on x86 linuxAli Saidi
2004-06-23Merge zizzer:/bk/linux into zeep.eecs.umich.edu:/z/saidi/work/m5-endianAli Saidi
2004-06-23Fix to properly shadow the DEV bit in the Drive/Head register so otherAndrew Schultz
2004-06-23more modifications for cross-endian support. linux now gets to pciconfigAli Saidi
2004-06-21lLisa Hsu
2004-06-21Merge saidi@zizzer.eecs.umich.edu:/bk/linuxAli Saidi
2004-06-21start towards getting m5 endian compliantAli Saidi
2004-06-17Fixes to IDE disk to fix serialization. Now passes simple CPU serializeAndrew Schultz
2004-06-16Fix serialize/unserialize of the timers and RTC eventsAndrew Schultz
2004-06-16Updated serialization code and added #if tracing so that make fastAli Saidi
2004-06-12minor mods for mimicking NS83820 functionalityLisa Hsu
2004-06-11fix serializationLisa Hsu
2004-06-11after unserialization in the ide driver we need to reprogram theAli Saidi
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-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-06-04Fix to TsunamiIO unserializeAndrew Schultz
2004-06-04Merge zizzer:/bk/linuxAndrew Schultz
2004-06-04Changes to support serialization with PCI devicesAndrew Schultz
2004-06-04fixed serialization in tsunami_io and tsunami_uart and consoleAli Saidi