summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic/aicvar.h
diff options
context:
space:
mode:
authorluoqi <luoqi@FreeBSD.org>1999-12-04 22:15:02 +0000
committerluoqi <luoqi@FreeBSD.org>1999-12-04 22:15:02 +0000
commitd59911ee914d7ea0e3d9d8905a0875d17d832fb7 (patch)
tree0ed7d534db349d17beed26354edc1b1fe690a2f4 /sys/dev/aic/aicvar.h
parent19f112ec6a1374ee12f2d3e22c95f5dea3d22043 (diff)
downloadFreeBSD-src-d59911ee914d7ea0e3d9d8905a0875d17d832fb7.zip
FreeBSD-src-d59911ee914d7ea0e3d9d8905a0875d17d832fb7.tar.gz
Disconnect and tagged queueing now really work. Also fix a bug that's
causing problems to slow devices.
Diffstat (limited to 'sys/dev/aic/aicvar.h')
-rw-r--r--sys/dev/aic/aicvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aic/aicvar.h b/sys/dev/aic/aicvar.h
index 540a25a..5d789b4 100644
--- a/sys/dev/aic/aicvar.h
+++ b/sys/dev/aic/aicvar.h
@@ -106,7 +106,8 @@ struct aic_softc {
#define AIC_IDLE 0x00
#define AIC_SELECTING 0x01
#define AIC_RESELECTED 0x02
-#define AIC_HASNEXUS 0x03
+#define AIC_RECONNECTING 0x03
+#define AIC_HASNEXUS 0x04
#define AIC_MSG_IDENTIFY 0x01
#define AIC_MSG_TAG_Q 0x02
OpenPOWER on IntegriCloud