Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74663
b: refs/heads/master
c: 84f4506
h: refs/heads/master
i:
  74661: 5b01d51
  74659: 637f55e
  74655: 5c50131
v: v3
  • Loading branch information
Kyle McMartin committed Dec 6, 2007
1 parent 6caa15d commit f7f370d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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: 721fdf34167580ff98263c74cead8871d76936e6
refs/heads/master: 84f4506cb788d85a50c97b399f2999f90e6272b0
10 changes: 7 additions & 3 deletions trunk/drivers/parisc/lba_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,9 +768,13 @@ lba_fixup_bus(struct pci_bus *bus)
DBG("lba_fixup_bus() WTF? 0x%lx [%lx/%lx] XXX",
res->flags, res->start, res->end);
}
if ((i != PCI_ROM_RESOURCE) ||
(res->flags & IORESOURCE_ROM_ENABLE))
pci_claim_resource(dev, i);

/*
** FIXME: this will result in whinging for devices
** that share expansion ROMs (think quad tulip), but
** isn't harmful.
*/
pci_claim_resource(dev, i);
}

#ifdef FBB_SUPPORT
Expand Down

0 comments on commit f7f370d

Please sign in to comment.