summaryrefslogtreecommitdiff
path: root/sys/dev/ic/iha.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2001-11-11 21:59:20 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2001-11-11 21:59:20 +0000
commit6916b480bce82c1dc07719d41631a38c56a6a62c (patch)
tree4319e49fb9d88f23070990c77c56cfc4a80229d3 /sys/dev/ic/iha.h
parent2724970bafb70b3309e7bce0a52a619fce5dfac2 (diff)
Remove local defines for SCSI status codes and use those now
defined in scsi_all.h.
Diffstat (limited to 'sys/dev/ic/iha.h')
-rw-r--r--sys/dev/ic/iha.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/ic/iha.h b/sys/dev/ic/iha.h
index abe3eb522ed..daa3aa88985 100644
--- a/sys/dev/ic/iha.h
+++ b/sys/dev/ic/iha.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iha.h,v 1.8 2001/11/05 17:25:58 art Exp $ */
+/* $OpenBSD: iha.h,v 1.9 2001/11/11 21:59:19 krw Exp $ */
/*
* Initio INI-9xxxU/UW SCSI Device Driver
*
@@ -48,12 +48,6 @@
#define IHA_MAX_SCB 32
#define IHA_MAX_EXTENDED_MSG 4 /* SDTR(3) and WDTR(4) only */
-#define SCSI_CONDITION_MET 0x04 /* SCSI Status codes not defined */
-#define SCSI_INTERM_COND_MET 0x14 /* in scsi_all.h */
-#define SCSI_RSERV_CONFLICT 0x18
-#define SCSI_CMD_TERMINATED 0x22
-#define SCSI_ACA_ACTIVE 0x30
-
/*
* Scatter-Gather Element Structure
*/