[PATCH] AGP 2/7: fix old pci_find_capability merge botch

From: Bjorn Helgaas (bjorn_helgaas@hp.com)
Date: Tue Jan 07 2003 - 15:36:40 EST


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.972 -> 1.973
# drivers/char/agp/sworks-agp.c 1.13 -> 1.14
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/01/07 bjorn_helgaas@hp.com 1.973
# Fix serverworks_agp_enable() merge botch. (Old code not removed
# when pci_find_capability() introduced.)
# --------------------------------------------
#
diff -Nru a/drivers/char/agp/sworks-agp.c b/drivers/char/agp/sworks-agp.c
--- a/drivers/char/agp/sworks-agp.c Tue Jan 7 12:52:04 2003
+++ b/drivers/char/agp/sworks-agp.c Tue Jan 7 12:52:04 2003
@@ -430,16 +430,6 @@
         pci_for_each_dev(device) {
                 cap_ptr = pci_find_capability(device, PCI_CAP_ID_AGP);
                 if (cap_ptr != 0x00) {
- do {
- pci_read_config_dword(device,
- cap_ptr, &cap_id);
-
- if ((cap_id & 0xff) != 0x02)
- cap_ptr = (cap_id >> 8) & 0xff;
- }
- while (((cap_id & 0xff) != 0x02) && (cap_ptr != 0x00));
- }
- if (cap_ptr != 0x00) {
                         /*
                          * Ok, here we have a AGP device. Disable impossible
                          * settings, and adjust the readqueue to the minimum.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 07 2003 - 22:00:36 EST