Update of /cvsroot/linux-mips/linux/include/asm-mips/ddb5xxx
In directory usw-pr-cvs1:/tmp/cvs-serv12382/include/asm-mips/ddb5xxx
Modified Files:
ddb5477.h
Log Message:
Add local bus register definitions (already in oss).
Index: ddb5477.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips/ddb5xxx/ddb5477.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ddb5477.h 2001/06/22 02:29:33 1.1.1.1
--- ddb5477.h 2001/08/22 14:42:24 1.2
***************
*** 145,148 ****
--- 145,165 ----
/*
+ * Local Bus
+ */
+ #define DDB_LCST0 0x0110 /* LB Chip Select Timing 0 */
+ #define DDB_LCST1 0x0118 /* LB Chip Select Timing 1 */
+ #undef DDB_LCST2
+ #define DDB_LCST2 0x0120 /* LB Chip Select Timing 2 */
+ #undef DDB_LCST3
+ #undef DDB_LCST4
+ #undef DDB_LCST5
+ #undef DDB_LCST6
+ #undef DDB_LCST7
+ #undef DDB_LCST8
+ #define DDB_ERRADR 0x0150 /* Error Address Register */
+ #define DDB_ERRCS 0x0160
+ #define DDB_BTM 0x0170 /* Boot Time Mode value */
+
+ /*
* MISC registers
*/
|