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
- Lines: 8
- Date:
Sat Oct 14 00:42:50 2000
- Orig file:
v2.2.17/drivers/char/sx.c
- Orig date:
Sat Sep 9 18:42:36 2000
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)