summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/aic7xxx/aic79xx.seq8
-rw-r--r--sys/dev/microcode/aic7xxx/aic7xxx.seq6
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic79xx.seq b/sys/dev/microcode/aic7xxx/aic79xx.seq
index f05cd2d2ef6..4071fb4c442 100644
--- a/sys/dev/microcode/aic7xxx/aic79xx.seq
+++ b/sys/dev/microcode/aic7xxx/aic79xx.seq
@@ -40,7 +40,7 @@
* $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic79xx.seq,v 1.7 2003/02/27 23:23:16 gibbs Exp $
*/
-VERSION = "$NetBSD: aic79xx.seq,v 1.1 2003/04/19 19:26:10 fvdl Exp $"
+VERSION = "$NetBSD: aic79xx.seq,v 1.2 2003/05/03 18:11:30 wiz Exp $"
PATCH_ARG_LIST = "struct ahd_softc *ahd"
PREFIX = "ahd_"
@@ -206,7 +206,7 @@ fill_qoutfifo_dmadone:
qoutfifo_updated:
/*
- * If there are more commands waiting to be dma'ed
+ * If there are more commands waiting to be DMA'ed
* to the host, always coaless. Otherwise honor the
* host's wishes.
*/
@@ -300,7 +300,7 @@ BEGIN_CRITICAL;
/* FALLTHROUGH */
fill_qoutfifo:
/*
- * Keep track of the SCBs we are dmaing just
+ * Keep track of the SCBs we are DMA'ing just
* in case the DMA fails or is aborted.
*/
mov A, QOUTFIFO_ENTRY_VALID_TAG;
@@ -1465,7 +1465,7 @@ data_group_fifoflush:
data_phase_finish:
/*
* If the target has left us in data phase, loop through
- * the dma code again. We will only loop if there is a
+ * the DMA code again. We will only loop if there is a
* data overrun.
*/
if ((ahd->flags & AHD_TARGETROLE) != 0) {
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx.seq b/sys/dev/microcode/aic7xxx/aic7xxx.seq
index d05a00a48d8..c20fea2e03a 100644
--- a/sys/dev/microcode/aic7xxx/aic7xxx.seq
+++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq
@@ -40,7 +40,7 @@
* $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.seq,v 1.123 2003/01/20 20:44:55 gibbs Exp $
*/
-VERSION = "$NetBSD: aic7xxx.seq,v 1.14 2003/04/19 19:26:10 fvdl Exp $"
+VERSION = "$NetBSD: aic7xxx.seq,v 1.15 2003/05/03 18:11:31 wiz Exp $"
PATCH_ARG_LIST = "struct ahc_softc *ahc"
PREFIX = "ahc_"
@@ -597,7 +597,7 @@ command_phase_done:
target_dphase:
/*
* Data phases on the bus are from the
- * perspective of the initiator. The dma
+ * perspective of the initiator. The DMA
* code looks at LASTPHASE to determine the
* data direction of the DMA. Toggle it for
* target transfers.
@@ -1257,7 +1257,7 @@ sg_load_done:
data_phase_finish:
/*
* If the target has left us in data phase, loop through
- * the dma code again. In the case of ULTRA2 adapters,
+ * the DMA code again. In the case of ULTRA2 adapters,
* we should only loop if there is a data overrun. For
* all other adapters, we'll loop after each S/G element
* is loaded as well as if there is an overrun.