[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20060927073551.GA6088@havoc.gtf.org>
Date: Wed, 27 Sep 2006 03:35:51 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Andrew Morton <akpm@...l.org>, Greg KH <greg@...ah.com>
Cc: LKML <linux-kernel@...r.kernel.org>, ak@...e.de
Subject: [PATCH] PCI domains Kconfig entry
There is obviously a missing patch...
With this patch, my Marvell SATA on the second root PCI bus of my
HP xw9300 workstation works. Without the PCI domain support, the
Marvell SATA is completely invisible to the kernel.
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index efe249e..3816775 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -622,6 +622,10 @@ config PCI_MMCONFIG
bool "Support mmconfig PCI config space access"
depends on PCI && ACPI
+config PCI_DOMAINS
+ bool "PCI domain support"
+ depends on PCI
+
source "drivers/pci/pcie/Kconfig"
source "drivers/pci/Kconfig"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists