commit | a3d991bd0da8b9fb9dbf2c7481091c3d082b9b13 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Thu Apr 15 21:48:45 2004 +0000 |
committer | wdenk <wdenk> | Thu Apr 15 21:48:45 2004 +0000 |
tree | c474375dc1cc812e006921ab2ad122b21923e512 | |
parent | a6ab4bf978a3d5a52a47bbd259b7eb4c860ebd0c [diff] [blame] |
Patches by Pantelis Antoniou, 30 Mar 2004: add networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol)
diff --git a/common/miiphyutil.c b/common/miiphyutil.c index 919de3e..721d109 100644 --- a/common/miiphyutil.c +++ b/common/miiphyutil.c
@@ -203,6 +203,8 @@ { unsigned short reg; + /* dummy read; needed to latch some phys */ + (void)miiphy_read(addr, PHY_BMSR, ®); if (miiphy_read (addr, PHY_BMSR, ®)) { puts ("PHY_BMSR read failed, assuming no link\n"); return (0);