summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/ispmbox.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-05-11 05:00:35 +0000
committermjacob <mjacob@FreeBSD.org>1999-05-11 05:00:35 +0000
commit1f0c5e57fe1ffd494c1da76e6af061e18419b66b (patch)
treebf09db065da522969e0bf91d7b12d0cee63c6b2c /sys/dev/isp/ispmbox.h
parentcf3df57f13f2c77a6700b8ae97e4146268389f1d (diff)
downloadFreeBSD-src-1f0c5e57fe1ffd494c1da76e6af061e18419b66b.zip
FreeBSD-src-1f0c5e57fe1ffd494c1da76e6af061e18419b66b.tar.gz
add a couple of missing commands
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r--sys/dev/isp/ispmbox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index 0e4682d..b8ec984 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -1,5 +1,5 @@
-/* $Id: ispmbox.h,v 1.8 1999/03/25 19:53:54 mjacob Exp $ */
-/* release_4_3_99 */
+/* $Id: ispmbox.h,v 1.9 1999/04/04 01:32:09 mjacob Exp $ */
+/* release_5_11_99 */
/*
* Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters.
*
@@ -83,7 +83,7 @@
#define MBOX_GET_SBUS_PARAMS 0x0027
#define MBOX_GET_TARGET_PARAMS 0x0028
#define MBOX_GET_DEV_QUEUE_PARAMS 0x0029
- /* 2a */
+#define MBOX_GET_RESET_DELAY_PARAMS 0x002a
/* 2b */
/* 2c */
/* 2d */
@@ -94,13 +94,13 @@
#define MBOX_SET_RETRY_COUNT 0x0032
#define MBOX_SET_TAG_AGE_LIMIT 0x0033
#define MBOX_SET_CLOCK_RATE 0x0034
-#define MBOX_SET_ACTIVE_NEG_STATE 0x0035
+#define MBOX_SET_ACT_NEG_STATE 0x0035
#define MBOX_SET_ASYNC_DATA_SETUP_TIME 0x0036
#define MBOX_SET_SBUS_CONTROL_PARAMS 0x0037
#define MBOX_SET_PCI_PARAMETERS 0x0037
#define MBOX_SET_TARGET_PARAMS 0x0038
#define MBOX_SET_DEV_QUEUE_PARAMS 0x0039
- /* 3a */
+#define MBOX_SET_RESET_DELAY_PARAMS 0x003a
/* 3b */
/* 3c */
/* 3d */
OpenPOWER on IntegriCloud