aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-04-15 11:37:20 +0100
committerMichael Brown <mcb30@ipxe.org>2015-04-15 11:38:10 +0100
commitfb31365db4d7312d286b73e75b4511ce7f88e727 (patch)
treef1449e641db65b6dbaf72827ce74fb86d143ddee
parent532649aacf074e552e4825b297f9687a95d4fc95 (diff)
downloadipxe-fb31365db4d7312d286b73e75b4511ce7f88e727.tar.gz
[prism2] Remove duplicate PCI_ROM() lines
Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rw-r--r--src/drivers/net/prism2_pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/net/prism2_pci.c b/src/drivers/net/prism2_pci.c
index 7acae0c5..69ddf0fb 100644
--- a/src/drivers/net/prism2_pci.c
+++ b/src/drivers/net/prism2_pci.c
@@ -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 );