summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorMichael Brown2008-03-06 14:19:42 +0100
committerMichael Brown2008-03-06 14:19:42 +0100
commit06e8a7048895087a76cfd6a0667ae2ea48043d01 (patch)
tree40d25bf9173478715fd986e4d5db887b1b6e458d /src/drivers
parent[PXEXT] Add PXENV_FILE_EXEC call to PXE extensions API. (diff)
downloadipxe-06e8a7048895087a76cfd6a0667ae2ea48043d01.tar.gz
ipxe-06e8a7048895087a76cfd6a0667ae2ea48043d01.tar.xz
ipxe-06e8a7048895087a76cfd6a0667ae2ea48043d01.zip
[tg3] Added device ID for rebranded HP card.
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/tg3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/tg3.c b/src/drivers/net/tg3.c
index 2188def4..43706bff 100644
--- a/src/drivers/net/tg3.c
+++ b/src/drivers/net/tg3.c
@@ -3384,6 +3384,7 @@ PCI_ROM(0x173b, 0x03e8, "tg3-ac1000", "Altima AC1000"),
PCI_ROM(0x173b, 0x03e9, "tg3-ac1001", "Altima AC1001"),
PCI_ROM(0x173b, 0x03ea, "tg3-ac9100", "Altima AC9100"),
PCI_ROM(0x173b, 0x03eb, "tg3-ac1003", "Altima AC1003"),
+PCI_ROM(0x0e11, 0x00ca, "tg3-hp", "HP Tigon 3"),
};
PCI_DRIVER ( tg3_driver, tg3_nics, PCI_NO_CLASS );