Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/dev fix pasto in previous to make this compile



details:   https://anonhg.NetBSD.org/src/rev/76f787ca0622
branches:  trunk
changeset: 542052:76f787ca0622
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Jan 21 07:12:54 2003 +0000

description:
fix pasto in previous to make this compile

diffstat:

 sys/arch/mac68k/dev/if_ae.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0757abda3496 -r 76f787ca0622 sys/arch/mac68k/dev/if_ae.c
--- a/sys/arch/mac68k/dev/if_ae.c       Tue Jan 21 07:10:46 2003 +0000
+++ b/sys/arch/mac68k/dev/if_ae.c       Tue Jan 21 07:12:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ae.c,v 1.72 2003/01/15 22:20:04 bouyer Exp $        */
+/*     $NetBSD: if_ae.c,v 1.73 2003/01/21 07:12:54 jdolecek Exp $      */
 
 /*
  * Device driver for National Semiconductor DS8390/WD83C690 based ethernet
@@ -176,7 +176,7 @@
                    buf += 2;
        }
        if (totlen < ETHER_MIN_LEN - ETHER_CRC_LEN) {
-               bus_space_set_region_1(buft, bufh, buf, 0,
+               bus_space_set_region_1(sc->sc_buft, sc->sc_bufh, buf, 0,
                    (ETHER_MIN_LEN - ETHER_CRC_LEN - totlen) >> 1);
                totlen = ETHER_MIN_LEN - ETHER_CRC_LEN;
        }



Home | Main Index | Thread Index | Old Index