diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-10-24 01:36:50 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-10-24 01:36:50 +0000 |
commit | a4d587e7f6817b629a844da6991326ee9e9aa706 (patch) | |
tree | c2a8c5791daada691e8f347c7cb06be7f690ad0f /sys/dev/ic/aic7xxx_cam.h | |
parent | 0a88cbc61644100281e8a4389eab7acb8caa96e5 (diff) |
Minimize delta to FreeBSD in preparation for bringing in updates.
Mostly using recently defined scsi_message.h defines, and new and
existing aic7xxx_cam.h defines to eliminate magic numbers or name
variations.
A few whitespace revisions. If we aren't putting the code in KNF, no
need to live with other whitespace modifications.
ok marco@.
Diffstat (limited to 'sys/dev/ic/aic7xxx_cam.h')
-rw-r--r-- | sys/dev/ic/aic7xxx_cam.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/aic7xxx_cam.h b/sys/dev/ic/aic7xxx_cam.h index 2575cda30c4..9c4ae863c10 100644 --- a/sys/dev/ic/aic7xxx_cam.h +++ b/sys/dev/ic/aic7xxx_cam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx_cam.h,v 1.2 2004/08/01 01:36:23 krw Exp $ */ +/* $OpenBSD: aic7xxx_cam.h,v 1.3 2004/10/24 01:36:49 krw Exp $ */ /* $NetBSD: aic7xxx_cam.h,v 1.3 2003/04/20 11:17:20 fvdl Exp $ */ /* @@ -69,6 +69,8 @@ #define XS_CTL_NOSLEEP SCSI_NOSLEEP #define XS_CTL_RESET SCSI_RESET +#define MSG_EXT_PPR_QAS_REQ MSG_EXT_PPR_PROT_QAS +#define MSG_EXT_PPR_IU_REQ MSG_EXT_PPR_PROT_IUS #define MSG_EXT_PPR_DT_REQ MSG_EXT_PPR_PROT_DT #define MSG_ORDERED_TASK MSG_ORDERED_Q_TAG #define MSG_SIMPLE_TASK MSG_SIMPLE_Q_TAG |