commit | 4e570309e80f7c7a532fe0074e74df26ff8ef5d2 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Sun Jun 25 05:49:02 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:01:21 2006 -0700 |
tree | 82e8e7e21b537605acd48375113188434c1c2b58 | |
parent | c33ac89bc7d697e23ce09ddae73e0ece5f65ad48 [diff] |
[PATCH] CCISS: request all PCI resources We should call pci_request_regions() to claim all resources the device decodes. Previously, we claimed only the I/O port range. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Acked-by: Jeff Garzik <jeff@garzik.org> Acked-by: Mike Miller <mike.miller@hp.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>