diff options
| author | wiz <wiz@NetBSD.org> | 2003-09-29 09:50:21 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-09-29 09:50:21 +0000 |
| commit | 37ac1db45470537af70c09fa2de6eed433ece311 (patch) | |
| tree | a398d43a423422a608db06e9327c99922880e9ad /sys/arch/sun3/dev | |
| parent | 960dfae23fc9a4ce820f0fdc002fa281c66d2080 (diff) | |
available, not avaliable. From miod@openbsd.
Diffstat (limited to 'sys/arch/sun3/dev')
| -rw-r--r-- | sys/arch/sun3/dev/xd.c | 6 | ||||
| -rw-r--r-- | sys/arch/sun3/dev/xy.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sun3/dev/xd.c b/sys/arch/sun3/dev/xd.c index 2810682bd6b..41fa9408e93 100644 --- a/sys/arch/sun3/dev/xd.c +++ b/sys/arch/sun3/dev/xd.c @@ -1,4 +1,4 @@ -/* $NetBSD: xd.c,v 1.45 2003/07/15 03:36:15 lukem Exp $ */ +/* $NetBSD: xd.c,v 1.46 2003/09/29 09:50:22 wiz Exp $ */ /* * @@ -52,7 +52,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.45 2003/07/15 03:36:15 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.46 2003/09/29 09:50:22 wiz Exp $"); #undef XDC_DEBUG /* full debug */ #define XDC_DIAG /* extra sanity checks */ @@ -1481,7 +1481,7 @@ xdc_startbuf(xdcsc, xdsc, bp) * picked up later by the interrupt routine. for case [2] the * programmed i/o driver is called with a special flag that says * return when one iopb is free. for case [3] the process can sleep - * on the iorq free list until some iopbs are avaliable. + * on the iorq free list until some iopbs are available. */ diff --git a/sys/arch/sun3/dev/xy.c b/sys/arch/sun3/dev/xy.c index 66f09c8fed8..3ab157722ff 100644 --- a/sys/arch/sun3/dev/xy.c +++ b/sys/arch/sun3/dev/xy.c @@ -1,4 +1,4 @@ -/* $NetBSD: xy.c,v 1.47 2003/07/15 03:36:16 lukem Exp $ */ +/* $NetBSD: xy.c,v 1.48 2003/09/29 09:50:22 wiz Exp $ */ /* * @@ -52,7 +52,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.47 2003/07/15 03:36:16 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.48 2003/09/29 09:50:22 wiz Exp $"); #undef XYC_DEBUG /* full debug */ #undef XYC_DIAG /* extra sanity checks */ @@ -1357,7 +1357,7 @@ xyc_startbuf(xycsc, xysc, bp) * [2] we can only be blocked if there is a WAIT type I/O request being * run. since this can only happen when we are crashing, we wait a sec * and then steal the IOPB. for case [3] the process can sleep - * on the iorq free list until some iopbs are avaliable. + * on the iorq free list until some iopbs are available. */ |
