diff options
| author | Erwan Velu | 2010-06-03 22:28:38 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-06-07 12:47:19 +0200 |
| commit | 3fc4fd32133de89c46405a2d10762b965ad6525b (patch) | |
| tree | 6f274d8d9c215c79927eb4e8da81eba3ed409975 /src/drivers | |
| parent | [doc] Fix comment on Linux/x86 boot protocol path (diff) | |
| download | ipxe-3fc4fd32133de89c46405a2d10762b965ad6525b.tar.gz ipxe-3fc4fd32133de89c46405a2d10762b965ad6525b.tar.xz ipxe-3fc4fd32133de89c46405a2d10762b965ad6525b.zip | |
[eepro100] Add PCI ID for Intel Pro/100 VE
Signed-off-by: Erwan Velu <erwanaliasr1@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/net/eepro100.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/eepro100.c b/src/drivers/net/eepro100.c index 3fb981be4..e4e1c1ffb 100644 --- a/src/drivers/net/eepro100.c +++ b/src/drivers/net/eepro100.c @@ -1140,6 +1140,7 @@ PCI_ROM(0x8086, 0x1051, "eepro100-1051", "Intel 82801EB/ER (ICH5/ICH5R) Chipset PCI_ROM(0x8086, 0x1065, "82562-3", "Intel 82562 based Fast Ethernet Connection", 0), PCI_ROM(0x8086, 0x5200, "eepro100-5200", "Intel EtherExpress PRO/100 Intelligent Server", 0), PCI_ROM(0x8086, 0x5201, "eepro100-5201", "Intel EtherExpress PRO/100 Intelligent Server", 0), +PCI_ROM(0x8086, 0x1092, "82562-3", "Intel Pro/100 VE Network", 0), }; /* Cards with device ids 0x1030 to 0x103F, 0x2449, 0x2459 or 0x245D might need |
