patch-2.3.50 linux/drivers/net/yellowfin.c
Next file: linux/drivers/parport/Config.in
Previous file: linux/drivers/net/via-rhine.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Mar  3 12:54:45 2000
-  Orig file: 
v2.3.49/linux/drivers/net/yellowfin.c
-  Orig date: 
Thu Mar  2 14:36:22 2000
diff -u --recursive --new-file v2.3.49/linux/drivers/net/yellowfin.c linux/drivers/net/yellowfin.c
@@ -1263,7 +1263,7 @@
 	real_ioaddr = ioaddr = pci_resource_start (pdev, 0);
 #else
 	real_ioaddr = ioaddr = pci_resource_start (pdev, 1);
-	ioaddr = ioremap(ioaddr, YELLOWFIN_SIZE);
+	ioaddr = (long) ioremap(ioaddr, YELLOWFIN_SIZE);
 #endif
 	irq = pdev->irq;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)