aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/alc
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2016-08-22 03:28:06 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2016-08-22 03:28:06 +0000
commitbb7e9b30465fd33717814fe8687734abf41104f4 (patch)
treed82a4982722438f0b7db60075d2b7613402216b2 /sys/dev/alc
parent7fcbd928f8616c50eaded0e6d7651a5a93b3b13f (diff)
downloadsrc-bb7e9b30465fd33717814fe8687734abf41104f4.tar.gz
src-bb7e9b30465fd33717814fe8687734abf41104f4.zip
Add a missing change in r304575.
Noticed by: jhb
Notes
Notes: svn path=/head/; revision=304584
Diffstat (limited to 'sys/dev/alc')
-rw-r--r--sys/dev/alc/if_alcvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/alc/if_alcvar.h b/sys/dev/alc/if_alcvar.h
index 9a73ef4cb983..a1c3382f015a 100644
--- a/sys/dev/alc/if_alcvar.h
+++ b/sys/dev/alc/if_alcvar.h
@@ -235,7 +235,8 @@ struct alc_softc {
#define ALC_FLAG_APS 0x1000
#define ALC_FLAG_AR816X_FAMILY 0x2000
#define ALC_FLAG_LINK_WAR 0x4000
-#define ALC_FLAG_LINK 0x8000
+#define ALC_FLAG_E2X00 0x8000
+#define ALC_FLAG_LINK 0x10000
struct callout alc_tick_ch;
struct alc_hw_stats alc_stats;