add a couple of missing commands

This commit is contained in:
Matt Jacob 1999-05-11 05:00:35 +00:00
parent f86e40770a
commit a8234ad186

View File

@ -1,5 +1,5 @@
/* $Id: ispmbox.h,v 1.8 1999/03/25 19:53:54 mjacob Exp $ */ /* $Id: ispmbox.h,v 1.9 1999/04/04 01:32:09 mjacob Exp $ */
/* release_4_3_99 */ /* release_5_11_99 */
/* /*
* Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters.
* *
@ -83,7 +83,7 @@
#define MBOX_GET_SBUS_PARAMS 0x0027 #define MBOX_GET_SBUS_PARAMS 0x0027
#define MBOX_GET_TARGET_PARAMS 0x0028 #define MBOX_GET_TARGET_PARAMS 0x0028
#define MBOX_GET_DEV_QUEUE_PARAMS 0x0029 #define MBOX_GET_DEV_QUEUE_PARAMS 0x0029
/* 2a */ #define MBOX_GET_RESET_DELAY_PARAMS 0x002a
/* 2b */ /* 2b */
/* 2c */ /* 2c */
/* 2d */ /* 2d */
@ -94,13 +94,13 @@
#define MBOX_SET_RETRY_COUNT 0x0032 #define MBOX_SET_RETRY_COUNT 0x0032
#define MBOX_SET_TAG_AGE_LIMIT 0x0033 #define MBOX_SET_TAG_AGE_LIMIT 0x0033
#define MBOX_SET_CLOCK_RATE 0x0034 #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_ASYNC_DATA_SETUP_TIME 0x0036
#define MBOX_SET_SBUS_CONTROL_PARAMS 0x0037 #define MBOX_SET_SBUS_CONTROL_PARAMS 0x0037
#define MBOX_SET_PCI_PARAMETERS 0x0037 #define MBOX_SET_PCI_PARAMETERS 0x0037
#define MBOX_SET_TARGET_PARAMS 0x0038 #define MBOX_SET_TARGET_PARAMS 0x0038
#define MBOX_SET_DEV_QUEUE_PARAMS 0x0039 #define MBOX_SET_DEV_QUEUE_PARAMS 0x0039
/* 3a */ #define MBOX_SET_RESET_DELAY_PARAMS 0x003a
/* 3b */ /* 3b */
/* 3c */ /* 3c */
/* 3d */ /* 3d */