patch-2.1.132 linux/include/asm-arm/arch-ebsa285/hardware.h

Next file: linux/include/asm-arm/arch-ebsa285/ide.h
Previous file: linux/include/asm-arm/arch-ebsa110/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.131/linux/include/asm-arm/arch-ebsa285/hardware.h linux/include/asm-arm/arch-ebsa285/hardware.h
@@ -20,11 +20,9 @@
  * 
  */
  
-#define IO_END			0xffffffff
 #define IO_BASE			0xe0000000
-#define IO_SIZE			(IO_END - IO_BASE)
-
-#define HAS_PCIO
+#define PCIO_BASE		0xffe00000
+ 
 
 #define XBUS_LEDS		((volatile unsigned char *)0xfff12000)
 #define XBUS_LED_AMBER		(1 << 0)
@@ -38,8 +36,6 @@
 #define XBUS_SWITCH_J17_11	((*XBUS_SWITCH) & (1 << 5))
 #define XBUS_SWITCH_J17_9	((*XBUS_SWITCH) & (1 << 6))
 
-#define PCIO_BASE		0xffe00000
- 
 #define CSR_SA110_CNTL		((volatile unsigned long *)0xfe00013c)
 #define CSR_PCIADDR_EXTN	((volatile unsigned long *)0xfe000140)
 #define CSR_PREFETCHMEMRANGE	((volatile unsigned long *)0xfe000144)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov