From: Domen Puncer <domen@coderock.org>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: kj <kernel-janitors@lists.osdl.org>,
lkml <linux-kernel@vger.kernel.org>,
nettwerk@valinux.com, jerdfelt@valinux.com,
neilb@cse.unsw.edu.au
Subject: Re: [KJ] Re: 2.6.12-rc4-kj (dma_mask-drivers_block_umem.patch)
Date: Wed, 25 May 2005 13:38:55 +0200 [thread overview]
Message-ID: <20050525113855.GF3851@nd47.coderock.org> (raw)
In-Reply-To: <200505141611.54373.adobriyan@gmail.com>
No replies, so I'm adding mails from source to Cc:
On 14/05/05 16:11 +0400, Alexey Dobriyan wrote:
> On Friday 13 May 2005 20:57, Domen Puncer wrote:
> > --- quilt.orig/drivers/block/umem.c
> > +++ quilt/drivers/block/umem.c
>
> > - if (pci_set_dma_mask(dev, 0xffffffffffffffffLL) &&
> > - !pci_set_dma_mask(dev, 0xffffffffLL)) {
> ^^^
> > + if (pci_set_dma_mask(dev, DMA_64BIT_MASK) &&
> > + !pci_set_dma_mask(dev, DMA_32BIT_MASK)) {
> ^^^
> > printk(KERN_WARNING "MM%d: NO suitable DMA found\n",num_cards);
> > return -ENOMEM;
>
> A typo?
prev parent reply other threads:[~2005-05-25 11:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-13 16:57 2.6.12-rc4-kj Domen Puncer
2005-05-14 12:11 ` 2.6.12-rc4-kj (dma_mask-drivers_block_umem.patch) Alexey Dobriyan
2005-05-25 11:38 ` Domen Puncer [this message]
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=20050525113855.GF3851@nd47.coderock.org \
--to=domen@coderock.org \
--cc=adobriyan@gmail.com \
--cc=jerdfelt@valinux.com \
--cc=kernel-janitors@lists.osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
--cc=nettwerk@valinux.com \
/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