summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/fdc.c4
-rw-r--r--sys/pc98/pc98/fd.c4
-rw-r--r--sys/pc98/pc98/if_ed.c4
-rw-r--r--sys/pc98/pc98/pc98.c6
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index 5223429..fa1ba3f 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.26 1997/12/02 21:06:51 phk Exp $
+ * $Id: fd.c,v 1.27 1998/01/24 02:54:37 eivind Exp $
*
*/
@@ -1706,7 +1706,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/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c
index 5223429..fa1ba3f 100644
--- a/sys/pc98/pc98/fd.c
+++ b/sys/pc98/pc98/fd.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.26 1997/12/02 21:06:51 phk Exp $
+ * $Id: fd.c,v 1.27 1998/01/24 02:54:37 eivind Exp $
*
*/
@@ -1706,7 +1706,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/pc98/pc98/if_ed.c b/sys/pc98/pc98/if_ed.c
index 3ea6ed3..fd2ae7f 100644
--- a/sys/pc98/pc98/if_ed.c
+++ b/sys/pc98/pc98/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.45 1998/04/14 13:51:16 kato Exp $
+ * $Id: if_ed.c,v 1.46 1998/04/16 16:32:15 kato Exp $
*/
/*
@@ -656,7 +656,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/pc98/pc98/pc98.c b/sys/pc98/pc98/pc98.c
index c720039..c57f400 100644
--- a/sys/pc98/pc98/pc98.c
+++ b/sys/pc98/pc98/pc98.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: pc98.c,v 1.48 1998/02/06 12:14:03 eivind Exp $
+ * $Id: pc98.c,v 1.49 1998/03/17 09:11:03 kato Exp $
*/
/*
@@ -691,7 +691,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)
@@ -714,7 +714,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)
OpenPOWER on IntegriCloud