diff options
author | Linas Vepstas <linas@linas.org> | 2005-11-03 19:53:20 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-09 23:29:14 -0500 |
commit | 25e591f6dd07365cbf0b1c2454386ce597dd5e05 (patch) | |
tree | c5b2709d6eb012dd2a0816f69b4bf9c7b56a887a /include/asm-powerpc/pci-bridge.h | |
parent | 5d5a0936b3ad9e3d3f6eaf61f1a06c62ea0e7a59 (diff) |
[PATCH] powerpc: Add "partitionable endpoint" support
26-eeh-partition-endpoint.patch
New versions of firmware introduce a new method by which the
"partitionable endpoint" (the point at which the pci bus is cut)
should be located. This code adds the support for this (mandatory)
new feature.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
(cherry picked from 9fcfb5d35b5294659f9299aa9cae6fd16325c07e commit)
Diffstat (limited to 'include/asm-powerpc/pci-bridge.h')
-rw-r--r-- | include/asm-powerpc/pci-bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h index 1a08860e789e..a81bc363f350 100644 --- a/include/asm-powerpc/pci-bridge.h +++ b/include/asm-powerpc/pci-bridge.h | |||
@@ -68,6 +68,7 @@ struct pci_dn { | |||
68 | #ifdef CONFIG_PPC_PSERIES | 68 | #ifdef CONFIG_PPC_PSERIES |
69 | int eeh_mode; /* See eeh.h for possible EEH_MODEs */ | 69 | int eeh_mode; /* See eeh.h for possible EEH_MODEs */ |
70 | int eeh_config_addr; | 70 | int eeh_config_addr; |
71 | int eeh_pe_config_addr; /* new-style partition endpoint address */ | ||
71 | int eeh_check_count; /* # times driver ignored error */ | 72 | int eeh_check_count; /* # times driver ignored error */ |
72 | int eeh_freeze_count; /* # times this device froze up. */ | 73 | int eeh_freeze_count; /* # times this device froze up. */ |
73 | int eeh_is_bridge; /* device is pci-to-pci bridge */ | 74 | int eeh_is_bridge; /* device is pci-to-pci bridge */ |