diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 10:27:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 10:27:13 +0000 |
commit | 124ec404c6e5ed83c26b3ae27f8f6a9865f30089 (patch) | |
tree | 0d8e24ba87859ed357e4e55c7af42a3a472b5eee /sys/dev/eisa/ahc_eisa.c | |
parent | 435f16863158d22d3404dd4e1decea3a1e403a1f (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/eisa/ahc_eisa.c')
-rw-r--r-- | sys/dev/eisa/ahc_eisa.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/eisa/ahc_eisa.c b/sys/dev/eisa/ahc_eisa.c index b2fd77e5c89..8264d2afe47 100644 --- a/sys/dev/eisa/ahc_eisa.c +++ b/sys/dev/eisa/ahc_eisa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahc_eisa.c,v 1.14 2002/06/28 00:34:54 smurph Exp $ */ +/* $OpenBSD: ahc_eisa.c,v 1.15 2003/10/21 10:27:12 jmc Exp $ */ /* $NetBSD: ahc_eisa.c,v 1.10 1996/10/21 22:30:58 thorpej Exp $ */ /* @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_eisa.c,v 1.14 2002/06/28 00:34:54 smurph Exp $ + * $Id: ahc_eisa.c,v 1.15 2003/10/21 10:27:12 jmc Exp $ */ #include "eisa.h" @@ -79,7 +79,7 @@ bus_space_handle_t ioh; u_char intdef; u_char hcntrl; - /* Pause the card preseving the IRQ type */ + /* Pause the card preserving the IRQ type */ hcntrl = bus_space_read_1(iot, ioh, HCNTRL) & IRQMS; bus_space_write_1(iot, ioh, HCNTRL, hcntrl | PAUSE); @@ -209,7 +209,7 @@ void *aux; /* * Tell the user what type of interrupts we're using. - * usefull for debugging irq problems + * useful for debugging irq problems */ if (bootverbose) { printf("%s: Using %s Interrupts\n", @@ -256,7 +256,7 @@ void *aux; /* * See if we have a Rev E or higher aic7770. Anything below a * Rev E will have a R/O autoflush disable configuration bit. - * It's still not clear exactly what is differenent about the Rev E. + * It's still not clear exactly what is different about the Rev E. * We think it allows 8 bit entries in the QOUTFIFO to support * "paging" SCBs so you can have more than 4 commands active at * once. |