[gPXE git] mainline commit to master: [eepro100] Add new PCI ID 8086:27dc

git at etherboot.org git at etherboot.org
Mon Aug 30 10:35:47 EDT 2010


In the Main gPXE repository, branch master has been updated.
      adds  c780ec8 [eepro100] Add new PCI ID 8086:27dc
      from  53bb50e [compiler] Prevent empty weak function stubs from being removed

Summary of changes:
 src/drivers/net/eepro100.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
------
commit c780ec88551e0ecee345025946702aace1dda500
Author: Marty Connor <mdc at etherboot.org>
Date: Mon Aug 30 10:24:51 2010 -0400
Committer: Marty Connor <mdc at etherboot.org>

[eepro100] Add new PCI ID 8086:27dc

Add 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>
Signed-off-by: Marty Connor <mdc at etherboot.org>

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
-----------------------------------------------------------------------


-- 
Main gPXE repository


More information about the gPXE-commits mailing list