summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2004-12-18 18:29:57 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2004-12-18 18:29:57 +0000
commit3c38fda6f253ff1df8af96f21cf64cf8fd4535bf (patch)
treef0a7e5951434526ddffe98344de8b39d760d70d3
parent61e5d214047dbe4eea3f866a2c0a9bc7faa02381 (diff)
Use SIU_TASKMGMT_* defines from scsi_all.h rather than local duplicates.
-rw-r--r--sys/dev/ic/aic79xx_openbsd.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/ic/aic79xx_openbsd.h b/sys/dev/ic/aic79xx_openbsd.h
index 381fac18236..5e1599e2e71 100644
--- a/sys/dev/ic/aic79xx_openbsd.h
+++ b/sys/dev/ic/aic79xx_openbsd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: aic79xx_openbsd.h,v 1.11 2004/12/16 01:33:26 krw Exp $ */
+/* $OpenBSD: aic79xx_openbsd.h,v 1.12 2004/12/18 18:29:56 krw Exp $ */
/*
* Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom
@@ -283,12 +283,4 @@ void ahd_platform_flushwork(struct ahd_softc *ahd);
void ahd_done(struct ahd_softc *, struct scb *);
void ahd_send_async(struct ahd_softc *, char /*channel*/,
u_int /*target*/, u_int /*lun*/, ac_code, void *arg);
-/************************ SCSI task management **************************/
-#define SIU_TASKMGMT_NONE 0x00
-#define SIU_TASKMGMT_ABORT_TASK 0x01
-#define SIU_TASKMGMT_ABORT_TASK_SET 0x02
-#define SIU_TASKMGMT_CLEAR_TASK_SET 0x04
-#define SIU_TASKMGMT_LUN_RESET 0x08
-#define SIU_TASKMGMT_TARGET_RESET 0x20
-#define SIU_TASKMGMT_CLEAR_ACA 0x40
#endif /* _AIC79XX_OPENBSD_H_ */