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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to