Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44547
b: refs/heads/master
c: 9804001
h: refs/heads/master
i:
  44545: 8c47bd2
  44543: 5b94516
v: v3
  • Loading branch information
mike.miller@hp.com authored and Jens Axboe committed Dec 13, 2006
1 parent 864a652 commit f533b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7749a8d423c483a51983b666613acda1a4dd9c1b
refs/heads/master: 98040015bc5d6cea3bd2dcb642fe1e8c4bded8e1
2 changes: 1 addition & 1 deletion trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit f533b5c

Please sign in to comment.