bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #11555] [Patch] Broadcom 5751 Gigabit ethernet (0x1677) Support add


From: anonymous
Subject: [bug #11555] [Patch] Broadcom 5751 Gigabit ethernet (0x1677) Support added
Date: Wed, 23 Nov 2005 17:23:44 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]