From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: torvalds@osdl.org, linux-scsi@vger.kernel.org
Subject: PATCH: atp870u DMA mask
Date: Fri, 11 Mar 2005 14:17:55 +0000 [thread overview]
Message-ID: <1110550674.15927.61.camel@localhost.localdomain> (raw)
Noted by James Bottomley
Signed-off-by: Alan Cox <alan@redhat.com>
--- drivers/scsi/atp870u.c.old 2005-03-11 14:14:53.015465656 +0000
+++ drivers/scsi/atp870u.c 2005-03-11 14:15:24.950610776 +0000
@@ -2634,7 +2634,7 @@
if (pci_enable_device(pdev))
return -EIO;
- if (!pci_set_dma_mask(pdev, 0xFFFFFFUL)) {
+ if (!pci_set_dma_mask(pdev, 0xFFFFFFFFUL)) {
printk(KERN_INFO "atp870u: use 32bit DMA mask.\n");
} else {
printk(KERN_ERR "atp870u: DMA mask required but not available.\n");
next reply other threads:[~2005-03-11 14:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-11 14:17 Alan Cox [this message]
2005-03-11 14:40 ` PATCH: atp870u DMA mask Arjan van de Ven
2005-03-11 14:46 ` Alan Cox
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=1110550674.15927.61.camel@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=linux-scsi@vger.kernel.org \
--cc=torvalds@osdl.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