summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-09-29 09:08:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-09-29 09:08:21 +0000
commitdf744aafd1dd2b41bd0dd9620124b0b0f70e7f11 (patch)
tree640c09ddf1fdd5a841ada8234ac16049530deb1f /sys/arch/mvme88k
parent48f1ddc00aaebe5de53469a9d9a10c11566af4af (diff)
avaliable -> available
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/dev/if_ie.c4
-rw-r--r--sys/arch/mvme88k/dev/if_ve.c4
-rw-r--r--sys/arch/mvme88k/dev/vsreg.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/dev/if_ie.c b/sys/arch/mvme88k/dev/if_ie.c
index 1eb8bfaff08..3bd029ea9fa 100644
--- a/sys/arch/mvme88k/dev/if_ie.c
+++ b/sys/arch/mvme88k/dev/if_ie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie.c,v 1.24 2003/06/02 07:06:56 deraadt Exp $ */
+/* $OpenBSD: if_ie.c,v 1.25 2003/09/29 09:08:19 miod Exp $ */
/*-
* Copyright (c) 1998 Steve Murphree, Jr.
@@ -425,7 +425,7 @@ ieattach(parent, self, aux)
if (ca->ca_paddr == bootaddr)
bootdv = self;
- /* get the first avaliable etherbuf */
+ /* get the first available etherbuf */
sc->sc_maddr = etherbuf; /* maddr = vaddr */
if (sc->sc_maddr == NULL) panic("ie: too many ethernet boards");
if (pmap_extract(pmap_kernel(), (vaddr_t)sc->sc_maddr, &pa) == FALSE)
diff --git a/sys/arch/mvme88k/dev/if_ve.c b/sys/arch/mvme88k/dev/if_ve.c
index 2214c8f92fd..53fb1538987 100644
--- a/sys/arch/mvme88k/dev/if_ve.c
+++ b/sys/arch/mvme88k/dev/if_ve.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ve.c,v 1.19 2003/06/02 23:27:51 millert Exp $ */
+/* $OpenBSD: if_ve.c,v 1.20 2003/09/29 09:08:19 miod Exp $ */
/*-
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1982, 1992, 1993
@@ -277,7 +277,7 @@ veattach(parent, self, aux)
lesc->sc_vec = ca->ca_vec;
- /* get the first avaliable etherbuf */
+ /* get the first available etherbuf */
switch ((int)ca->ca_paddr) {
case 0xFFFF1200:
addr = (caddr_t)0xFD6C0000;
diff --git a/sys/arch/mvme88k/dev/vsreg.h b/sys/arch/mvme88k/dev/vsreg.h
index 71283f36559..b6cf80efd3b 100644
--- a/sys/arch/mvme88k/dev/vsreg.h
+++ b/sys/arch/mvme88k/dev/vsreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vsreg.h,v 1.4 2003/06/02 23:27:52 millert Exp $ */
+/* $OpenBSD: vsreg.h,v 1.5 2003/09/29 09:08:19 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1990 The Regents of the University of California.
@@ -134,7 +134,7 @@ typedef struct LONGV
#define M_IQAR_IQEA 0x8000 /* interrupt on queue entry avail */
#define M_IQAR_IQEH 0x4000 /* interrupt on queue half empty */
-#define M_IQAR_ILVL 0x0700 /* interrupt lvl on queue avaliable */
+#define M_IQAR_ILVL 0x0700 /* interrupt lvl on queue available */
#define M_IQAR_IVCT 0x00FF /* interrupt vector on queue avail */
/*