svn commit: r304584 - head/sys/dev/alc
Pyun YongHyeon
yongari at FreeBSD.org
Mon Aug 22 03:28:07 UTC 2016
Author: yongari
Date: Mon Aug 22 03:28:06 2016
New Revision: 304584
URL: https://svnweb.freebsd.org/changeset/base/304584
Log:
Add a missing change in r304575.
Noticed by: jhb
Modified:
head/sys/dev/alc/if_alcvar.h
Modified: head/sys/dev/alc/if_alcvar.h
==============================================================================
--- head/sys/dev/alc/if_alcvar.h Mon Aug 22 03:23:28 2016 (r304583)
+++ head/sys/dev/alc/if_alcvar.h Mon Aug 22 03:28:06 2016 (r304584)
@@ -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;
More information about the svn-src-head
mailing list