summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerdes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commit396b11447523f0a81228e0735758e09c792bcb5b (patch)
tree3c760cd87265a5a428738ce4b995557356f1d86b /sys/pci
parent86e1a21b7908937d1545c2d878f7be7e149558aa (diff)
downloadFreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.zip
FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.tar.gz
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_fxp.c6
-rw-r--r--sys/pci/ncr.c8
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c
index 88523a1..9be4dab 100644
--- a/sys/pci/if_fxp.c
+++ b/sys/pci/if_fxp.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.50 1998/03/03 14:19:07 dg Exp $
+ * $Id: if_fxp.c,v 1.51 1998/04/15 17:47:02 bde Exp $
*/
/*
@@ -1474,7 +1474,7 @@ fxp_mediastatus(ifp, ifmr)
* Add a buffer to the end of the RFA buffer list.
* Return 0 if successful, 1 for failure. A failure results in
* adding the 'oldm' (if non-NULL) on to the end of the list -
- * tossing out it's old contents and recycling it.
+ * tossing out its old contents and recycling it.
* The RFA struct is stuck at the beginning of mbuf cluster and the
* data pointer is fixed up to point just past it.
*/
@@ -1693,7 +1693,7 @@ fxp_ioctl(ifp, command, data)
* must be the first command in the chain, so we take steps to ensure
* that. By requiring this, it allows us to keep the performance of
* the pre-initialized command ring (esp. link pointers) by not actually
- * inserting the mcsetup command in the ring - i.e. it's link pointer
+ * inserting the mcsetup command in the ring - i.e. its link pointer
* points to the TxCB ring, but the mcsetup descriptor itself is not part
* of it. We then can do 'CU_START' on the mcsetup descriptor and have it
* lead into the regular TxCB ring when it completes.
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 88ae79e..5688af6 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: ncr.c,v 1.115 1998/02/09 06:10:56 eivind Exp $
+** $Id: ncr.c,v 1.116 1998/03/30 09:55:09 phk Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@@ -1342,7 +1342,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
- "\n$Id: ncr.c,v 1.115 1998/02/09 06:10:56 eivind Exp $\n";
+ "\n$Id: ncr.c,v 1.116 1998/03/30 09:55:09 phk Exp $\n";
static const u_long ncr_version = NCR_VERSION * 11
+ (u_long) sizeof (struct ncb) * 7
@@ -5148,7 +5148,7 @@ static void ncr_getsync(ncb_p np, u_char sfac, u_char *fakp, u_char *scntl3p)
/*==========================================================
**
-** Switch sync mode for current job and it's target
+** Switch sync mode for current job and its target
**
**==========================================================
*/
@@ -5229,7 +5229,7 @@ static void ncr_setsync (ncb_p np, ccb_p cp, u_char scntl3, u_char sxfer)
/*==========================================================
**
-** Switch wide mode for current job and it's target
+** Switch wide mode for current job and its target
** SCSI specs say: a SCSI device that accepts a WDTR
** message shall reset the synchronous agreement to
** asynchronous mode.
OpenPOWER on IntegriCloud