aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>1999-05-11 05:00:35 +0000
committerMatt Jacob <mjacob@FreeBSD.org>1999-05-11 05:00:35 +0000
commita8234ad18635072de64314df77d41c562d9f919a (patch)
tree26e0b76f40b8fe9a55f0e657fd619f3736a0f9b7
parentf86e40770aaa37ad17c44dc9a6842d4a4afaa04d (diff)
downloadsrc-a8234ad18635072de64314df77d41c562d9f919a.tar.gz
src-a8234ad18635072de64314df77d41c562d9f919a.zip
add a couple of missing commands
Notes
Notes: svn path=/head/; revision=46966
-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 0e4682d20915..b8ec98490ee5 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 */