|
@@ -59,7 +59,8 @@ indirect_##rw##_config_##size(struct pci_controller *hose, \
|
|
cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \
|
|
cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \
|
|
return 0; \
|
|
return 0; \
|
|
}
|
|
}
|
|
-#elif defined(CONFIG_440GX) || defined(CONFIG_440EP) || defined(CONFIG_440GR) || defined(CONFIG_440SPE)
|
|
|
|
|
|
+#elif defined(CONFIG_440GX) || defined(CONFIG_440GP) || defined(CONFIG_440SP) || \
|
|
|
|
+ defined(CONFIG_440SPE) || defined(CONFIG_460EX) || defined(CONFIG_460GT)
|
|
#define INDIRECT_PCI_OP(rw, size, type, op, mask) \
|
|
#define INDIRECT_PCI_OP(rw, size, type, op, mask) \
|
|
static int \
|
|
static int \
|
|
indirect_##rw##_config_##size(struct pci_controller *hose, \
|
|
indirect_##rw##_config_##size(struct pci_controller *hose, \
|