patch-2.4.22 linux-2.4.22/include/asm-mips/pb1000.h

Next file: linux-2.4.22/include/asm-mips/pb1100.h
Previous file: linux-2.4.22/include/asm-mips/param.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-mips/pb1000.h linux-2.4.22/include/asm-mips/pb1000.h
@@ -89,6 +89,10 @@
 
 
 /* PCI PB1000 specific defines */
+/* The reason these defines are here instead of au1000.h is because
+ * the Au1000 does not have a PCI bus controller so the PCI implementation
+ * on the some of the older Pb1000 boards was very board specific.
+ */
 #define PCI_CONFIG_BASE   0xBA020000 /* the only external slot */
 
 #define SDRAM_DEVID       0xBA010000
@@ -106,11 +110,6 @@
 
 #define PCI_BRIDGE_CONFIG 0xBE000018
 
-#define PCI_IO_START      0x10000000
-#define PCI_IO_END        0x1000ffff
-#define PCI_MEM_START     0x18000000
-#define PCI_MEM_END       0x18ffffff
-
 static inline u8 au_pci_io_readb(u32 addr)
 {
 	writel(addr, PCI_IO_ADDR);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)