Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pcmcia aquired -> acquired, issueing -> issuing



details:   https://anonhg.NetBSD.org/src/rev/54d9849bf03e
branches:  trunk
changeset: 513246:54d9849bf03e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jul 26 22:54:34 2001 +0000

description:
aquired -> acquired, issueing -> issuing

diffstat:

 sys/dev/pcmcia/if_ray.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3e6f24ca573c -r 54d9849bf03e sys/dev/pcmcia/if_ray.c
--- a/sys/dev/pcmcia/if_ray.c   Thu Jul 26 22:53:13 2001 +0000
+++ b/sys/dev/pcmcia/if_ray.c   Thu Jul 26 22:54:34 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ray.c,v 1.27 2000/12/14 06:29:38 thorpej Exp $      */
+/*     $NetBSD: if_ray.c,v 1.28 2001/07/26 22:54:34 wiz Exp $  */
 /* 
  * Copyright (c) 2000 Christian E. Hopps
  * All rights reserved.
@@ -193,7 +193,7 @@
        u_int8_t        sc_mode;        /* current operating mode SC_MODE_xx */
        u_int8_t        sc_countrycode; /* current country code */
        u_int8_t        sc_dcountrycode; /* desired country code */
-       int             sc_havenet;     /* true if we have aquired a network */
+       int             sc_havenet;     /* true if we have acquired a network */
        bus_size_t      sc_txpad;       /* tib size plus "phy" size */
        u_int8_t        sc_deftxrate;   /* default transfer rate */
        u_int8_t        sc_encrypt;
@@ -1388,7 +1388,7 @@
        }
 
        /* send it off */
-       RAY_DPRINTF(("%s: ray_start issueing %d \n", sc->sc_xname, firsti));
+       RAY_DPRINTF(("%s: ray_start issuing %d \n", sc->sc_xname, firsti));
        SRAM_WRITE_1(sc, RAY_SCB_CCSI, firsti);
        RAY_ECF_START_CMD(sc);
 



Home | Main Index | Thread Index | Old Index