diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-04-15 11:37:09 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-04-15 11:38:10 +0100 |
commit | 532649aacf074e552e4825b297f9687a95d4fc95 (patch) | |
tree | 9125f74cacb52d9c13139cb0edfe7ac37b1acf95 | |
parent | 7ca801d637de3e2941f02f376ee1f0e26eabdfcb (diff) | |
download | ipxe-532649aacf074e552e4825b297f9687a95d4fc95.tar.gz |
[eepro100] Remove duplicate PCI_ROM() line
Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rw-r--r-- | src/drivers/net/eepro100.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/eepro100.c b/src/drivers/net/eepro100.c index ede0a1a4..1046cda3 100644 --- a/src/drivers/net/eepro100.c +++ b/src/drivers/net/eepro100.c @@ -1136,7 +1136,6 @@ PCI_ROM(0x8086, 0x2449, "82562em", "Intel EtherExpressPro100 82562EM", 0), PCI_ROM(0x8086, 0x2459, "82562-1", "Intel 82562 based Fast Ethernet Connection", 0), PCI_ROM(0x8086, 0x245d, "82562-2", "Intel 82562 based Fast Ethernet Connection", 0), PCI_ROM(0x8086, 0x1050, "82562ez", "Intel 82562EZ Network Connection", 0), -PCI_ROM(0x8086, 0x1051, "eepro100-1051", "Intel 82801EB/ER (ICH5/ICH5R) Chipset Ethernet Controller", 0), 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), |