Browse Source

[eepro100] Add new PCI ID 8086:27dc

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

Reported-by: Cédric Delmas <c.delmas@akka.eu>
Signed-off-by: Thomas Miletich <thomas.miletich@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Marty Connor 14 years ago
parent
commit
b0eacbd421
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/drivers/net/eepro100.c

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

@@ -1141,6 +1141,7 @@ PCI_ROM(0x8086, 0x1065, "82562-3",       "Intel 82562 based Fast Ethernet Connec
1141 1141
 PCI_ROM(0x8086, 0x5200, "eepro100-5200", "Intel EtherExpress PRO/100 Intelligent Server", 0),
1142 1142
 PCI_ROM(0x8086, 0x5201, "eepro100-5201", "Intel EtherExpress PRO/100 Intelligent Server", 0),
1143 1143
 PCI_ROM(0x8086, 0x1092, "82562-3",       "Intel Pro/100 VE Network", 0),
1144
+PCI_ROM(0x8086, 0x27dc, "eepro100-27dc", "Intel 82801G (ICH7) Chipset Ethernet Controller", 0),
1144 1145
 };
1145 1146
 
1146 1147
 /* Cards with device ids 0x1030 to 0x103F, 0x2449, 0x2459 or 0x245D might need

Loading…
Cancel
Save