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

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

diff -u --recursive --new-file v2.4.0-test7/linux/include/asm-arm/arch-ebsa285/hardware.h linux/include/asm-arm/arch-ebsa285/hardware.h
@@ -15,20 +15,13 @@
 /*   Virtual      Physical	Size
  * 0xff800000	0x40000000	1MB	X-Bus
  * 0xff000000	0x7c000000	1MB	PCI I/O space
- *
  * 0xfe000000	0x42000000	1MB	CSR
  * 0xfd000000	0x78000000	1MB	Outbound write flush (not supported)
  * 0xfc000000	0x79000000	1MB	PCI IACK/special space
- *
  * 0xfb000000	0x7a000000	16MB	PCI Config type 1
  * 0xfa000000	0x7b000000	16MB	PCI Config type 0
- *
  * 0xf9000000	0x50000000	1MB	Cache flush
- * 0xf8000000	0x41000000	16MB	Flash memory
- *
- * 0xe1000000				unmapped (to catch bad ISA/PCI)
- *
- * 0xe0000000	0x80000000	16MB	ISA memory
+ * 0xf0000000	0x80000000	16MB	ISA memory
  */
 #define XBUS_SIZE		0x00100000
 #define XBUS_BASE		0xff800000
@@ -54,9 +47,6 @@
 #define FLUSH_SIZE		0x00100000
 #define FLUSH_BASE		0xf9000000
 
-#define FLASH_SIZE		0x01000000
-#define FLASH_BASE		0xf8000000
-
 #define PCIMEM_SIZE		0x01000000
 #define PCIMEM_BASE		0xf0000000
 
@@ -66,9 +56,6 @@
  */
 #define PCIMEM_SIZE		0x80000000
 #define PCIMEM_BASE		0x80000000
-
-#define FLASH_SIZE		0x01000000
-#define FLASH_BASE		0x7f000000
 
 #define FLUSH_SIZE		0x00100000
 #define FLUSH_BASE		0x7e000000

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