summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-06-09 18:09:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-06-09 18:09:56 +0000
commitffaa48298e1e636ce70fefaa77e1aca32470941b (patch)
tree132895ed0238e8040036979b3156dd1850a482ed /sys/dev
parent3d4811cc828f0efdd3010f41d18b9868205a4cdd (diff)
adapt to a pcidevs name change
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_ix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_ix.c b/sys/dev/pci/if_ix.c
index 1495db45612..afa35e87944 100644
--- a/sys/dev/pci/if_ix.c
+++ b/sys/dev/pci/if_ix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ix.c,v 1.87 2012/12/20 17:34:54 mikeb Exp $ */
+/* $OpenBSD: if_ix.c,v 1.88 2013/06/09 18:09:55 deraadt Exp $ */
/******************************************************************************
@@ -66,7 +66,7 @@ const struct pci_matchid ixgbe_devices[] = {
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599_KX4 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599_KX4_MEZZ },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599_XAUI },
- { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599_COMBO_BACKPLANE },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599_COMBO_BP },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599_BPLANE_FCOE },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599_CX4 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599_T3_LOM },
@@ -1428,7 +1428,7 @@ ixgbe_identify_hardware(struct ix_softc *sc)
sc->hw.phy.smart_speed = ixgbe_smart_speed;
break;
case PCI_PRODUCT_INTEL_82599_XAUI:
- case PCI_PRODUCT_INTEL_82599_COMBO_BACKPLANE:
+ case PCI_PRODUCT_INTEL_82599_COMBO_BP:
case PCI_PRODUCT_INTEL_82599_BPLANE_FCOE:
sc->hw.mac.type = ixgbe_mac_82599EB;
sc->hw.phy.smart_speed = ixgbe_smart_speed;