<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi,
<br>I noticed in the function 'linux-2.6/drivers/parisc/lba_pci.c: lba_pat_resources(
)' the following lines:
<p>---------------------------------------------------------------
<br> case PAT_GMMIO:
<p> r = &(lba_dev->hba.gmmio_space);
<br> r->name = "LBA GMMIO";
<br> r->start = p->start;
<br> r->end = p->end;
<br> r->flags = IORESOURCE_MEM;
<br> r->parent = r->sibling = r->child = NULL;
<br> break;
<br><b><i> lba_dev->gmmio_base = p->start;</i></b>
<br><b><i> break;</i></b>
<p> case PAT_NPIOP:
<br> printk(KERN_WARNING MODULE_NAME
<br> " range[%d] : ignoring NPIOP (0x%lx)\n",
<br> i, p->start);
<br> break;
<br>-------------------------------------------------------------------
<p>Please note the extra lines after the 'break;'. The version of 'lba_pci.c'
is 1.7. Seems to have happened due to oversight.
<p>Thanks,
<br>Naresh.
<br> </html>