[gPXE git] mainline commit to master: [eepro100] Add PCI ID for Intel Pro/100 VE
git at etherboot.org
git at etherboot.org
Sat Jun 5 09:23:35 EDT 2010
In the Main gPXE repository, branch master has been updated.
adds 9a4bf25 [eepro100] Add PCI ID for Intel Pro/100 VE
from 5714e07 [lkrnprefix] Fix documentation path in comment
Summary of changes:
src/drivers/net/eepro100.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
------
commit 9a4bf25132f0800ed60a7140d5a613844f7444f7
Author: Erwan Velu <erwanaliasr1 at gmail.com>
Date: Thu Jun 3 22:28:38 2010 +0200
Committer: Stefan Hajnoczi <stefanha at gmail.com>
[eepro100] Add PCI ID for Intel Pro/100 VE
Signed-off-by: Erwan Velu <erwanaliasr1 at gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha at gmail.com>
diff --git a/src/drivers/net/eepro100.c b/src/drivers/net/eepro100.c
index 028e98d..d24b392 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
-----------------------------------------------------------------------
--
Main gPXE repository
More information about the gPXE-commits
mailing list