summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ar/if_ar.c4
-rw-r--r--sys/dev/ar/if_ar_isa.c4
-rw-r--r--sys/dev/dpt/dpt_control.c4
-rw-r--r--sys/dev/ed/if_ed.c4
-rw-r--r--sys/dev/ep/if_epreg.h4
-rw-r--r--sys/dev/fdc/fdc.c4
-rw-r--r--sys/dev/fxp/if_fxp.c6
-rw-r--r--sys/dev/pcm/isa/mss.c2
-rw-r--r--sys/dev/ppc/ppc.c4
-rw-r--r--sys/dev/rp/rpreg.h2
-rw-r--r--sys/dev/sound/isa/mss.c2
-rw-r--r--sys/dev/sr/if_sr.c6
-rw-r--r--sys/dev/sr/if_sr_isa.c6
13 files changed, 26 insertions, 26 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c
index d4d64e5..53c4b20 100644
--- a/sys/dev/ar/if_ar.c
+++ b/sys/dev/ar/if_ar.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ar.c,v 1.16 1997/09/02 01:18:04 bde Exp $
+ * $Id: if_ar.c,v 1.17 1998/01/08 23:40:37 eivind Exp $
*/
/*
@@ -472,7 +472,7 @@ ar_xmit(struct ar_softc *sc)
* start the transmition. ar_xmit() does that.
*
* Transmitter idle state is indicated by the IFF_OACTIVE flag. The function
- * that clears that should ensure that the transmitter and it's DMA is
+ * that clears that should ensure that the transmitter and its DMA is
* in a "good" idle state.
*/
static void
diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c
index d4d64e5..53c4b20 100644
--- a/sys/dev/ar/if_ar_isa.c
+++ b/sys/dev/ar/if_ar_isa.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ar.c,v 1.16 1997/09/02 01:18:04 bde Exp $
+ * $Id: if_ar.c,v 1.17 1998/01/08 23:40:37 eivind Exp $
*/
/*
@@ -472,7 +472,7 @@ ar_xmit(struct ar_softc *sc)
* start the transmition. ar_xmit() does that.
*
* Transmitter idle state is indicated by the IFF_OACTIVE flag. The function
- * that clears that should ensure that the transmitter and it's DMA is
+ * that clears that should ensure that the transmitter and its DMA is
* in a "good" idle state.
*/
static void
diff --git a/sys/dev/dpt/dpt_control.c b/sys/dev/dpt/dpt_control.c
index 3015a37..2c85819 100644
--- a/sys/dev/dpt/dpt_control.c
+++ b/sys/dev/dpt/dpt_control.c
@@ -36,7 +36,7 @@
* future.
*/
-#ident "$Id: dpt_control.c,v 1.2 1998/02/10 17:36:43 eivind Exp $"
+#ident "$Id: dpt_control.c,v 1.3 1998/02/20 13:11:44 bde Exp $"
#include "opt_dpt.h"
@@ -175,7 +175,7 @@ dpt_minor2unit(int minor)
/**
* Given a minor device number,
- * return the pointer to it's softc structure
+ * return the pointer to its softc structure
*/
static INLINE dpt_softc_t *
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index a91559e..3e15d49 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.138 1998/03/29 03:22:19 eivind Exp $
+ * $Id: if_ed.c,v 1.139 1998/04/15 17:45:15 bde Exp $
*/
/*
@@ -464,7 +464,7 @@ ed_probe_WD80x3(isa_dev)
#endif
DELAY(100);
outb(sc->asic_addr + ED_WD_MSR, inb(sc->asic_addr + ED_WD_MSR) & ~ED_WD_MSR_RST);
- /* wait in the case this card is reading it's EEROM */
+ /* wait in the case this card is reading its EEROM */
DELAY(5000);
sc->vendor = ED_VENDOR_WD_SMC;
diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h
index 237e5bf..707f8a6 100644
--- a/sys/dev/ep/if_epreg.h
+++ b/sys/dev/ep/if_epreg.h
@@ -31,7 +31,7 @@
*/
/*
- * $Id: if_epreg.h,v 1.21 1997/10/14 06:56:09 itojun Exp $
+ * $Id: if_epreg.h,v 1.22 1997/10/27 06:15:10 joerg Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -107,7 +107,7 @@ struct ep_board {
* This `ID' port is a mere hack. There's currently no chance to register
* it with config's idea of the ports that are in use.
*
- * "After the automatic configuration is completed, the IDS is in it's initial
+ * "After the automatic configuration is completed, the IDS is in its initial
* state (ID-WAIT), and it monitors all write access to I/O port 01x0h, where
* 'x' is any hex digit. If a zero is written to any one of these ports, then
* that address is remembered and becomes the ID port. A second zero written
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index c179222..d09b927 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.106 1997/12/02 21:06:21 phk Exp $
+ * $Id: fd.c,v 1.107 1998/01/24 02:54:18 eivind Exp $
*
*/
@@ -1353,7 +1353,7 @@ fdstate(fdcu_t fdcu, fdc_p fdc)
TRACE1("[0x%x->FDCTL]", fd->ft->trans);
/*******************************************************\
* If the next drive has a motor startup pending, then *
- * it will start up in it's own good time *
+ * it will start up in its own good time *
\*******************************************************/
if(fd->flags & FD_MOTOR_WAIT)
{
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 88523a1..9be4dab 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/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/dev/pcm/isa/mss.c b/sys/dev/pcm/isa/mss.c
index 7880395..2954aaf 100644
--- a/sys/dev/pcm/isa/mss.c
+++ b/sys/dev/pcm/isa/mss.c
@@ -1052,7 +1052,7 @@ mss_detect(struct isa_device *dev)
* Check that the I/O address is in use.
*
* bit 7 of the base I/O port is known to be 0 after the chip has
- * performed it's power on initialization. Just assume this has
+ * performed its power on initialization. Just assume this has
* happened before the OS is starting.
*
* If the I/O address is unused, it typically returns 0xff.
diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c
index c2d6a6b..39d0ece 100644
--- a/sys/dev/ppc/ppc.c
+++ b/sys/dev/ppc/ppc.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ppc.c,v 1.1 1997/08/14 14:01:35 msmith Exp $
+ * $Id: ppc.c,v 1.2 1997/09/01 02:08:41 bde Exp $
*
*/
#include "ppc.h"
@@ -704,7 +704,7 @@ ppcprobe(struct isa_device *dvp)
nppc ++;
/*
- * Try to detect the chipset and it's mode.
+ * Try to detect the chipset and its mode.
*/
if (ppc_detect(ppc, dvp->id_flags & 0x7))
goto error;
diff --git a/sys/dev/rp/rpreg.h b/sys/dev/rp/rpreg.h
index 07c4ada..fcc100b 100644
--- a/sys/dev/rp/rpreg.h
+++ b/sys/dev/rp/rpreg.h
@@ -793,7 +793,7 @@ Return: WordIO_t: I/O address of a channel's TxRx Data register
/***************************************************************************
Function: sInitChanDefaults
-Purpose: Initialize a channel structure to it's default state.
+Purpose: Initialize a channel structure to its default state.
Call: sInitChanDefaults(ChP)
CHANNEL_T *ChP; Ptr to the channel structure
Comments: This function must be called once for every channel structure
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c
index 7880395..2954aaf 100644
--- a/sys/dev/sound/isa/mss.c
+++ b/sys/dev/sound/isa/mss.c
@@ -1052,7 +1052,7 @@ mss_detect(struct isa_device *dev)
* Check that the I/O address is in use.
*
* bit 7 of the base I/O port is known to be 0 after the chip has
- * performed it's power on initialization. Just assume this has
+ * performed its power on initialization. Just assume this has
* happened before the OS is starting.
*
* If the I/O address is unused, it typically returns 0xff.
diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c
index 76113b8..546756f 100644
--- a/sys/dev/sr/if_sr.c
+++ b/sys/dev/sr/if_sr.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.10 1998/01/08 23:41:02 eivind Exp $
+ * $Id: if_sr.c,v 1.11 1998/01/30 19:49:54 jhay Exp $
*/
/*
@@ -999,7 +999,7 @@ sr_xmit(struct sr_softc *sc)
*
* Transmitter idle state is indicated by the IFF_OACTIVE flag.
* The function that clears that should ensure that the transmitter
- * and it's DMA is in a "good" idle state.
+ * and its DMA is in a "good" idle state.
*/
static void
srstart(struct ifnet *ifp)
@@ -2822,7 +2822,7 @@ sr_dmac_intr(struct sr_hardc *hc, u_char isr1)
* Perform timeout on an FR channel
*
* Establish a periodic check of open N2 ports; If
- * a port is open/active, it's DCD state is checked
+ * a port is open/active, its DCD state is checked
* and a loss of DCD is recognized (and eventually
* processed).
*/
diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c
index 76113b8..546756f 100644
--- a/sys/dev/sr/if_sr_isa.c
+++ b/sys/dev/sr/if_sr_isa.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.10 1998/01/08 23:41:02 eivind Exp $
+ * $Id: if_sr.c,v 1.11 1998/01/30 19:49:54 jhay Exp $
*/
/*
@@ -999,7 +999,7 @@ sr_xmit(struct sr_softc *sc)
*
* Transmitter idle state is indicated by the IFF_OACTIVE flag.
* The function that clears that should ensure that the transmitter
- * and it's DMA is in a "good" idle state.
+ * and its DMA is in a "good" idle state.
*/
static void
srstart(struct ifnet *ifp)
@@ -2822,7 +2822,7 @@ sr_dmac_intr(struct sr_hardc *hc, u_char isr1)
* Perform timeout on an FR channel
*
* Establish a periodic check of open N2 ports; If
- * a port is open/active, it's DCD state is checked
+ * a port is open/active, its DCD state is checked
* and a loss of DCD is recognized (and eventually
* processed).
*/
OpenPOWER on IntegriCloud