From 0db122f2729ec15b407bd095a45c37496520a090 Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 23 Aug 2016 04:04:23 +0000 Subject: [PATCH] remove duplicated test for em_82574 --- sys/dev/pci/if_em_hw.c | 3 +-- 1 file changed, 1 insertion(+), 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)) { -- 2.20.1