patch-2.4.22 linux-2.4.22/drivers/net/sk98lin/skge.c
Next file: linux-2.4.22/drivers/net/skfp/fplustm.c
Previous file: linux-2.4.22/drivers/net/sis900.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2003-08-25 04:44:42.000000000 -0700
- Orig file:
linux-2.4.21/drivers/net/sk98lin/skge.c
- Orig date:
2003-06-13 07:51:35.000000000 -0700
diff -urN linux-2.4.21/drivers/net/sk98lin/skge.c linux-2.4.22/drivers/net/sk98lin/skge.c
@@ -498,7 +498,7 @@
}
/* Configure DMA attributes. */
- if (pci_set_dma_mask(pdev, (u64) 0xffffffffffffffff) &&
+ if (pci_set_dma_mask(pdev, (u64) 0xffffffffffffffffULL) &&
pci_set_dma_mask(pdev, (u64) 0xffffffff))
continue;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)