svn commit: r299801 - head/sys/dev/bwn

Adrian Chadd adrian at FreeBSD.org
Sat May 14 23:50:45 UTC 2016


Author: adrian
Date: Sat May 14 23:50:44 2016
New Revision: 299801
URL: https://svnweb.freebsd.org/changeset/base/299801

Log:
  [bwn] handle core rev 12, we can mostly do that new.

Modified:
  head/sys/dev/bwn/if_bwn.c

Modified: head/sys/dev/bwn/if_bwn.c
==============================================================================
--- head/sys/dev/bwn/if_bwn.c	Sat May 14 23:50:15 2016	(r299800)
+++ head/sys/dev/bwn/if_bwn.c	Sat May 14 23:50:44 2016	(r299801)
@@ -484,6 +484,7 @@ static const struct siba_devid bwn_devs[
 	SIBA_DEV(BROADCOM, 80211, 9, "Revision 9"),
 	SIBA_DEV(BROADCOM, 80211, 10, "Revision 10"),
 	SIBA_DEV(BROADCOM, 80211, 11, "Revision 11"),
+	SIBA_DEV(BROADCOM, 80211, 12, "Revision 12"),
 	SIBA_DEV(BROADCOM, 80211, 13, "Revision 13"),
 	SIBA_DEV(BROADCOM, 80211, 15, "Revision 15"),
 	SIBA_DEV(BROADCOM, 80211, 16, "Revision 16")


More information about the svn-src-all mailing list