[gPXE-devel] [PATCH] [eepro100] Add new PCI ID.

Thomas Miletich thomas.miletich at gmail.com
Wed Aug 25 11:25:53 EDT 2010


Adds the PCI ID 8086:27dc to the eepro100 driver.

Reported-by: Cédric DELMAS <c.delmas at akka.eu>
Signed-off-by: Thomas Miletich <thomas.miletich at gmail.com>
---
 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 d24b392..922f938 100644
--- a/src/drivers/net/eepro100.c
+++ b/src/drivers/net/eepro100.c
@@ -1141,6 +1141,7 @@ PCI_ROM(0x8086, 0x1065, "82562-3",       "Intel 82562 based Fast Ethernet Connec
 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),
+PCI_ROM(0x8086, 0x27dc, "eepro100-27dc", "Intel 82801G (ICH7) Chipset Ethernet Controller", 0),
 };
 
 /* Cards with device ids 0x1030 to 0x103F, 0x2449, 0x2459 or 0x245D might need
-- 
1.7.0.4



More information about the gPXE-devel mailing list