Quote from: Mad_DadD on November 24, 2006, 08:45 PM
How do I obtain the memory map for the GeForce Nvidia 7600 GT SLI Delux?
You could either read the ACPI MCFG table (preferred) or reading from ports 0xCF8 and 0xCFC as described here (ugly) to get your card's configuration space. This is even simpler with Microsoft Windows 2000 and later; send an IRP_MJ_PNP packet to the PCI bus driver. Check out this link for an example.
From there, you should be able to determine the base addresses of all regions of your card, provided you have sufficient documentation. Since you're asking about nVidia, your best bet would be figure out the structure via RCEing the driver for your card.