summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/stand/boot/disk.c4
-rw-r--r--sys/arch/amiga/dev/sbicvar.h4
-rw-r--r--sys/arch/amiga/dev/sfas.c8
-rw-r--r--sys/arch/arc/dev/asc.c6
-rw-r--r--sys/arch/arm32/podulebus/sbicvar.h2
-rw-r--r--sys/arch/arm32/podulebus/sfas.c6
-rw-r--r--sys/arch/kbus/dev/sbicvar.h4
-rw-r--r--sys/arch/kbus/dev/sbicvar.h.mvme4
-rw-r--r--sys/arch/mvme68k/dev/sbicvar.h4
-rw-r--r--sys/arch/mvme88k/dev/vx.c4
-rw-r--r--sys/arch/pmax/dev/rz.c4
-rw-r--r--sys/arch/pmax/dev/sii.c4
-rw-r--r--sys/arch/pmax/dev/tz.c2
-rw-r--r--sys/arch/pmax/stand/rz.c2
-rw-r--r--sys/arch/sun3/dev/si_obio.c4
-rw-r--r--sys/arch/wgrisc/dev/asc.c6
-rw-r--r--sys/arch/wgrisc/stand/boot/fl.c4
-rw-r--r--sys/arch/wgrisc/stand/boot/sd.c2
18 files changed, 37 insertions, 37 deletions
diff --git a/sys/arch/alpha/stand/boot/disk.c b/sys/arch/alpha/stand/boot/disk.c
index c79c91caecf..0c2c7cae7cc 100644
--- a/sys/arch/alpha/stand/boot/disk.c
+++ b/sys/arch/alpha/stand/boot/disk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disk.c,v 1.8 1998/09/04 16:59:06 millert Exp $ */
+/* $OpenBSD: disk.c,v 1.9 2001/01/25 03:50:46 todd Exp $ */
/* $NetBSD: disk.c,v 1.6 1997/04/06 08:40:33 cgd Exp $ */
/*
@@ -64,7 +64,7 @@ diskstrategy(devdata, rw, bn, reqcnt, addrvoid, cnt)
daddr_t bn;
size_t reqcnt;
void *addrvoid;
- size_t *cnt; /* out: number of bytes transfered */
+ size_t *cnt; /* out: number of bytes transferred */
{
char *addr = addrvoid;
struct disk_softc *sc;
diff --git a/sys/arch/amiga/dev/sbicvar.h b/sys/arch/amiga/dev/sbicvar.h
index b13ef2eeea4..f7e4313a620 100644
--- a/sys/arch/amiga/dev/sbicvar.h
+++ b/sys/arch/amiga/dev/sbicvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbicvar.h,v 1.3 1996/05/02 06:44:27 niklas Exp $ */
+/* $OpenBSD: sbicvar.h,v 1.4 2001/01/25 03:50:46 todd Exp $ */
/* $NetBSD: sbicvar.h,v 1.11 1996/04/21 21:12:23 veego Exp $ */
/*
@@ -132,7 +132,7 @@ struct sbic_softc {
u_char sc_stat[2];
u_char sc_msg[7];
u_long sc_clkfreq;
- u_long sc_tcnt; /* number of bytes transfered */
+ u_long sc_tcnt; /* number of bytes transferred */
u_short sc_dmacmd; /* used by dma drivers */
u_short sc_dmatimo; /* dma timeout */
u_long sc_dmamask; /* dma valid mem mask */
diff --git a/sys/arch/amiga/dev/sfas.c b/sys/arch/amiga/dev/sfas.c
index 1aee5e110a9..29dbf130231 100644
--- a/sys/arch/amiga/dev/sfas.c
+++ b/sys/arch/amiga/dev/sfas.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sfas.c,v 1.7 2000/05/28 02:34:13 art Exp $ */
+/* $OpenBSD: sfas.c,v 1.8 2001/01/25 03:50:46 todd Exp $ */
/* $NetBSD: sfas.c,v 1.12 1996/10/13 03:07:33 christos Exp $ */
/*
@@ -1327,12 +1327,12 @@ sfas_midaction(dev, rp, nexus)
case SFAS_NS_DATA_IN:
case SFAS_NS_DATA_OUT:
- /* We have transfered data. */
+ /* We have transferred data. */
if (dev->sc_dma_len)
if (dev->sc_cur_link < dev->sc_max_link) {
/*
* Clean up dma and at the same time get how
- * many bytes that were NOT transfered.
+ * many bytes that were NOT transferred.
*/
left = dev->sc_setup_dma(dev, 0, 0, SFAS_DMA_CLEAR);
len = dev->sc_dma_len;
@@ -1359,7 +1359,7 @@ sfas_midaction(dev, rp, nexus)
}
/*
- * Update pointers/length to reflect the transfered
+ * Update pointers/length to reflect the transferred
* data.
*/
dev->sc_len -= len-left;
diff --git a/sys/arch/arc/dev/asc.c b/sys/arch/arc/dev/asc.c
index 1e9105c569e..e6723fbb0be 100644
--- a/sys/arch/arc/dev/asc.c
+++ b/sys/arch/arc/dev/asc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: asc.c,v 1.9 1998/03/16 09:38:39 pefo Exp $ */
+/* $OpenBSD: asc.c,v 1.10 2001/01/25 03:50:47 todd Exp $ */
/* $NetBSD: asc.c,v 1.10 1994/12/05 19:11:12 dean Exp $ */
/*-
@@ -399,7 +399,7 @@ typedef struct scsi_state {
int statusByte; /* status byte returned during STATUS_PHASE */
u_int dmaBufSize; /* DMA buffer size */
int dmalen; /* amount to transfer in this chunk */
- int dmaresid; /* amount not transfered if chunk suspended */
+ int dmaresid; /* amount not transferred if chunk suspended */
int cmdlen; /* length of command in cmd */
int buflen; /* total remaining amount of data to transfer */
vm_offset_t buf; /* current pointer within scsicmd->buf */
@@ -1025,7 +1025,7 @@ asc_intr(sc)
/*
* OK, message coming in clean up whatever is going on.
- * Get number of bytes left to transfered from byte counter
+ * Get number of bytes left to transferred from byte counter
* counter decrements when data is trf on the SCSI bus
*/
ASC_TC_GET(regs, len);
diff --git a/sys/arch/arm32/podulebus/sbicvar.h b/sys/arch/arm32/podulebus/sbicvar.h
index 3e17ecc7ff7..4c0c29f87e9 100644
--- a/sys/arch/arm32/podulebus/sbicvar.h
+++ b/sys/arch/arm32/podulebus/sbicvar.h
@@ -132,7 +132,7 @@ struct sbic_softc {
u_char sc_stat[2];
u_char sc_msg[7];
u_long sc_clkfreq;
- u_long sc_tcnt; /* number of bytes transfered */
+ u_long sc_tcnt; /* number of bytes transferred */
u_short sc_dmacmd; /* used by dma drivers */
u_short sc_dmatimo; /* dma timeout */
u_long sc_dmamask; /* dma valid mem mask */
diff --git a/sys/arch/arm32/podulebus/sfas.c b/sys/arch/arm32/podulebus/sfas.c
index f605486391d..7dac28fcab8 100644
--- a/sys/arch/arm32/podulebus/sfas.c
+++ b/sys/arch/arm32/podulebus/sfas.c
@@ -1154,12 +1154,12 @@ sfas_midaction(dev, rp, nexus)
case SFAS_NS_DATA_IN:
case SFAS_NS_DATA_OUT:
- /* We have transfered data. */
+ /* We have transferred data. */
if (dev->sc_dma_len)
if (dev->sc_cur_link < dev->sc_max_link) {
/*
* Clean up dma and at the same time get how
- * many bytes that were NOT transfered.
+ * many bytes that were NOT transferred.
*/
left = dev->sc_setup_dma(dev, 0, 0, SFAS_DMA_CLEAR);
len = dev->sc_dma_len;
@@ -1186,7 +1186,7 @@ sfas_midaction(dev, rp, nexus)
}
/*
- * Update pointers/length to reflect the transfered
+ * Update pointers/length to reflect the transferred
* data.
*/
dev->sc_len -= len-left;
diff --git a/sys/arch/kbus/dev/sbicvar.h b/sys/arch/kbus/dev/sbicvar.h
index 93228a1341e..3ca88a9a3d7 100644
--- a/sys/arch/kbus/dev/sbicvar.h
+++ b/sys/arch/kbus/dev/sbicvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbicvar.h,v 1.1 1997/10/14 07:25:30 gingold Exp $ */
+/* $OpenBSD: sbicvar.h,v 1.2 2001/01/25 03:50:47 todd Exp $ */
/* $NetBSD: sbicvar.h,v 1.11 1996/04/21 21:12:23 veego Exp $ */
/*
@@ -132,7 +132,7 @@ struct sbic_softc {
u_char sc_stat[2];
u_char sc_msg[7];
u_long sc_clkfreq;
- u_long sc_tcnt; /* number of bytes transfered */
+ u_long sc_tcnt; /* number of bytes transferred */
u_short sc_dmacmd; /* used by dma drivers */
u_short sc_dmatimo; /* dma timeout */
u_long sc_dmamask; /* dma valid mem mask */
diff --git a/sys/arch/kbus/dev/sbicvar.h.mvme b/sys/arch/kbus/dev/sbicvar.h.mvme
index 825f54d957f..005bbbb538a 100644
--- a/sys/arch/kbus/dev/sbicvar.h.mvme
+++ b/sys/arch/kbus/dev/sbicvar.h.mvme
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbicvar.h.mvme,v 1.1 1997/10/14 07:25:30 gingold Exp $ */
+/* $OpenBSD: sbicvar.h.mvme,v 1.2 2001/01/25 03:50:47 todd Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -120,7 +120,7 @@ struct sbic_softc {
u_char sc_stat[2];
u_char sc_msg[7];
u_long sc_clkfreq;
- u_long sc_tcnt; /* number of bytes transfered */
+ u_long sc_tcnt; /* number of bytes transferred */
u_short sc_dmacmd; /* used by dma drivers */
u_long sc_dmamask; /* dma valid mem mask */
diff --git a/sys/arch/mvme68k/dev/sbicvar.h b/sys/arch/mvme68k/dev/sbicvar.h
index bbf96599e6c..02f50b1e892 100644
--- a/sys/arch/mvme68k/dev/sbicvar.h
+++ b/sys/arch/mvme68k/dev/sbicvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbicvar.h,v 1.3 1996/04/28 11:24:47 deraadt Exp $ */
+/* $OpenBSD: sbicvar.h,v 1.4 2001/01/25 03:50:48 todd Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -120,7 +120,7 @@ struct sbic_softc {
u_char sc_stat[2];
u_char sc_msg[7];
u_long sc_clkfreq;
- u_long sc_tcnt; /* number of bytes transfered */
+ u_long sc_tcnt; /* number of bytes transferred */
u_short sc_dmacmd; /* used by dma drivers */
u_long sc_dmamask; /* dma valid mem mask */
#ifdef DEBUG
diff --git a/sys/arch/mvme88k/dev/vx.c b/sys/arch/mvme88k/dev/vx.c
index 030265f1aba..b0ed05470b9 100644
--- a/sys/arch/mvme88k/dev/vx.c
+++ b/sys/arch/mvme88k/dev/vx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vx.c,v 1.3 2001/01/14 20:25:22 smurph Exp $ */
+/* $OpenBSD: vx.c,v 1.4 2001/01/25 03:50:48 todd Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* All rights reserved.
@@ -612,7 +612,7 @@ int port;
rwp.device_number = port;
/*
- * Do not wait. Characters will be transfered
+ * Do not wait. Characters will be transferred
* to (*linesw[tp->t_line].l_rint)(c,tp); by
* vx_intr() (IPC will notify via interrupt)
*/
diff --git a/sys/arch/pmax/dev/rz.c b/sys/arch/pmax/dev/rz.c
index 46a25def4d8..7d583b16621 100644
--- a/sys/arch/pmax/dev/rz.c
+++ b/sys/arch/pmax/dev/rz.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rz.c,v 1.19 1999/08/20 16:22:04 maja Exp $ */
+/* $OpenBSD: rz.c,v 1.20 2001/01/25 03:50:48 todd Exp $ */
/* $NetBSD: rz.c,v 1.38 1998/05/08 00:05:19 simonb Exp $ */
/*
@@ -733,7 +733,7 @@ void
rzdone(unit, error, resid, status)
register int unit;
int error; /* error number from errno.h */
- int resid; /* amount not transfered */
+ int resid; /* amount not transferred */
int status; /* SCSI status byte */
{
register struct rz_softc *sc = &rz_softc[unit];
diff --git a/sys/arch/pmax/dev/sii.c b/sys/arch/pmax/dev/sii.c
index 37df3adda90..8a9869d9101 100644
--- a/sys/arch/pmax/dev/sii.c
+++ b/sys/arch/pmax/dev/sii.c
@@ -732,7 +732,7 @@ again:
printf("%s: Parity error!!\n", sc->sc_dev.dv_xname);
goto abort;
}
- /* dmalen = amount left to transfer, i = amount transfered */
+ /* dmalen = amount left to transfer, i = amount transferred */
i = state->dmalen;
state->dmalen = 0;
state->dmaCurPhase = -1;
@@ -998,7 +998,7 @@ again:
#endif
}
- /* read amount transfered if DMA didn't finish */
+ /* read amount transferred if DMA didn't finish */
if (state->dmalen > 0) {
i = state->dmalen - regs->dmlotc;
state->dmalen = 0;
diff --git a/sys/arch/pmax/dev/tz.c b/sys/arch/pmax/dev/tz.c
index 9bd85814e31..eb27d9da63b 100644
--- a/sys/arch/pmax/dev/tz.c
+++ b/sys/arch/pmax/dev/tz.c
@@ -379,7 +379,7 @@ void
tzdone(unit, error, resid, status)
int unit;
int error; /* error number from errno.h */
- int resid; /* amount not transfered */
+ int resid; /* amount not transferred */
int status; /* SCSI status byte */
{
register struct tz_softc *sc = &tz_softc[unit];
diff --git a/sys/arch/pmax/stand/rz.c b/sys/arch/pmax/stand/rz.c
index eabc47b01fb..62039228e20 100644
--- a/sys/arch/pmax/stand/rz.c
+++ b/sys/arch/pmax/stand/rz.c
@@ -60,7 +60,7 @@ rzstrategy(devdata, rw, bn, reqcnt, addr, cnt)
daddr_t bn;
u_int reqcnt;
char *addr;
- u_int *cnt; /* out: number of bytes transfered */
+ u_int *cnt; /* out: number of bytes transferred */
{
register struct rz_softc *sc = (struct rz_softc *)devdata;
register int part = sc->sc_part;
diff --git a/sys/arch/sun3/dev/si_obio.c b/sys/arch/sun3/dev/si_obio.c
index abec4af0210..23cdac9b2b7 100644
--- a/sys/arch/sun3/dev/si_obio.c
+++ b/sys/arch/sun3/dev/si_obio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: si_obio.c,v 1.9 2000/06/06 20:51:41 miod Exp $ */
+/* $OpenBSD: si_obio.c,v 1.10 2001/01/25 03:50:49 todd Exp $ */
/* $NetBSD: si_obio.c,v 1.7 1996/11/20 18:57:00 gwr Exp $ */
/*-
@@ -501,7 +501,7 @@ si_obio_dma_stop(ncr_sc)
(si->fifo_data & 0xff00) >> 8;
goto out;
}
- /* UDC might not have transfered the last word. */
+ /* UDC might not have transferred the last word. */
udc_cnt = si_obio_udc_read(si, UDC_ADR_COUNT);
if (((udc_cnt * 2) - resid) == 2) {
NCR_TRACE("si_dma_stop: leftover 2 at 0x%x\n",
diff --git a/sys/arch/wgrisc/dev/asc.c b/sys/arch/wgrisc/dev/asc.c
index 82cb4b7430e..4b8bd892559 100644
--- a/sys/arch/wgrisc/dev/asc.c
+++ b/sys/arch/wgrisc/dev/asc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: asc.c,v 1.3 1997/07/21 11:26:09 pefo Exp $ */
+/* $OpenBSD: asc.c,v 1.4 2001/01/25 03:50:49 todd Exp $ */
/* $NetBSD: asc.c,v 1.10 1994/12/05 19:11:12 dean Exp $ */
/*-
@@ -385,7 +385,7 @@ typedef struct scsi_state {
int statusByte; /* status byte returned during STATUS_PHASE */
u_int dmaBufSize; /* DMA buffer size */
int dmalen; /* amount to transfer in this chunk */
- int dmaresid; /* amount not transfered if chunk suspended */
+ int dmaresid; /* amount not transferred if chunk suspended */
int cmdlen; /* length of command in cmd */
int buflen; /* total remaining amount of data to transfer */
vm_offset_t buf; /* current pointer within scsicmd->buf */
@@ -1024,7 +1024,7 @@ asc_intr(sc)
/*
* OK, message coming in clean up whatever is going on.
- * Get number of bytes left to transfered from byte counter
+ * Get number of bytes left to transferred from byte counter
* counter decrements when data is trf on the SCSI bus
*/
ASC_TC_GET(regs, len);
diff --git a/sys/arch/wgrisc/stand/boot/fl.c b/sys/arch/wgrisc/stand/boot/fl.c
index 02459551ff7..0b67ab7af00 100644
--- a/sys/arch/wgrisc/stand/boot/fl.c
+++ b/sys/arch/wgrisc/stand/boot/fl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fl.c,v 1.1 1997/07/21 06:58:13 pefo Exp $ */
+/* $OpenBSD: fl.c,v 1.2 2001/01/25 03:50:49 todd Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -52,7 +52,7 @@ flstrategy(devdata, rw, bn, reqcnt, addr, cnt)
daddr_t bn;
u_int reqcnt;
char *addr;
- u_int *cnt; /* out: number of bytes transfered */
+ u_int *cnt; /* out: number of bytes transferred */
{
struct fl_softc *sc = (struct fl_softc *)devdata;
int s;
diff --git a/sys/arch/wgrisc/stand/boot/sd.c b/sys/arch/wgrisc/stand/boot/sd.c
index c04fa3ce732..a89abe8704b 100644
--- a/sys/arch/wgrisc/stand/boot/sd.c
+++ b/sys/arch/wgrisc/stand/boot/sd.c
@@ -61,7 +61,7 @@ sdstrategy(devdata, rw, bn, reqcnt, addr, cnt)
daddr_t bn;
u_int reqcnt;
char *addr;
- u_int *cnt; /* out: number of bytes transfered */
+ u_int *cnt; /* out: number of bytes transferred */
{
struct sd_softc *sc = (struct sd_softc *)devdata;
struct partition *pp = &sc->sc_label.d_partitions[sc->sc_part];