Browse Source

[prism2] Remove duplicate PCI_ROM() lines

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 years ago
parent
commit
fb31365db4
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/drivers/net/prism2_pci.c

+ 0
- 2
src/drivers/net/prism2_pci.c View File

@@ -50,8 +50,6 @@ static void prism2_pci_disable ( struct nic *nic ) {
50 50
 
51 51
 static struct pci_device_id prism2_pci_nics[] = {
52 52
 PCI_ROM(0x1260, 0x3873, "prism2_pci",	"Harris Semiconductor Prism2.5 clone", 0),
53
-PCI_ROM(0x1260, 0x3873, "hwp01170",	"ActionTec HWP01170", 0),
54
-PCI_ROM(0x1260, 0x3873, "dwl520",	"DLink DWL-520", 0),
55 53
 };
56 54
 
57 55
 PCI_DRIVER ( prism2_pci_driver, prism2_pci_nics, PCI_NO_CLASS );

Loading…
Cancel
Save