From: Grant Grundler <grundler@parisc-linux.org>
To: Naresh Kumar <knaresh@india.hp.com>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] error?
Date: Tue, 27 Jan 2004 10:22:56 -0700 [thread overview]
Message-ID: <20040127172256.GB28476@colo.lackof.org> (raw)
In-Reply-To: <40163368.74DACC64@india.hp.com>
On Tue, Jan 27, 2004 at 03:16:16PM +0530, Naresh Kumar wrote:
> r->end = p->end;
> r->flags = IORESOURCE_MEM;
> r->parent = r->sibling = r->child = NULL;
> break;
> lba_dev->gmmio_base = p->start;
> break;
>
> case PAT_NPIOP:
> printk(KERN_WARNING MODULE_NAME
> " range[%d] : ignoring NPIOP (0x%lx)\n",
> i, p->start);
> break;
> -------------------------------------------------------------------
>
> Please note the extra lines after the 'break;'. The version of
> 'lba_pci.c' is 1.7. Seems to have happened due to oversight.
Those are "extra"?
The version of code in linux-2.4 CVS has:
case PAT_GMMIO:
printk(KERN_WARNING MODULE_NAME
" range[%d] : ignoring GMMIO (0x%lx)\n",
i, p->start);
lba_dev->gmmio_base = p->start;
break;
The code you quoted is missing the "case PAT_GMMIO" and printk.
thanks,
grant
next prev parent reply other threads:[~2004-01-27 17:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-27 9:46 [parisc-linux] error? Naresh Kumar
2004-01-27 17:22 ` Grant Grundler [this message]
2004-01-27 17:37 ` Matthew Wilcox
2004-01-28 5:26 ` Naresh Kumar
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=20040127172256.GB28476@colo.lackof.org \
--to=grundler@parisc-linux.org \
--cc=knaresh@india.hp.com \
--cc=parisc-linux@lists.parisc-linux.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