Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2016 23:50:44 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299801 - head/sys/dev/bwn
Message-ID:  <201605142350.u4ENoiXq092134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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")



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605142350.u4ENoiXq092134>