]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[prism2] Remove duplicate PCI_ROM() lines
authorMichael Brown <mcb30@ipxe.org>
Wed, 15 Apr 2015 10:37:20 +0000 (11:37 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 15 Apr 2015 10:38:10 +0000 (11:38 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/prism2_pci.c

index 7acae0c5a7ee519b9e46301cc085bac150745d1e..69ddf0fb01e608e3ab92944798deff67ab77f36a 100644 (file)
@@ -50,8 +50,6 @@ static void prism2_pci_disable ( struct nic *nic ) {
 
 static struct pci_device_id prism2_pci_nics[] = {
 PCI_ROM(0x1260, 0x3873, "prism2_pci",  "Harris Semiconductor Prism2.5 clone", 0),
-PCI_ROM(0x1260, 0x3873, "hwp01170",    "ActionTec HWP01170", 0),
-PCI_ROM(0x1260, 0x3873, "dwl520",      "DLink DWL-520", 0),
 };
 
 PCI_DRIVER ( prism2_pci_driver, prism2_pci_nics, PCI_NO_CLASS );