From c6c61870fac8975630e66232dd4e7343e1e8df05 Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Thu, 11 Mar 2004 12:45:27 -0500 Subject: It was annoying me that there was PCIConfigAll and PciDev and PciConfigData. so for consistency I changed it. dev/pciconfigall.cc: dev/pciconfigall.hh: dev/pcidev.cc: dev/pcidev.hh: dev/tsunami.hh: change PCIConfigAll to PciConfigAll --HG-- extra : convert_revision : d2fa3f59b906c870fd9d46cfa94728c7587e3652 --- dev/pcidev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/pcidev.cc') diff --git a/dev/pcidev.cc b/dev/pcidev.cc index 1706bdd5a..0e0b7f840 100644 --- a/dev/pcidev.cc +++ b/dev/pcidev.cc @@ -51,7 +51,7 @@ using namespace std; -PciDev::PciDev(const string &name, MemoryController *mmu, PCIConfigAll *cf, +PciDev::PciDev(const string &name, MemoryController *mmu, PciConfigAll *cf, PciConfigData *cd, uint32_t bus, uint32_t dev, uint32_t func) : FunctionalMemory(name), MMU(mmu), ConfigSpace(cf), ConfigData(cd), Bus(bus), Device(dev), Function(func) -- cgit v1.2.3