]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/pci.h
x86: doc: boot.txt: fix the size of the start_sys field
[linux-2.6-omap-h63xx.git] / include / asm-sh / pci.h
index 6f741f3a5d45ebaf77808a16b8f7a56fba8c92aa..df1d383e18a51e0283b00510f496bec3c7f2aa3b 100644 (file)
@@ -38,9 +38,12 @@ extern struct pci_channel board_pci_channels[];
 #if defined(CONFIG_CPU_SUBTYPE_SH7780) || defined(CONFIG_CPU_SUBTYPE_SH7785)
 #define PCI_IO_AREA            0xFE400000
 #define PCI_IO_SIZE            0x00400000
+#elif defined(CONFIG_CPU_SH5)
+extern unsigned long PCI_IO_AREA;
+#define PCI_IO_SIZE            0x00010000
 #else
 #define PCI_IO_AREA            0xFE240000
-#define PCI_IO_SIZE            0X00040000
+#define PCI_IO_SIZE            0x00040000
 #endif
 
 #define PCI_MEM_SIZE           0x01000000
@@ -110,11 +113,6 @@ static inline void pcibios_penalize_isa_irq(int irq, int active)
 #define pci_unmap_len_set(PTR, LEN_NAME, VAL)  do { } while (0)
 #endif
 
-/* Not supporting more than 32-bit PCI bus addresses now, but
- * must satisfy references to this function.  Change if needed.
- */
-#define pci_dac_dma_supported(pci_dev, mask) (0)
-
 #ifdef CONFIG_PCI
 static inline void pci_dma_burst_advice(struct pci_dev *pdev,
                                        enum pci_dma_burst_strategy *strat,