patch-2.2.18 linux/drivers/char/sx.c

Next file: linux/drivers/char/synclink.c
Previous file: linux/drivers/char/serial167.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/char/sx.c linux/drivers/char/sx.c
@@ -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) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)