Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5544
b: refs/heads/master
c: 3f309db
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Jul 31, 2005
1 parent a6890ad commit 2bbafc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00354cfb92bd819a0d09d3ef9988e509b6675fdd
refs/heads/master: 3f309db33e7868fe11f8fc3a0dd291703df3c662
2 changes: 1 addition & 1 deletion trunk/drivers/net/sk98lin/skgeinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ SK_IOC IoC) /* IO context */
* we set the PHY to coma mode and switch to D3 power state.
*/
if (pAC->GIni.GIYukonLite &&
pAC->GIni.GIChipRev == CHIP_REV_YU_LITE_A3) {
pAC->GIni.GIChipRev >= CHIP_REV_YU_LITE_A3) {

/* for all ports switch PHY to coma mode */
for (i = 0; i < pAC->GIni.GIMacsFound; i++) {
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/net/sk98lin/skxmac2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ int Port) /* Port Index (MAC_1 + n) */

/* WA code for COMA mode */
if (pAC->GIni.GIYukonLite &&
pAC->GIni.GIChipRev == CHIP_REV_YU_LITE_A3) {
pAC->GIni.GIChipRev >= CHIP_REV_YU_LITE_A3) {

SK_IN32(IoC, B2_GP_IO, &DWord);

Expand Down Expand Up @@ -1110,7 +1110,7 @@ int Port) /* Port Index (MAC_1 + n) */

/* WA code for COMA mode */
if (pAC->GIni.GIYukonLite &&
pAC->GIni.GIChipRev == CHIP_REV_YU_LITE_A3) {
pAC->GIni.GIChipRev >= CHIP_REV_YU_LITE_A3) {

SK_IN32(IoC, B2_GP_IO, &DWord);

Expand Down Expand Up @@ -2126,7 +2126,7 @@ SK_U8 Mode) /* low power mode */
int Ret = 0;

if (pAC->GIni.GIYukonLite &&
pAC->GIni.GIChipRev == CHIP_REV_YU_LITE_A3) {
pAC->GIni.GIChipRev >= CHIP_REV_YU_LITE_A3) {

/* save current power mode */
LastMode = pAC->GIni.GP[Port].PPhyPowerState;
Expand Down Expand Up @@ -2253,7 +2253,7 @@ int Port) /* Port Index (e.g. MAC_1) */
int Ret = 0;

if (pAC->GIni.GIYukonLite &&
pAC->GIni.GIChipRev == CHIP_REV_YU_LITE_A3) {
pAC->GIni.GIChipRev >= CHIP_REV_YU_LITE_A3) {

/* save current power mode */
LastMode = pAC->GIni.GP[Port].PPhyPowerState;
Expand Down

0 comments on commit 2bbafc9

Please sign in to comment.