Follow-up Comment #5, bug #11555 (project grub):

FIXED in my system.

The netcard was integrated into a HP mainboard, the chip reads "BroadComm
5751" but... adding this line in tg3.h fixed the problem (I printf'd the
eeprom_phy_id, googled the code (0x60008180) and found the entry for the
tg3.h of the Linux kernel):

#define PHY_ID_BCM5401          0x60008050
#define PHY_ID_BCM5411          0x60008070
#define PHY_ID_BCM5701          0x60008110
#define PHY_ID_BCM5703          0x60008160
+#define PHY_ID_BCM5750          0x60008180
#define PHY_ID_BCM5704          0x60008190

Juanjo.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11555>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to