Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add some A64 related support.
details: https://anonhg.NetBSD.org/src/rev/8f881ffb83dc
branches: trunk
changeset: 538389:8f881ffb83dc
user: mjacob <mjacob%NetBSD.org@localhost>
date: Fri Oct 18 23:33:39 2002 +0000
description:
Add some A64 related support.
diffstat:
sys/dev/ic/ispmbox.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r a45f5856b2c9 -r 8f881ffb83dc sys/dev/ic/ispmbox.h
--- a/sys/dev/ic/ispmbox.h Fri Oct 18 23:33:14 2002 +0000
+++ b/sys/dev/ic/ispmbox.h Fri Oct 18 23:33:39 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ispmbox.h,v 1.43 2002/08/16 21:43:15 mjacob Exp $ */
+/* $NetBSD: ispmbox.h,v 1.44 2002/10/18 23:33:39 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@@ -140,6 +140,9 @@
#define FW_FEATURE_RIO_32BIT 0x4
#define FW_FEATURE_RIO_16BIT 0x8
+#define MBOX_INIT_REQ_QUEUE_A64 0x0052
+#define MBOX_INIT_RES_QUEUE_A64 0x0053
+
#define MBOX_ENABLE_TARGET_MODE 0x0055
#define ENABLE_TARGET_FLAG 0x8000
#define ENABLE_TQING_FLAG 0x0004
@@ -369,6 +372,9 @@
ispds_t req_dataseg[ISP_RQDSEG];
} ispreq_t;
+#define ispreq64_t ispreqt3_t /* same as.... */
+#define ISP_RQDSEG_A64 2
+
/*
* A request packet can also be a marker packet.
*/
Home |
Main Index |
Thread Index |
Old Index