summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2019-01-05 18:46:37 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2019-01-05 18:46:37 +0000
commita38822c058614d2933b3e1beca38f5a7c5f67db8 (patch)
treea3437483e64d38f1bf6f34fbff3462ae732e93d8
parent7496d32fb41629cfd0f4daddf659668fd2df56b1 (diff)
fix previous commit
"please commit asap" deraadt@
-rw-r--r--sys/dev/pci/if_em_hw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em_hw.h b/sys/dev/pci/if_em_hw.h
index 8cc374339eb..6b2a74dc313 100644
--- a/sys/dev/pci/if_em_hw.h
+++ b/sys/dev/pci/if_em_hw.h
@@ -31,7 +31,7 @@
*******************************************************************************/
-/* $OpenBSD: if_em_hw.h,v 1.77 2019/01/05 11:55:46 jsg Exp $ */
+/* $OpenBSD: if_em_hw.h,v 1.78 2019/01/05 18:46:36 kettenis Exp $ */
/* $FreeBSD: if_em_hw.h,v 1.15 2005/05/26 23:32:02 tackerman Exp $ */
/* if_em_hw.h
@@ -88,7 +88,7 @@ typedef enum {
#define IS_ICH8(t) \
(t == em_ich8lan || t == em_ich9lan || t == em_ich10lan || \
t == em_pchlan || t == em_pch2lan || t == em_pch_lpt || \
- t == em_pch_spt || em_pch_cnp)
+ t == em_pch_spt || t == em_pch_cnp)
typedef enum {
em_eeprom_uninitialized = 0,