summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-08-23 04:04:24 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-08-23 04:04:24 +0000
commit8aa8d80e0e11111c7fc0c518273b05590289c508 (patch)
treee491b780b117335648aa6b88160b272fb68ca5b8 /sys/dev/pci
parentea2343643064460416bf6eed30826cb184dd91b1 (diff)
remove duplicated test for em_82574
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_em_hw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em_hw.c b/sys/dev/pci/if_em_hw.c
index a006db3daa3..f7ed46d796f 100644
--- a/sys/dev/pci/if_em_hw.c
+++ b/sys/dev/pci/if_em_hw.c
@@ -31,7 +31,7 @@
*******************************************************************************/
-/* $OpenBSD: if_em_hw.c,v 1.91 2016/02/18 14:24:39 bluhm Exp $ */
+/* $OpenBSD: if_em_hw.c,v 1.92 2016/08/23 04:04:23 jsg Exp $ */
/*
* if_em_hw.c Shared functions for accessing and configuring the MAC
*/
@@ -5539,7 +5539,6 @@ em_detect_gig_phy(struct em_hw *hw)
(hw->mac_type == em_82542_rev2_0 ||
hw->mac_type == em_82542_rev2_1 ||
hw->mac_type == em_82543 ||
- hw->mac_type == em_82574 ||
hw->mac_type == em_82573 ||
hw->mac_type == em_82574 ||
hw->mac_type == em_80003es2lan)) {