svn commit: r228050 - head/sys/mips/atheros

Aleksandr Rybalko ray at dlink.ua
Mon Nov 28 10:44:29 UTC 2011


On Mon, 28 Nov 2011 08:10:12 +0000 (UTC)
Gleb Smirnoff <glebius at 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 at dlink.ua> 
aka Alex RAY <ray at ddteam.net>


More information about the svn-src-all mailing list