diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-15 13:17:05 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-15 13:17:05 +0000 |
commit | 80a5b8fab172a2a6ec7033e0c797c52e037d1ebe (patch) | |
tree | 5afc5c0cfd195b3d0e191a2dcf8c816d87b5e0c1 | |
parent | 9eee60d1007ee3cf570825732d9fe079ffcac57b (diff) |
typos; torh at bogus.net
-rw-r--r-- | sys/dev/isa/if_iy.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/isapnpdebug.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isa/if_iy.c b/sys/dev/isa/if_iy.c index 45cc15d1c8f..c85c251fe58 100644 --- a/sys/dev/isa/if_iy.c +++ b/sys/dev/isa/if_iy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iy.c,v 1.16 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_iy.c,v 1.17 2002/12/15 13:17:04 henning Exp $ */ /* $NetBSD: if_iy.c,v 1.4 1996/05/12 23:52:53 mycroft Exp $ */ /* #define IYDEBUG */ /* #define IYMEMDEBUG */ @@ -751,7 +751,7 @@ iyintr(arg) status = inb(iobase + STATUS_REG); #ifdef IYDEBUG if (status & ALL_INTS) { - printf("%s: got interupt %b", sc->sc_dev.dv_xname, status, + printf("%s: got interrupt %b", sc->sc_dev.dv_xname, status, "\020\1RX_STP\2RX\3TX\4EXEC"); if (status & EXEC_INT) printf(" event %b\n", inb(iobase), diff --git a/sys/dev/isa/isapnpdebug.c b/sys/dev/isa/isapnpdebug.c index 850b06231f0..7673bb23614 100644 --- a/sys/dev/isa/isapnpdebug.c +++ b/sys/dev/isa/isapnpdebug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isapnpdebug.c,v 1.2 1997/12/25 09:22:40 downsj Exp $ */ +/* $OpenBSD: isapnpdebug.c,v 1.3 2002/12/15 13:17:04 henning Exp $ */ /* $NetBSD: isapnpdebug.c,v 1.4 1997/08/03 08:12:23 mikel Exp $ */ /* @@ -57,7 +57,7 @@ isapnp_print_mem(str, mem) "high-addr," : "range-len,", (mem->flags & ISAPNP_MEMATTR_CACHEABLE) ? "" : "non-", (mem->flags & ISAPNP_MEMATTR_WRITEABLE) ? - "writeable," : "read-only,"); + "writable," : "read-only,"); switch (mem->flags & ISAPNP_MEMWIDTH_MASK) { case ISAPNP_MEMWIDTH_8: |