summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aic7xxx_reg.h
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1996-03-10 07:02:32 +0000
committergibbs <gibbs@FreeBSD.org>1996-03-10 07:02:32 +0000
commit14667740f164aaf89daca80174e3c8234bae4f54 (patch)
tree6a3a5aa2b51773cc896533466127324aac605835 /sys/dev/aic7xxx/aic7xxx_reg.h
parent8eddee8c6eb7c51253cf906e77861eb758b00f5b (diff)
downloadFreeBSD-src-14667740f164aaf89daca80174e3c8234bae4f54.zip
FreeBSD-src-14667740f164aaf89daca80174e3c8234bae4f54.tar.gz
Reset the DMA control register whenever we reset the sequencer.
Clear LASTPHASE on busfree so the kernel driver can tell that the sequencer is idle. Fix some comments to reflect reality.
Diffstat (limited to 'sys/dev/aic7xxx/aic7xxx_reg.h')
-rw-r--r--sys/dev/aic7xxx/aic7xxx_reg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx_reg.h b/sys/dev/aic7xxx/aic7xxx_reg.h
index 8c8ae67..4c421c5 100644
--- a/sys/dev/aic7xxx/aic7xxx_reg.h
+++ b/sys/dev/aic7xxx/aic7xxx_reg.h
@@ -18,7 +18,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: aic7xxx_reg.h,v 1.4 1996/01/11 06:17:49 gibbs Exp $
+ * $Id: aic7xxx_reg.h,v 1.5 1996/01/29 03:12:06 gibbs Exp $
*/
/*
@@ -397,9 +397,9 @@
#define SEND_REJECT 0x11 /* sending a message reject */
#define NO_IDENT 0x21 /* no IDENTIFY after reconnect*/
#define NO_MATCH 0x31 /* no cmd match for reconnect */
-#define SDTR_MSG 0x41 /* SDTR message recieved */
-#define WDTR_MSG 0x51 /* WDTR message recieved */
-#define REJECT_MSG 0x61 /* Reject message recieved */
+#define SDTR_MSG 0x41 /* SDTR message received */
+#define WDTR_MSG 0x51 /* WDTR message received */
+#define REJECT_MSG 0x61 /* Reject message received */
#define BAD_STATUS 0x71 /* Bad status from target */
#define RESIDUAL 0x81 /* Residual byte count != 0 */
#define ABORT_TAG 0x91 /* Sent an ABORT_TAG message */
OpenPOWER on IntegriCloud