lkml.org 
[lkml]   [2000]   [Oct]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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/

\
 
 \ /
  Last update: 2005-03-22 12:39    [W:0.028 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site