lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 29 Oct 2010 15:46:47 +0800
From:	<macpaul@...estech.com>
To:	<joseph_chang@...l.davicom.com.tw>, <netdev@...r.kernel.org>
Cc:	<afleming@...escale.com>, <jeff@...zik.org>,
	<f.rodo@...-technologies.fr>
Subject: RE: About the Davicom PHY in drivers/net/phy in Linux kernel

Hi Joseph,

I just followed up your suggestion in previous mail, let me quote them here:

# quote
The recommend is changed to be as below:
 err = phy_write(phydev, MII_BMCR, BMCR_RESET);
    //err = phy_write(phydev, MII_BMCR, BMCR_ISOLATE);
   err = phy_write(phydev, MII_DM9161_SCR, MII_DM9161_SCR_INIT);
   err = phy_write(phydev, MII_DM9161_10BTCSR, MII_DM9161_10BTCSR_INIT);
  // err = phy_write(phydev, MII_NWAYTEST, 0x10);
    err = phy_write(phydev, MII_BMCR, BMCR_ANENABLE | BMCR_ANRESTART);
  *Note: Added a PHY reset command.
# end quote
> 
>  * == > Would you tell us your:
> 	CPU = ?
SoC: Faraday A320 (arm920t) / Andes AG101 (NDS32)
> 	Linux Kernel version= ?
Linux: 2.6.32
>       I will like to download the same source code from LXR.
>       And can check more detail for you.

I've believed that you have download the source already. :-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ