diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-11-22 20:09:54 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-11-22 20:09:54 +0000 |
commit | 9626e4cb267b99b0c9c9ce2978e0ccd0f1152df6 (patch) | |
tree | f900e1ad2f80e17509672877c908462ebe8f3653 /sys/scsi/scsiconf.h | |
parent | ed0122c42b0e30373d4fdadceb3ebb8808e3aef3 (diff) |
Nuke TRY_AGAIN_LATER now that no driver returns it.
ok marco@
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index be4d14053dc..3fd333e3f7f 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.109 2009/11/12 06:20:27 dlg Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.110 2009/11/22 20:09:53 krw Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -304,7 +304,6 @@ struct scsi_adapter { * return values for scsi_cmd() */ #define SUCCESSFULLY_QUEUED 0 -#define TRY_AGAIN_LATER 1 #define COMPLETE 2 #define ESCAPE_NOT_SUPPORTED 3 #define NO_CCB 4 |