summaryrefslogtreecommitdiff
path: root/src/dev
AgeCommit message (Expand)Author
2008-09-29Make overriding port assignments in Python work,Steve Reinhardt
2008-09-27gcc: Add extra parens to quell warnings.Nathan Binkert
2008-09-19atomicio: provide atomic read and write functions.Nathan Binkert
2008-09-19Check the return value of I/O operations for failureNathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-08-26Device: Fix bug in DmaPort::recvRetry. The interface attempts to send the sam...Clint Smullen
2008-08-24IGbE: Patches I neglected to apply before pushing the previous igbe changesetAli Saidi
2008-08-13Add the ability to specify a think time before descriptor fetch/writeback sta...Ali Saidi
2008-08-13Add the ability for a DMA to tack on an extra delay after the DMA is actually...Ali Saidi
2008-08-13More subtle fixes to how interrupts are supposed to work in the device. Fix p...Ali Saidi
2008-08-03sockets: Add a function to disable all listening sockets.Nathan Binkert
2008-07-01Fix cases where RADV interrupt timer is used and make ITR interrupt moderatio...Ali Saidi
2008-06-17Ethernet: share statistics between all ethernet devices and apply someNathan Binkert
2008-06-17inet: initialization fixes.Nathan Binkert
2008-06-17PacketFifo: Get slack out of the EthPacketData structure. This allowsNathan Binkert
2008-06-17rename MipsConsole to MipsBackdoorNathan Binkert
2008-06-17rename AlphaConsole to AlphaBackdoorNathan Binkert
2008-06-17Change the default output filename for the terminal so it's more obvious.Nathan Binkert
2008-06-17Rename SimConsole to Terminal since it makes more senseNathan Binkert
2008-06-12Alpha: Get rid of an old include of a non-existant file.Gabe Black
2008-06-12X86: Make the code compile as 32 bit.Gabe Black
2008-06-12X86: Make sure there's something to catch when the kernel messes with ports "...Gabe Black
2008-06-12X86: Make the platform object initialize channel 0 of the PIT.Gabe Black
2008-06-12X86: Hook the speaker device to the pit device.Gabe Black
2008-06-12Timer: Fill out the periodic modes a little.Gabe Black
2008-06-12Dev: Seperate the 8254 timer from tsunami and use it in that and the PC.Gabe Black
2008-05-20IGbE: Implement sending packet that is contained in more than 2 descriptors.Ali Saidi
2008-05-15Make sure that output files are always checked success before they're used.Ali Saidi
2008-03-25IGbE: Fix bug that limits wire performance a bitAli Saidi
2008-03-25X86: Put an RTC into the CMOS part of the southbridge.Gabe Black
2008-03-25Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.Gabe Black
2008-03-25X86: Turn #defines into consts.Gabe Black
2008-03-25X86: Start implementing the south bridge stuff.Gabe Black
2008-03-25X86: Change the Opteron platform to be the PC platform.Gabe Black
2008-03-24Don't FastAlloc MSHRs since we don't allocate them on the fly.Steve Reinhardt
2008-02-26X86: Get PCI config space to work, and adjust address space prefix numbering ...Gabe Black
2008-02-10IGbE: Fix a couple of bugs.Ali Saidi
2008-02-06Make the Event::description() a const functionStephen Hines
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell
2007-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-10-31Base: Rework the way M5 provides and creates random numbers.Ali Saidi
2007-10-07X86: Make an x86 platform object.Gabe Black
2007-10-01CPU: fix sparc_fs booting with SimpleTimingCPU.Ali Saidi
2007-09-28Rename cycles() function to ticks()Ali Saidi
2007-09-24X86: Get X86_FS to compile.Gabe Black
2007-09-12Devices: More fixes to Intel NIC Model.Ali Saidi
2007-08-30Fix miscellaneous small typos.Miles Kaufmann
2007-08-30devices: Avoid using assert() to catch misconfigurationMiles Kaufmann
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-08-26Merge with headGabe Black