patch-2.2.8 linux/include/asm-arm/arch-nexuspci/hardware.h
Next file: linux/include/asm-arm/arch-nexuspci/irq.h
Previous file: linux/include/asm-arm/arch-nexuspci/a.out.h
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Sat May 8 11:06:57 1999
- Orig file:
v2.2.7/linux/include/asm-arm/arch-nexuspci/hardware.h
- Orig date:
Fri Jan 8 22:36:21 1999
diff -u --recursive --new-file v2.2.7/linux/include/asm-arm/arch-nexuspci/hardware.h linux/include/asm-arm/arch-nexuspci/hardware.h
@@ -1,10 +1,12 @@
/*
* linux/include/asm-arm/arch-nexuspci/hardware.h
*
- * Copyright (C) 1998 Philip Blundell
+ * Copyright (C) 1998-1999 Philip Blundell
*
* This file contains the hardware definitions of the Nexus PCI card.
*/
+#ifndef __ASM_ARCH_HARDWARE_H
+#define __ASM_ARCH_HARDWARE_H
/* Logical Physical
* 0xfff00000 0x10000000 SCC2691 DUART
@@ -13,27 +15,17 @@
* 0xffc00000 0x60000000 PLX registers
* 0xfe000000 0x70000000 PCI I/O
*/
-
-#ifndef __ASM_ARCH_HARDWARE_H
-#define __ASM_ARCH_HARDWARE_H
-
-/*
- * What hardware must be present
- */
-
-#define HAS_PCIO
-#define PCIO_BASE 0xfe000000
/*
* Mapping areas
*/
-#define IO_BASE 0xfe000000
+#define PCIO_BASE 0xfe000000
+#define FLUSH_BASE 0xdf000000
/*
* RAM definitions
*/
#define RAM_BASE 0x40000000
-#define KERNTOPHYS(a) ((unsigned long)(&a))
#define FLUSH_BASE_PHYS 0x40000000
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)