]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH 1/2] cciss: map out more memory for config table
authormike.miller@hp.com <mike.miller@hp.com>
Wed, 13 Dec 2006 12:08:56 +0000 (13:08 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 13 Dec 2006 12:08:56 +0000 (13:08 +0100)
This patch maps out more memory for our config table. It's required to reach
offset 0x214 to disable DMA on the P600. I'm not sure how I lost this hunk.
Please consider this for inclusion.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/cciss.c

index ee159edb6b88b92bc373d830eb285aa799558111..8879e95b121e83e314d37e7ccf961ff03a9a58a6 100644 (file)
@@ -2865,7 +2865,7 @@ static int cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
 #ifdef CCISS_DEBUG
        printk("address 0 = %x\n", c->paddr);
 #endif                         /* CCISS_DEBUG */
-       c->vaddr = remap_pci_mem(c->paddr, 200);
+       c->vaddr = remap_pci_mem(c->paddr, 0x250);
 
        /* Wait for the board to become ready.  (PCI hotplug needs this.)
         * We poll for up to 120 secs, once per 100ms. */