On Mon, 28 Nov 2011 08:10:12 +0000 (UTC) Gleb Smirnoff <gleb...@freebsd.org> wrote:
>> Author: glebius >> Date: Mon Nov 28 08:10:12 2011 >> New Revision: 228050 >> URL: http://svn.freebsd.org/changeset/base/228050 >> >> Log: >> Fix build, fininshing r228018. >> >> Modified: >> head/sys/mips/atheros/if_arge.c >> >> Modified: head/sys/mips/atheros/if_arge.c >> ============================================================================== >> --- head/sys/mips/atheros/if_arge.c Mon Nov 28 07:09:29 >> 2011 (r228049) +++ head/sys/mips/atheros/if_arge.c Mon >> Nov 28 08:10:12 2011 (r228050) @@ -192,9 +192,9 @@ static void >> arge_flush_ddr(struct arge_softc *sc) >> { >> if (sc->arge_mac_unit == 0) >> - ar71xx_device_flush_ddr_ge0(); >> + ar71xx_device_flush_ddr_ge(0); >> else >> - ar71xx_device_flush_ddr_ge1(); >> + ar71xx_device_flush_ddr_ge(1); >> } >> >> static int Hi, Pointy hat to: me Sorry for that. Thank you very much Gleb! WBW -- Alexandr Rybalko <r...@dlink.ua> aka Alex RAY <r...@ddteam.net> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"