summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2015-04-15 12:37:20 +0200
committerMichael Brown2015-04-15 12:38:10 +0200
commitfb31365db4d7312d286b73e75b4511ce7f88e727 (patch)
treef1449e641db65b6dbaf72827ce74fb86d143ddee /src
parent[eepro100] Remove duplicate PCI_ROM() line (diff)
downloadipxe-fb31365db4d7312d286b73e75b4511ce7f88e727.tar.gz
ipxe-fb31365db4d7312d286b73e75b4511ce7f88e727.tar.xz
ipxe-fb31365db4d7312d286b73e75b4511ce7f88e727.zip
[prism2] Remove duplicate PCI_ROM() lines
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
-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 7acae0c5a..69ddf0fb0 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 );