diff options
author | dima <dima@FreeBSD.org> | 1996-05-22 00:04:12 +0000 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1996-05-22 00:04:12 +0000 |
commit | df8ce234b7d6c7e26d06bf1f85fb32578eecbff8 (patch) | |
tree | 42af5c69dbf6ead2851d01c19ac312c4503377b8 /sys/i386/scsi | |
parent | 33a97219e221a75e60ddc82377f9cde4b2975989 (diff) | |
download | FreeBSD-src-df8ce234b7d6c7e26d06bf1f85fb32578eecbff8.zip FreeBSD-src-df8ce234b7d6c7e26d06bf1f85fb32578eecbff8.tar.gz |
"board not responding" -> "board is not responding"
Reviewed by: gibbs
Diffstat (limited to 'sys/i386/scsi')
-rw-r--r-- | sys/i386/scsi/aic7xxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c index fe3e3f6..614053b 100644 --- a/sys/i386/scsi/aic7xxx.c +++ b/sys/i386/scsi/aic7xxx.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx.c,v 1.66 1996/05/10 16:21:02 gibbs Exp $ + * $Id: aic7xxx.c,v 1.67 1996/05/21 18:37:25 gibbs Exp $ */ /* * TODO: @@ -2378,7 +2378,7 @@ ahc_poll(ahc, wait) if (inb(stport) & INT_PEND) break; } if (wait == 0) { - printf("ahc%d: board not responding\n", ahc->unit); + printf("ahc%d: board is not responding\n", ahc->unit); return (EIO); } ahc_intr((void *)ahc); |