diff options
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index ee159edb6b88..8879e95b121e 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -2865,7 +2865,7 @@ static int cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev) | |||
2865 | #ifdef CCISS_DEBUG | 2865 | #ifdef CCISS_DEBUG |
2866 | printk("address 0 = %x\n", c->paddr); | 2866 | printk("address 0 = %x\n", c->paddr); |
2867 | #endif /* CCISS_DEBUG */ | 2867 | #endif /* CCISS_DEBUG */ |
2868 | c->vaddr = remap_pci_mem(c->paddr, 200); | 2868 | c->vaddr = remap_pci_mem(c->paddr, 0x250); |
2869 | 2869 | ||
2870 | /* Wait for the board to become ready. (PCI hotplug needs this.) | 2870 | /* Wait for the board to become ready. (PCI hotplug needs this.) |
2871 | * We poll for up to 120 secs, once per 100ms. */ | 2871 | * We poll for up to 120 secs, once per 100ms. */ |