mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] megaraid ULL fix.
@ 2003-09-29 17:04 davej
  0 siblings, 0 replies; only message in thread
From: davej @ 2003-09-29 17:04 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/scsi/megaraid.c linux-2.5/drivers/scsi/megaraid.c
--- bk-linus/drivers/scsi/megaraid.c	2003-09-08 00:46:59.000000000 +0100
+++ linux-2.5/drivers/scsi/megaraid.c	2003-09-08 01:30:56.000000000 +0100
@@ -586,7 +586,7 @@ mega_find_card(Scsi_Host_Template *host_
 
 		/* Set the Mode of addressing to 64 bit if we can */
 		if((adapter->flag & BOARD_64BIT)&&(sizeof(dma_addr_t) == 8)) {
-			pci_set_dma_mask(pdev, 0xffffffffffffffff);
+			pci_set_dma_mask(pdev, 0xffffffffffffffffULL);
 			adapter->has_64bit_addr = 1;
 		}
 		else  {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-29 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-29 17:04 [PATCH] megaraid ULL fix davej

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®