From: Miguel Angel Flores <maf@sombragris.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] aic7xxx large integer
Date: Sat, 04 Dec 2004 21:49:02 +0100 [thread overview]
Message-ID: <41B222BE.9020205@sombragris.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
Hi all,
I noticed a large integer warning when compiling 2.6.10rc3 with the SCSI
AIC-7xxx driver.
Here is the patch.
Cheers,
MaF
[-- Attachment #2: patch-aic7xxx --]
[-- Type: text/plain, Size: 553 bytes --]
diff -r -u linux-2.6.10-rc3/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c linux-2.6.10-rc3-maf/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c
--- linux-2.6.10-rc3/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 2004-12-04 20:48:11.000000000 +0100
+++ linux-2.6.10-rc3-maf/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c 2004-12-04 20:37:54.000000000 +0100
@@ -226,7 +226,7 @@
}
pci_set_master(pdev);
- mask_39bit = 0x7FFFFFFFFFULL;
+ mask_39bit = 0x7FFFFFFF;
if (sizeof(dma_addr_t) > 4
&& ahc_linux_get_memsize() > 0x80000000
&& pci_set_dma_mask(pdev, mask_39bit) == 0) {
next reply other threads:[~2004-12-04 20:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-04 20:49 Miguel Angel Flores [this message]
2004-12-04 20:59 ` [PATCH] aic7xxx large integer Dr. David Alan Gilbert
2004-12-04 22:01 ` Robert Love
2004-12-04 23:16 ` Miguel Angel Flores
2004-12-05 1:02 ` Robert Love
2004-12-06 21:35 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41B222BE.9020205@sombragris.com \
--to=maf@sombragris.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox