(no subject)

From: Patrick van de Lageweg (patrick@bitwizard.nl)
Date: Thu Oct 12 2000 - 05:46:59 EST


Hi,

This patch will make the sx card work again. Somehow the added line was
removed in the last patch.

        Patrick

diff -u -r --new-file linux-2.2.18-15.clean/drivers/char/sx.c linux-2.2.18-15.sx/drivers/char/sx.c
--- linux-2.2.18-15.clean/drivers/char/sx.c Thu Oct 12 10:39:33 2000
+++ linux-2.2.18-15.sx/drivers/char/sx.c Thu Oct 12 10:47:12 2000
@@ -2523,6 +2523,7 @@
                         else
                                 pci_read_config_dword(pdev, PCI_BASE_ADDRESS_2,
                                                       &tint);
+ board->hw_base = tint & PCI_BASE_ADDRESS_MEM_MASK;
                         board->base2 =
                         board->base = (ulong) ioremap(board->hw_base, WINDOW_LEN (board));
                         if (!board->base) {

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



This archive was generated by hypermail 2b29 : Sun Oct 15 2000 - 21:00:22 EST