summaryrefslogtreecommitdiff
path: root/dev/pcidev.cc
AgeCommit message (Expand)Author
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2004-11-13don't handle device specific configuration stuff in the baseNathan Binkert
2004-11-13Use parameter structs for initialization so it's easierNathan Binkert
2004-10-22Clean up the Range class and associated usages. The code wasNathan Binkert
2004-10-16Fixes for bigendian platformsAli Saidi
2004-06-23more modifications for cross-endian support. linux now gets to pciconfigAli 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-30Cleaned up and commented code. I think we are ready to merge with head.Ali Saidi
2004-05-25Varied fixes to get linux running. Allow for shutdown on linux.Andrew Schultz
2004-04-21This is where I'm at for Linux Ethernet before I head to Mexico.Lisa Hsu
2004-03-22Change member variable names to lower caseAndrew Schultz
2004-03-22Changed to inherit from DmaDevice to avoid multiple inheritance (nowAndrew Schultz
2004-03-11It was annoying me that there was PCIConfigAll and PciDev and PciConfigData. ...Lisa Hsu
2004-02-15Fix some debug printing errorsAndrew Schultz
2004-02-13Fix to remote debugger while in PALAndrew Schultz
2004-02-10Changed new linux stuff to work with new FunctionalMemory interface andAndrew Schultz
2004-02-09Some changes to for linux 2.6.2Ali Saidi
2004-02-05fixed mapping of device memory and i/o spaceAli Saidi
2004-02-05Fix PCI code so it builds properly nowAndrew Schultz
2004-02-04Added code so that BAR writes will result in an updated memory mappingAli Saidi
2004-02-04Changes to support PciDev as a new base class for devices which use PCIAndrew Schultz