On Fri, Sep 26, 2008 at 07:07:12AM -0700, Ryan Holmqvist wrote: > [root@localhost ~]# lspci -v > 00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3) > Subsystem: Micro-Star International Co., Ltd. MSI K8N Diamond > Flags: bus master, 66MHz, fast devsel, latency 0 > Capabilities: [44] HyperTransport: Slave or Primary Interface > Capabilities: [e0] HyperTransport: MSI Mapping [...] > > [root@localhost ~]# dmesg |grep -i mmconfig > > [root@localhost ~]# dmesg |grep -i extend > > [root@localhost ~]# dmesg |grep -i pci > Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000) > ACPI: bus type pci registered > PCI: PCI BIOS revision 3.00 entry at 0xfb770, last bus=9 > PCI: Using configuration type 1 > Setting up standard PCI resources It seems your machine doesn't support MMCONFIG. You might be able to get a BIOS update to support it. Does Windows manage to see extended PCI config space on this same machine? BTW, I found a machine which doesn't support MMCONFIG (and it would have been shown by your greps): [ 0.117837] ACPI: bus type pci registered [ 0.118510] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 0.118517] PCI: Not using MMCONFIG. [ 0.118886] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=6 [ 0.118891] PCI: Using configuration type 1 for base access [ 0.142759] ACPI: EC: Look up EC in DSDT [ 0.167987] ACPI: Interpreter enabled [ 0.167991] ACPI: (supports S0 S1 S3 S4 S5) [ 0.168049] ACPI: Using IOAPIC for interrupt routing [ 0.168136] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 0.177972] PCI: BIOS Bug: MCFG area at e0000000 is not reserved in ACPI motherboard resources [ 0.177972] PCI: Not using MMCONFIG. BTW, I assume you have CONFIG_PCI_MMCONFIG=y in your .config? -- Matthew Wilcox Intel Open Source Technology Centre "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html