diff options
| author | Michael Brown | 2005-05-19 18:47:19 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-19 18:47:19 +0200 |
| commit | 4e87543c741e90ff3935864929e8d8eba17a6ab7 (patch) | |
| tree | 3bb2de6d2e5ebbcb935efa33b17be3526ff05733 /src/drivers/net/tg3.c | |
| parent | Added FSP (diff) | |
| parent | Import from Etherboot 5.4 (diff) | |
| download | ipxe-4e87543c741e90ff3935864929e8d8eba17a6ab7.tar.gz ipxe-4e87543c741e90ff3935864929e8d8eba17a6ab7.tar.xz ipxe-4e87543c741e90ff3935864929e8d8eba17a6ab7.zip | |
Synced across updates from Etherboot 5.4 tree
Diffstat (limited to 'src/drivers/net/tg3.c')
| -rw-r--r-- | src/drivers/net/tg3.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/net/tg3.c b/src/drivers/net/tg3.c index 2d881f08..ace2dfec 100644 --- a/src/drivers/net/tg3.c +++ b/src/drivers/net/tg3.c @@ -9,6 +9,7 @@ /* 11-13-2003 timlegge Fix Issue with NetGear GA302T * 11-18-2003 ebiederm Generalize NetGear Fix to what the code was supposed to be. * 01-06-2005 Alf (Frederic Olivie) Add Dell bcm 5751 (0x1677) support + * 04-15-2005 Martin Vogt Add Fujitsu Siemens Computer (FSC) 0x1734 bcm 5751 0x105d support */ #include "etherboot.h" @@ -2413,6 +2414,9 @@ static struct subsys_tbl_ent subsys_id_to_phy_id[] = { { PCI_VENDOR_ID_DELL, 0x0109, PHY_ID_BCM5411 }, /* MERLOT */ { PCI_VENDOR_ID_DELL, 0x010a, PHY_ID_BCM5411 }, /* SLIM_MERLOT */ { PCI_VENDOR_ID_DELL, 0x0179, PHY_ID_BCM5751 }, /* EtherXpress */ + + /* Fujitsu Siemens Computer */ + { PCI_VENDOR_ID_FSC, 0x105d, PHY_ID_BCM5751 }, /* Futro C200 */ /* Compaq boards. */ { PCI_VENDOR_ID_COMPAQ, 0x007c, PHY_ID_BCM5701 }, /* BANSHEE */ |
