Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/bonito Add the BONITO_ICU_RETRYERR bit.



details:   https://anonhg.NetBSD.org/src/rev/9cf7d4c54957
branches:  trunk
changeset: 520377:9cf7d4c54957
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jan 09 02:35:29 2002 +0000

description:
Add the BONITO_ICU_RETRYERR bit.

diffstat:

 sys/arch/mips/bonito/bonitoreg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c1b380586270 -r 9cf7d4c54957 sys/arch/mips/bonito/bonitoreg.h
--- a/sys/arch/mips/bonito/bonitoreg.h  Wed Jan 09 00:44:57 2002 +0000
+++ b/sys/arch/mips/bonito/bonitoreg.h  Wed Jan 09 02:35:29 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bonitoreg.h,v 1.3 2001/06/25 20:15:03 thorpej Exp $    */
+/*     $NetBSD: bonitoreg.h,v 1.4 2002/01/09 02:35:29 thorpej Exp $    */
 
 /*
  * Bonito Register Map 
@@ -319,6 +319,7 @@
 #define BONITO_ICU_MASTERERR           0x00000400
 #define BONITO_ICU_SYSTEMERR           0x00000800
 #define BONITO_ICU_DRAMPERR            0x00001000
+#define BONITO_ICU_RETRYERR            0x00002000
 #define BONITO_ICU_GPIOS               0x01ff0000
 #define BONITO_ICU_GPIOS_SHIFT         16
 #define BONITO_ICU_GPINS               0x7e000000



Home | Main Index | Thread Index | Old Index