Re: qla1280 mem-mapped I/O fix

From: Arjan van de Ven (arjanv@redhat.com)
Date: Sat May 10 2003 - 05:15:08 EST


> @@ -2634,7 +2634,7 @@
> /*
> * Get memory mapped I/O address.
> */
> - pci_read_config_word (ha->pdev, PCI_BASE_ADDRESS_1, &mmapbase);
> + pci_read_config_dword (ha->pdev, PCI_BASE_ADDRESS_1, &mmapbase);
> mmapbase &= PCI_BASE_ADDRESS_MEM_MASK;
>
>
shouldn't this be pci_resource_start() ?



-
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 : Thu May 15 2003 - 22:00:33 EST