diff options
author | Matthew Wilcox <matthew@wil.cx> | 2006-02-17 15:18:41 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-02-27 23:55:08 -0500 |
commit | b0dc1db15225d5801bf3105966c9ce12c5142013 (patch) | |
tree | d2cb690585b8e45da3efbb80099b559954dd490e /drivers/scsi/ncr53c8xx.h | |
parent | ea697e456a278fb74a925a6c6befe04054520994 (diff) |
[SCSI] ncr53c8xx update
Delete unused NAME53C definition
Remove use of the M_* constants; use the common SCSI constants instead
Translate some remaining German
Add a missing changelog entry
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ncr53c8xx.h')
-rw-r--r-- | drivers/scsi/ncr53c8xx.h | 37 |
1 files changed, 3 insertions, 34 deletions
diff --git a/drivers/scsi/ncr53c8xx.h b/drivers/scsi/ncr53c8xx.h index 6a7bef2e6118..0e4e46a01336 100644 --- a/drivers/scsi/ncr53c8xx.h +++ b/drivers/scsi/ncr53c8xx.h | |||
@@ -56,8 +56,10 @@ | |||
56 | #include <linux/config.h> | 56 | #include <linux/config.h> |
57 | #include <scsi/scsi_host.h> | 57 | #include <scsi/scsi_host.h> |
58 | 58 | ||
59 | #include <linux/config.h> | ||
60 | |||
59 | /* | 61 | /* |
60 | ** If you want a driver as small as possible, do not define the | 62 | ** If you want a driver as small as possible, donnot define the |
61 | ** following options. | 63 | ** following options. |
62 | */ | 64 | */ |
63 | #define SCSI_NCR_BOOT_COMMAND_LINE_SUPPORT | 65 | #define SCSI_NCR_BOOT_COMMAND_LINE_SUPPORT |
@@ -1255,39 +1257,6 @@ struct scr_tblsel { | |||
1255 | */ | 1257 | */ |
1256 | 1258 | ||
1257 | /* | 1259 | /* |
1258 | ** Messages | ||
1259 | */ | ||
1260 | |||
1261 | #define M_COMPLETE COMMAND_COMPLETE | ||
1262 | #define M_EXTENDED EXTENDED_MESSAGE | ||
1263 | #define M_SAVE_DP SAVE_POINTERS | ||
1264 | #define M_RESTORE_DP RESTORE_POINTERS | ||
1265 | #define M_DISCONNECT DISCONNECT | ||
1266 | #define M_ID_ERROR INITIATOR_ERROR | ||
1267 | #define M_ABORT ABORT_TASK_SET | ||
1268 | #define M_REJECT MESSAGE_REJECT | ||
1269 | #define M_NOOP NOP | ||
1270 | #define M_PARITY MSG_PARITY_ERROR | ||
1271 | #define M_LCOMPLETE LINKED_CMD_COMPLETE | ||
1272 | #define M_FCOMPLETE LINKED_FLG_CMD_COMPLETE | ||
1273 | #define M_RESET TARGET_RESET | ||
1274 | #define M_ABORT_TAG ABORT_TASK | ||
1275 | #define M_CLEAR_QUEUE CLEAR_TASK_SET | ||
1276 | #define M_INIT_REC INITIATE_RECOVERY | ||
1277 | #define M_REL_REC RELEASE_RECOVERY | ||
1278 | #define M_TERMINATE (0x11) | ||
1279 | #define M_SIMPLE_TAG SIMPLE_QUEUE_TAG | ||
1280 | #define M_HEAD_TAG HEAD_OF_QUEUE_TAG | ||
1281 | #define M_ORDERED_TAG ORDERED_QUEUE_TAG | ||
1282 | #define M_IGN_RESIDUE IGNORE_WIDE_RESIDUE | ||
1283 | #define M_IDENTIFY (0x80) | ||
1284 | |||
1285 | #define M_X_MODIFY_DP EXTENDED_MODIFY_DATA_POINTER | ||
1286 | #define M_X_SYNC_REQ EXTENDED_SDTR | ||
1287 | #define M_X_WIDE_REQ EXTENDED_WDTR | ||
1288 | #define M_X_PPR_REQ EXTENDED_PPR | ||
1289 | |||
1290 | /* | ||
1291 | ** Status | 1260 | ** Status |
1292 | */ | 1261 | */ |
1293 | 1262 | ||