Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/ic Pull up revision 1.13 (requested by bouyer i...



details:   https://anonhg.NetBSD.org/src/rev/4f132ff9b627
branches:  netbsd-1-6
changeset: 529493:4f132ff9b627
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 24 16:22:07 2002 +0000

description:
Pull up revision 1.13 (requested by bouyer in ticket #747):
Add definitions for the AIP control registers (1010 only).

diffstat:

 sys/dev/ic/siopreg.h |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 3f7e1a3d08a5 -r 4f132ff9b627 sys/dev/ic/siopreg.h
--- a/sys/dev/ic/siopreg.h      Sun Nov 24 16:20:01 2002 +0000
+++ b/sys/dev/ic/siopreg.h      Sun Nov 24 16:22:07 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siopreg.h,v 1.12 2002/05/04 17:51:52 bouyer Exp $      */
+/*     $NetBSD: siopreg.h,v 1.12.4.1 2002/11/24 16:22:07 tron Exp $    */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -394,6 +394,17 @@
 
 #define SIOP_DFBC      0xf0 /* DMA fifo byte count, RO */
 
+#define SIOP_AIPCNTL0  0xbe    /* AIP Control 0, 1010-only */
+#define AIPCNTL0_ERRLIVE 0x04  /* AIP error status, live */
+#define AIPCNTL0_ERR   0x02    /* AIP error status, latched */
+#define AIPCNTL0_PARITYERRs 0x01 /* Parity error */
+
+#define SIOP_AIPCNTL1  0xbf    /* AIP Control 1, 1010-only */
+#define AIPCNTL1_DIS   0x08    /* disable AIP generation, 1010-66 only */
+#define AIPCNTL1_RSETERR 0x04  /* reset AIP error 1010-66 only */
+#define AIPCNTL1_FB    0x02    /* force bad AIP value 1010-66 only */
+#define AIPCNTL1_RSET  0x01    /* reset AIP sequence value 1010-66 only */
+
 /*
  * Non-volatile configuration settings stored in the EEPROM.  There
  * are at least two known formats: Symbios Logic format and Tekram format.



Home | Main Index | Thread Index | Old Index