summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/aha1542.c4
-rw-r--r--sys/i386/isa/fd.c4
-rw-r--r--sys/i386/isa/ft.c4
-rw-r--r--sys/i386/isa/if_ar.c4
-rw-r--r--sys/i386/isa/if_ed.c4
-rw-r--r--sys/i386/isa/if_epreg.h4
-rw-r--r--sys/i386/isa/if_sr.c6
-rw-r--r--sys/i386/isa/isa.c6
-rw-r--r--sys/i386/isa/pcvt/pcvt_conf.h2
-rw-r--r--sys/i386/isa/ppc.c4
-rw-r--r--sys/i386/isa/rpreg.h2
-rw-r--r--sys/i386/isa/snd/ad1848.c2
-rw-r--r--sys/i386/isa/sound/CHANGELOG2
-rw-r--r--sys/i386/isa/sound/Readme.v302
-rw-r--r--sys/i386/isa/sound/ad1848.c2
-rw-r--r--sys/i386/isa/sound/dmabuf.c2
-rw-r--r--sys/i386/isa/sound/mpu401.c8
-rw-r--r--sys/i386/isa/ultra14f.c4
18 files changed, 33 insertions, 33 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index 5586f96..c6c7d3e 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.74 1998/02/06 12:13:14 eivind Exp $
+ * $Id: aha1542.c,v 1.75 1998/02/21 10:11:43 eivind Exp $
*/
/*
@@ -1778,7 +1778,7 @@ aha_bus_speed_check(aha, speed)
/*
* put the test data into the buffer and calculate
- * it's address. Read it onto the board
+ * its address. Read it onto the board
*/
scsi_uto3b(KVTOPHYS(aha_scratch_buf), ad);
for(loopcount = 2000;loopcount;loopcount--)
diff --git a/sys/i386/isa/fd.c b/sys/i386/isa/fd.c
index c179222..d09b927 100644
--- a/sys/i386/isa/fd.c
+++ b/sys/i386/isa/fd.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/i386/isa/ft.c b/sys/i386/isa/ft.c
index 30dc281..7880683 100644
--- a/sys/i386/isa/ft.c
+++ b/sys/i386/isa/ft.c
@@ -17,7 +17,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* ft.c - QIC-40/80 floppy tape driver
- * $Id: ft.c,v 1.35 1997/09/07 04:21:20 bde Exp $
+ * $Id: ft.c,v 1.36 1997/09/21 21:41:02 gibbs Exp $
*
* 01/19/95 ++sg
* Cleaned up recalibrate/seek code at attach time for FreeBSD 2.x.
@@ -34,7 +34,7 @@
* Got rid of the hard coded device selection. Moved (some of) the
* static variables into a structure for support of multiple devices.
* ( still has a way to go for 2 controllers - but closer )
- * Changed the interface with fd.c so we no longer 'steal' it's
+ * Changed the interface with fd.c so we no longer 'steal' its
* driver routine vectors.
*
* 10/30/93 v0.3
diff --git a/sys/i386/isa/if_ar.c b/sys/i386/isa/if_ar.c
index d4d64e5..53c4b20 100644
--- a/sys/i386/isa/if_ar.c
+++ b/sys/i386/isa/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/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c
index a91559e..3e15d49 100644
--- a/sys/i386/isa/if_ed.c
+++ b/sys/i386/isa/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/i386/isa/if_epreg.h b/sys/i386/isa/if_epreg.h
index 237e5bf..707f8a6 100644
--- a/sys/i386/isa/if_epreg.h
+++ b/sys/i386/isa/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/i386/isa/if_sr.c b/sys/i386/isa/if_sr.c
index 76113b8..546756f 100644
--- a/sys/i386/isa/if_sr.c
+++ b/sys/i386/isa/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/i386/isa/isa.c b/sys/i386/isa/isa.c
index 4c13577..9e67efc 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.110 1998/02/04 22:32:21 eivind Exp $
+ * $Id: isa.c,v 1.111 1998/02/06 12:13:17 eivind Exp $
*/
/*
@@ -652,7 +652,7 @@ isa_dmainit(chan, bouncebufsize)
/*
* Register a DMA channel's usage. Usually called from a device driver
- * in open() or during it's initialization.
+ * in open() or during its initialization.
*/
int
isa_dma_acquire(chan)
@@ -675,7 +675,7 @@ isa_dma_acquire(chan)
/*
* Unregister a DMA channel's usage. Usually called from a device driver
- * during close() or during it's shutdown.
+ * during close() or during its shutdown.
*/
void
isa_dma_release(chan)
diff --git a/sys/i386/isa/pcvt/pcvt_conf.h b/sys/i386/isa/pcvt/pcvt_conf.h
index 3cf1bd9..52387e6 100644
--- a/sys/i386/isa/pcvt/pcvt_conf.h
+++ b/sys/i386/isa/pcvt/pcvt_conf.h
@@ -330,7 +330,7 @@
#endif
#ifndef PCVT_UPDATEFAST /* this is the rate at which the cursor */
-# define PCVT_UPDATEFAST (hz/10) /* gets updated with it's new position */
+# define PCVT_UPDATEFAST (hz/10) /* gets updated with its new position */
#endif /* see: async_update() in pcvt_sup.c */
#ifndef PCVT_UPDATESLOW /* this is the rate at which the cursor */
diff --git a/sys/i386/isa/ppc.c b/sys/i386/isa/ppc.c
index c2d6a6b..39d0ece 100644
--- a/sys/i386/isa/ppc.c
+++ b/sys/i386/isa/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/i386/isa/rpreg.h b/sys/i386/isa/rpreg.h
index 07c4ada..fcc100b 100644
--- a/sys/i386/isa/rpreg.h
+++ b/sys/i386/isa/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/i386/isa/snd/ad1848.c b/sys/i386/isa/snd/ad1848.c
index 7880395..2954aaf 100644
--- a/sys/i386/isa/snd/ad1848.c
+++ b/sys/i386/isa/snd/ad1848.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/i386/isa/sound/CHANGELOG b/sys/i386/isa/sound/CHANGELOG
index 878e2b7..04ff604 100644
--- a/sys/i386/isa/sound/CHANGELOG
+++ b/sys/i386/isa/sound/CHANGELOG
@@ -181,7 +181,7 @@ Since 2.2
Since 2.1
- Preliminary support for SB16.
- - The SB16 mixer is supported in it's native mode.
+ - The SB16 mixer is supported in its native mode.
- Digitized voice capability up to 44.1 kHz/8 bit/mono
(16 bit and stereo support coming in the next release).
- Fixed some bugs in the digitized voice driver for PAS16.
diff --git a/sys/i386/isa/sound/Readme.v30 b/sys/i386/isa/sound/Readme.v30
index 826710e..2d358ca 100644
--- a/sys/i386/isa/sound/Readme.v30
+++ b/sys/i386/isa/sound/Readme.v30
@@ -124,7 +124,7 @@ distribute binaries compiled with soundcard.h of v3.X.
- The basic API useage is similar to the current one. There are some new
macros but the older ones should work as earlier. The most important
incompatibility is that the /dev/sequencer2 driver allocates voices itself.
-The other one is that the application must send SEQ_START_TIMER() as it's
+The other one is that the application must send SEQ_START_TIMER() as its
first event. Otherwise the timer is not started and the application waits
infinitely.
diff --git a/sys/i386/isa/sound/ad1848.c b/sys/i386/isa/sound/ad1848.c
index e41edd9..eb19f8e 100644
--- a/sys/i386/isa/sound/ad1848.c
+++ b/sys/i386/isa/sound/ad1848.c
@@ -1127,7 +1127,7 @@ ad1848_detect(int io_base, int *ad_flags, sound_os_info * osp)
* Check that the I/O address is in use.
*
* The bit 0x80 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/i386/isa/sound/dmabuf.c b/sys/i386/isa/sound/dmabuf.c
index acdfed9..dfd2283 100644
--- a/sys/i386/isa/sound/dmabuf.c
+++ b/sys/i386/isa/sound/dmabuf.c
@@ -1141,7 +1141,7 @@ DMAbuf_outputintr(int dev, int event_type)
* Event types: 0 = DMA transfer done. Device still has more data in
* the local buffer. 1 = DMA transfer done. Device doesn't have local
* buffer or it's empty now. 2 = No DMA transfer but the device has
- * now more space in it's local buffer.
+ * now more space in its local buffer.
*/
u_long flags;
diff --git a/sys/i386/isa/sound/mpu401.c b/sys/i386/isa/sound/mpu401.c
index 60b0c29..fdfb94d 100644
--- a/sys/i386/isa/sound/mpu401.c
+++ b/sys/i386/isa/sound/mpu401.c
@@ -462,7 +462,7 @@ mpu401_open(int dev, int mode,
/*
* Verify that the device is really running. Some devices (such as
* Ensoniq SoundScape don't work before the on board processor (OBP)
- * is initialized by downloadin it's microcode.
+ * is initialized by downloading its microcode.
*/
if (!devc->initialized) {
@@ -784,7 +784,7 @@ mpu_synth_open(int dev, int mode)
/*
* Verify that the device is really running. Some devices (such as
* Ensoniq SoundScape don't work before the on board processor (OBP)
- * is initialized by downloadin it's microcode.
+ * is initialized by downloading its microcode.
*/
if (!devc->initialized) {
@@ -902,7 +902,7 @@ mpu401_chk_version(struct mpu_config * devc)
if ((tmp = mpu_cmd(num_midis, 0xAC, 0)) < 0)
return;
- if ((tmp & 0xf0) > 0x20)/* Why it's larger than 2.x ??? */
+ if ((tmp & 0xf0) > 0x20)/* Why is it larger than 2.x ??? */
return;
devc->version = tmp;
@@ -1160,7 +1160,7 @@ clocks2ticks(u_long clocks)
/*
* The MPU-401 supports just a limited set of possible timebase
* values. Since the applications require more choices, the driver
- * has to program the HW to do it's best and to convert between the
+ * has to program the HW to do its best and to convert between the
* HW and actual timebases.
*/
diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c
index f24d61e..b36a58f 100644
--- a/sys/i386/isa/ultra14f.c
+++ b/sys/i386/isa/ultra14f.c
@@ -22,7 +22,7 @@
* today: Fri Jun 2 17:21:03 EST 1994
* added 24F support ++sg
*
- * $Id: ultra14f.c,v 1.57 1997/09/21 21:41:45 gibbs Exp $
+ * $Id: ultra14f.c,v 1.58 1998/03/25 22:40:06 imp Exp $
*/
#ifdef KERNEL /* don't laugh.. this compiles to a program too.. look */
@@ -551,7 +551,7 @@ uha_attach(dev)
/*
* Return some information to the caller about
- * the adapter and it's capabilities
+ * the adapter and its capabilities
*/
u_int32_t
uha_adapter_info(unit)
OpenPOWER on IntegriCloud