|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] linux: No need to force pcibios_scan_all_
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1173792506 0
# Node ID 8cd8e9e4e1adab032e6da49824f36d392d5898cf
# Parent 7c0d7736f960439039bc02f88a4216d25659284f
linux: No need to force pcibios_scan_all_fns() on modern Xen.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/pci.h | 7 -------
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/pci.h | 7 -------
2 files changed, 14 deletions(-)
diff -r 7c0d7736f960 -r 8cd8e9e4e1ad
linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/pci.h
--- a/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/pci.h Tue Mar 13
10:32:52 2007 +0000
+++ b/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/pci.h Tue Mar 13
13:28:26 2007 +0000
@@ -143,11 +143,4 @@ static inline void pci_dma_burst_advice(
/* generic pci stuff */
#include <asm-generic/pci.h>
-/* On Xen we have to scan all functions since Xen hides bridges from
- * us. If a bridge is at fn=0 and that slot has a multifunction
- * device, we won't find the additional devices without scanning all
- * functions. */
-#undef pcibios_scan_all_fns
-#define pcibios_scan_all_fns(a, b) 1
-
#endif /* __i386_PCI_H */
diff -r 7c0d7736f960 -r 8cd8e9e4e1ad
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/pci.h
--- a/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/pci.h Tue Mar
13 10:32:52 2007 +0000
+++ b/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/pci.h Tue Mar
13 13:28:26 2007 +0000
@@ -163,11 +163,4 @@ static inline void pcibios_add_platform_
#include <asm-generic/pci.h>
#endif
-/* On Xen we have to scan all functions since Xen hides bridges from
- * us. If a bridge is at fn=0 and that slot has a multifunction
- * device, we won't find the additional devices without scanning all
- * functions. */
-#undef pcibios_scan_all_fns
-#define pcibios_scan_all_fns(a, b) 1
-
#endif /* __x8664_PCI_H */
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] linux: No need to force pcibios_scan_all_fns() on modern Xen.,
Xen patchbot-unstable <=
|
|
|
|
|