summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 20:14:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 20:14:44 +0000
commit66393fb0f109765a5d5542312091582f670fe31a (patch)
tree59333c08f873bec71ed79850669a0af597b2163f /sys/arch/alpha/pci
parentc52b7e74751dd0d7f279b191d690682aea929e57 (diff)
typos from Jared Yanovich;
Diffstat (limited to 'sys/arch/alpha/pci')
-rw-r--r--sys/arch/alpha/pci/cia.c4
-rw-r--r--sys/arch/alpha/pci/cia_dma.c4
-rw-r--r--sys/arch/alpha/pci/cia_pci.c6
-rw-r--r--sys/arch/alpha/pci/lca_dma.c4
-rw-r--r--sys/arch/alpha/pci/tsreg.h4
5 files changed, 11 insertions, 11 deletions
diff --git a/sys/arch/alpha/pci/cia.c b/sys/arch/alpha/pci/cia.c
index 9958066775f..6648a0b2d93 100644
--- a/sys/arch/alpha/pci/cia.c
+++ b/sys/arch/alpha/pci/cia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cia.c,v 1.19 2002/07/09 12:52:16 art Exp $ */
+/* $OpenBSD: cia.c,v 1.20 2003/10/18 20:14:42 jmc Exp $ */
/* $NetBSD: cia.c,v 1.56 2000/06/29 08:58:45 mrg Exp $ */
/*-
@@ -204,7 +204,7 @@ cia_init(ccp, mallocsafe)
/*
* Use BWX iff:
*
- * - It hasn't been disbled by the user,
+ * - It hasn't been disabled by the user,
* - it's enabled in CNFG,
* - we're implementation version ev5,
* - BWX is enabled in the CPU's capabilities mask (yes,
diff --git a/sys/arch/alpha/pci/cia_dma.c b/sys/arch/alpha/pci/cia_dma.c
index 77545551338..56413640d07 100644
--- a/sys/arch/alpha/pci/cia_dma.c
+++ b/sys/arch/alpha/pci/cia_dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cia_dma.c,v 1.4 2002/03/14 01:26:27 millert Exp $ */
+/* $OpenBSD: cia_dma.c,v 1.5 2003/10/18 20:14:42 jmc Exp $ */
/* $NetBSD: cia_dma.c,v 1.16 2000/06/29 08:58:46 mrg Exp $ */
/*-
@@ -325,7 +325,7 @@ cia_bus_dmamap_create_direct(t, size, nsegments, maxsegsz, boundary,
* is greater than 1. This is because many network
* drivers allocate large contiguous blocks of memory
* for control data structures, even though they won't
- * do any single DMA that crosses a page coundary.
+ * do any single DMA that crosses a page boundary.
* -- thorpej@netbsd.org, 2/5/2000
*/
map->_dm_flags |= DMAMAP_NO_COALESCE;
diff --git a/sys/arch/alpha/pci/cia_pci.c b/sys/arch/alpha/pci/cia_pci.c
index 67f41dd0d43..56bf3e5e877 100644
--- a/sys/arch/alpha/pci/cia_pci.c
+++ b/sys/arch/alpha/pci/cia_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cia_pci.c,v 1.9 2002/03/14 01:26:27 millert Exp $ */
+/* $OpenBSD: cia_pci.c,v 1.10 2003/10/18 20:14:42 jmc Exp $ */
/* $NetBSD: cia_pci.c,v 1.25 2000/06/29 08:58:46 mrg Exp $ */
/*
@@ -121,9 +121,9 @@ cia_conf_read(cpv, tag, offset)
#endif
/*
- * Some (apparently-common) revisions of EB164 and AlphaStation
+ * Some (apparently common) revisions of EB164 and AlphaStation
* firmware do the Wrong thing with PCI master and target aborts,
- * which are caused by accesing the configuration space of devices
+ * which are caused by accessing the configuration space of devices
* that don't exist (for example).
*
* To work around this, we clear the CIA error register's PCI
diff --git a/sys/arch/alpha/pci/lca_dma.c b/sys/arch/alpha/pci/lca_dma.c
index 4909f10a0eb..25d1f0ed16f 100644
--- a/sys/arch/alpha/pci/lca_dma.c
+++ b/sys/arch/alpha/pci/lca_dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lca_dma.c,v 1.4 2002/03/14 01:26:27 millert Exp $ */
+/* $OpenBSD: lca_dma.c,v 1.5 2003/10/18 20:14:42 jmc Exp $ */
/* $NetBSD: lca_dma.c,v 1.13 2000/06/29 08:58:47 mrg Exp $ */
/*-
@@ -193,7 +193,7 @@ lca_dma_init(lcp)
REGVAL64(LCA_IOC_W_T_BASE0) = lcp->lc_sgmap.aps_ptpa;
alpha_mb();
- /* Enble the scatter/gather TLB. */
+ /* Enable the scatter/gather TLB. */
REGVAL64(LCA_IOC_TB_ENA) = IOC_TB_ENA_TEN;
alpha_mb();
diff --git a/sys/arch/alpha/pci/tsreg.h b/sys/arch/alpha/pci/tsreg.h
index fa1ed0dd525..334c54df64d 100644
--- a/sys/arch/alpha/pci/tsreg.h
+++ b/sys/arch/alpha/pci/tsreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tsreg.h,v 1.1 2000/11/16 04:50:18 ericj Exp $ */
+/* $OpenBSD: tsreg.h,v 1.2 2003/10/18 20:14:42 jmc Exp $ */
/* $NetBSD: tsreg.h,v 1.1 1999/06/29 06:46:47 ross Exp $ */
/*-
@@ -71,7 +71,7 @@
/*
* This hack allows us to map the I/O address space without using
- * the KSEG sign extention hack.
+ * the KSEG sign extension hack.
*/
#define TS_PHYSADDR(x) \
(((x) & ~0x0100##0000##0000) | 0x0800##0000##0000)