diff options
| author | snj <snj@NetBSD.org> | 2014-10-18 08:33:23 +0000 |
|---|---|---|
| committer | snj <snj@NetBSD.org> | 2014-10-18 08:33:23 +0000 |
| commit | 7d1220ac8e0218a9a7336fca58b6bd42fb9959c1 (patch) | |
| tree | 84cd81836e11d5b54852d6504e7fe8713eef1bcd /sys/dev/microcode | |
| parent | b016a42839fc0a3562847f14e31d9bc35a4ddac9 (diff) | |
src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic79xx.seq | 4 | ||||
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic7xxx.seq | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic79xx.seq b/sys/dev/microcode/aic7xxx/aic79xx.seq index 82ea0f3c02e..82ee7134cb8 100644 --- a/sys/dev/microcode/aic7xxx/aic79xx.seq +++ b/sys/dev/microcode/aic7xxx/aic79xx.seq @@ -1,4 +1,4 @@ -/* $NetBSD: aic79xx.seq,v 1.10 2005/12/11 12:22:18 christos Exp $ */ +/* $NetBSD: aic79xx.seq,v 1.11 2014/10/18 08:33:28 snj Exp $ */ /* * Adaptec U320 device driver firmware for Linux and FreeBSD. @@ -842,7 +842,7 @@ p_mesgin: /* * Pushed message loop to allow the kernel to - * run it's own message state engine. To avoid an + * run its own message state engine. To avoid an * extra nop instruction after signaling the kernel, * we perform the phase_lock before checking to see * if we should exit the loop and skip the phase_lock diff --git a/sys/dev/microcode/aic7xxx/aic7xxx.seq b/sys/dev/microcode/aic7xxx/aic7xxx.seq index ea84be6a823..f9721eb3a14 100644 --- a/sys/dev/microcode/aic7xxx/aic7xxx.seq +++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq @@ -40,7 +40,7 @@ * $FreeBSD: /repoman/r/ncvs/src/sys/dev/aic7xxx/aic7xxx.seq,v 1.123 2003/01/20 20:44:55 gibbs Exp $ */ -VERSION = "$NetBSD: aic7xxx.seq,v 1.18 2006/11/25 16:48:32 christos Exp $" +VERSION = "$NetBSD: aic7xxx.seq,v 1.19 2014/10/18 08:33:28 snj Exp $" PATCH_ARG_LIST = "struct ahc_softc *ahc" PREFIX = "ahc_" @@ -319,7 +319,7 @@ ident_messages_done_msg_pending: /* * Pushed message loop to allow the kernel to - * run it's own target mode message state engine. + * run its own target mode message state engine. */ host_target_message_loop: mvi HOST_MSG_LOOP call set_seqint; @@ -1445,7 +1445,7 @@ p_command_xfer: test SSTAT0, SDONE jnz . + 2; test SSTAT1, PHASEMIS jz . - 1; /* - * Wait for our ACK to go-away on it's own + * Wait for our ACK to go-away on its own * instead of being killed by SCSIEN getting cleared. */ test SCSISIGI, ACKI jnz .; @@ -1567,7 +1567,7 @@ p_mesgin: /* * Pushed message loop to allow the kernel to - * run it's own message state engine. To avoid an + * run its own message state engine. To avoid an * extra nop instruction after signaling the kernel, * we perform the phase_lock before checking to see * if we should exit the loop and skip the phase_lock |
