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 We want bus_space_set_region_2(), not _1...
details: https://anonhg.NetBSD.org/src/rev/f3c910b06dcd
branches: trunk
changeset: 542157:f3c910b06dcd
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed Jan 22 21:47:47 2003 +0000
description:
We want bus_space_set_region_2(), not _1() here.
diffstat:
sys/arch/mac68k/dev/if_ae.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a5918d407706 -r f3c910b06dcd sys/arch/mac68k/dev/if_ae.c
--- a/sys/arch/mac68k/dev/if_ae.c Wed Jan 22 21:44:54 2003 +0000
+++ b/sys/arch/mac68k/dev/if_ae.c Wed Jan 22 21:47:47 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ae.c,v 1.73 2003/01/21 07:12:54 jdolecek Exp $ */
+/* $NetBSD: if_ae.c,v 1.74 2003/01/22 21:47:47 bouyer 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(sc->sc_buft, sc->sc_bufh, buf, 0,
+ bus_space_set_region_2(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