www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / bcmdrivers / opensource / include / bcm963xx / bcmpci.h
index cecbd99..7719e8c 100755 (executable)
 #define BCMPCI_H
 
 /* Memory window in internal system bus address space */ 
-#define BCM_PCI_MEM_BASE        0x08000000
+#define BCM_PCI_MEM_BASE        0x10000000
+#define BCM_CB_MEM_BASE         0x11000000
 /* IO window in internal system bus address space */ 
-#define BCM_PCI_IO_BASE         0x0C000000
+#define BCM_PCI_IO_BASE         0x12000000
 
 #define BCM_PCI_ADDR_MASK       0x1fffffff
 
 /* Memory window size (range) */
 #define BCM_PCI_MEM_SIZE_16MB   0x01000000
+#define BCM_CB_MEM_SIZE_16MB    0x01000000
 /* IO window size (range) */
 #define BCM_PCI_IO_SIZE_64KB    0x00010000
 
@@ -40,7 +42,8 @@
 
 /* fake USB PCI slot */
 #define USB_HOST_SLOT           9
-#define USB_BAR0_MEM_SIZE       0x0800
+#define USB20_HOST_SLOT         10
+#define USB_BAR0_MEM_SIZE       0x0100
 
 #define BCM_HOST_MEM_SPACE1     0x10000000
 #define BCM_HOST_MEM_SPACE2     0x00000000