The patch titled "reverse pci config space restore order": comment it has been removed from the -mm tree. Its filename is reverse-pci-config-space-restore-order.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: "reverse pci config space restore order": comment it From: "Yu, Luming" <luming.yu@xxxxxxxxx> Unobvious stuff should be commented. Cc: Luming Yu <luming.yu@xxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/pci/pci.c | 4 ++++ 1 file changed, 4 insertions(+) diff -puN drivers/pci/pci.c~reverse-pci-config-space-restore-order drivers/pci/pci.c --- devel/drivers/pci/pci.c~reverse-pci-config-space-restore-order 2006-05-27 23:28:31.000000000 -0700 +++ devel-akpm/drivers/pci/pci.c 2006-05-27 23:28:31.000000000 -0700 @@ -462,6 +462,10 @@ pci_restore_state(struct pci_dev *dev) int i; int val; + /* + * The Base Address register should be programmed before the command + * register(s) + */ for (i = 0; i < 16; i++) { pci_read_config_dword(dev, i * 4, &val); if (val != dev->saved_config_space[i]) { _ Patches currently in -mm which might be from luming.yu@xxxxxxxxx are git-acpi.patch acpi-atlas-acpi-driver.patch acpi-atlas-acpi-driver-v2-tidy.patch fix-hpet-operation-on-32-bit-nvidia-platforms.patch fix-hpet-operation-on-32-bit-nvidia-platforms-tidy.patch fix-hpet-operation-on-64-bit-nvidia-platforms.patch fix-hpet-operation-on-64-bit-nvidia-platforms-tidy.patch remove-empty-node-at-boot-time.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html