Files
linux/drivers
Peter Chubb e354597cce PCI: fix 64-vbit prefetchable memory resource BARs
Since patch 6ac665c63d my infiniband
controller hasn't worked.  This is because it has 64-bit prefetchable
memory, which was mistakenly being  taken to be 32-bit memory.  The
resource flags in this case are PCI_BASE_ADDRESS_MEM_TYPE_64 |
PCI_BASE_ADDRESS_MEM_PREFETCH.

This patch checks only for the PCI_BASE_ADDRESS_MEM_TYPE_64 bit; thus
whether the region is prefetchable or not is ignored.  This fixes my
Infiniband.

Reviewed-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Peter Chubb <peterc@gelato.unsw.edu.au>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2008-10-20 10:54:30 -07:00
..
2008-10-15 11:31:54 +11:00
2008-10-20 09:41:06 -07:00
2008-10-20 08:52:40 -07:00
2008-10-17 14:41:09 -07:00
2008-10-16 11:21:38 -07:00
2008-10-19 22:54:13 +02:00
2008-10-20 08:52:34 -07:00
2008-10-15 23:16:07 +01:00
2008-10-20 09:03:12 -07:00
2008-10-16 11:21:30 -07:00
2008-10-14 10:11:27 +11:00
2008-10-16 11:21:49 -07:00
2008-10-20 10:53:42 -07:00
2008-10-20 08:52:36 -07:00
2008-10-03 10:04:10 +02:00