commit | beef3129b3afb74817acff72fda4a9d951e3973e | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Fri Jul 11 15:21:17 2008 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Jul 14 14:23:28 2008 -0700 |
tree | a2f462b777852aa5f4a0558dadd3390c64f32e62 | |
parent | f7a1b86095bf7fd1578ef54067545b9cb7084713 [diff] |
x86/PCI: Fix PCI config space for domains > 0 John Keller reports that PCI config space access is broken on machines with more than one domain. conf1 accesses only work for domain 0, so make sure we check the domain number in the raw routines before trying conf1. Reported-by: John Keller <jpk@sgi.com> Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>