Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2011 12:21:16 +0200
From:      Aleksandr Rybalko <ray@dlink.ua>
To:        Gleb Smirnoff <glebius@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r228050 - head/sys/mips/atheros
Message-ID:  <20111128122116.bb418eef.ray@dlink.ua>
In-Reply-To: <201111280810.pAS8AC1w080339@svn.freebsd.org>
References:  <201111280810.pAS8AC1w080339@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 28 Nov 2011 08:10:12 +0000 (UTC)
Gleb Smirnoff <glebius@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 <ray@dlink.ua> 
aka Alex RAY <ray@ddteam.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111128122116.bb418eef.ray>