Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic rename intr bits



details:   https://anonhg.NetBSD.org/src/rev/c4c1511ea8b9
branches:  trunk
changeset: 345962:c4c1511ea8b9
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jun 17 17:05:04 2016 +0000

description:
rename intr bits

diffstat:

 sys/dev/ic/cissreg.h |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 50e6a5e9265b -r c4c1511ea8b9 sys/dev/ic/cissreg.h
--- a/sys/dev/ic/cissreg.h      Fri Jun 17 17:03:20 2016 +0000
+++ b/sys/dev/ic/cissreg.h      Fri Jun 17 17:05:04 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cissreg.h,v 1.4 2013/10/12 16:52:21 christos Exp $     */
+/*     $NetBSD: cissreg.h,v 1.5 2016/06/17 17:05:04 christos Exp $     */
 /*     $OpenBSD: cissreg.h,v 1.11 2010/06/03 01:02:13 dlg Exp $        */
 
 /*
@@ -24,8 +24,10 @@
 #define        CISS_IDB_CFG    0x01
 #define        CISS_ISR        0x30
 #define        CISS_IMR        0x34
-#define        CISS_READYENAB  4
-#define        CISS_READYENA   8
+#define        CISS_INTR_OPQ_SA5       (1<<3)
+#define        CISS_INTR_OPQ_SA5B      (1<<2)
+#define        CISS_INTR_OPQ   (CISS_INTR_OPQ_SA5|CISS_INTR_OPQ_SA5B)
+#define        CISS_INTR_MSI           (1<<0)
 #define        CISS_INQ        0x40
 #define        CISS_OUTQ       0x44
 #define        CISS_CFG_BAR    0xb4



Home | Main Index | Thread Index | Old Index