Browse Source

[tg3] Added device ID for rebranded HP card.

tags/v0.9.4
Michael Brown 16 years ago
parent
commit
06e8a70488
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/drivers/net/tg3.c

+ 1
- 0
src/drivers/net/tg3.c View File

3384
 PCI_ROM(0x173b, 0x03e9, "tg3-ac1001",      "Altima AC1001"),
3384
 PCI_ROM(0x173b, 0x03e9, "tg3-ac1001",      "Altima AC1001"),
3385
 PCI_ROM(0x173b, 0x03ea, "tg3-ac9100",      "Altima AC9100"),
3385
 PCI_ROM(0x173b, 0x03ea, "tg3-ac9100",      "Altima AC9100"),
3386
 PCI_ROM(0x173b, 0x03eb, "tg3-ac1003",      "Altima AC1003"),
3386
 PCI_ROM(0x173b, 0x03eb, "tg3-ac1003",      "Altima AC1003"),
3387
+PCI_ROM(0x0e11, 0x00ca, "tg3-hp",	   "HP Tigon 3"),
3387
 };
3388
 };
3388
 
3389
 
3389
 PCI_DRIVER ( tg3_driver, tg3_nics, PCI_NO_CLASS );
3390
 PCI_DRIVER ( tg3_driver, tg3_nics, PCI_NO_CLASS );

Loading…
Cancel
Save