summaryrefslogtreecommitdiffstats
path: root/sys/dev/alc/if_alcvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/alc/if_alcvar.h')
-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 9a73ef4..a1c3382 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;
OpenPOWER on IntegriCloud