Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2016 20:21:40 +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: r300076 - head/sys/dev/bwn
Message-ID:  <201605172021.u4HKLeE4071753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Tue May 17 20:21:39 2016
New Revision: 300076
URL: https://svnweb.freebsd.org/changeset/base/300076

Log:
  [bwn] print out a very obvious notice that GPLv2 code is compiled in if it is.

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

Modified: head/sys/dev/bwn/if_bwn.c
==============================================================================
--- head/sys/dev/bwn/if_bwn.c	Tue May 17 20:18:23 2016	(r300075)
+++ head/sys/dev/bwn/if_bwn.c	Tue May 17 20:21:39 2016	(r300076)
@@ -564,6 +564,11 @@ bwn_attach(device_t dev)
 	else
 		device_printf(sc->sc_dev, "PIO\n");
 
+#ifdef	BWN_GPL_PHY
+	device_printf(sc->sc_dev,
+	    "Note: compiled with BWN_GPL_PHY; includes GPLv2 code\n");
+#endif
+
 	/*
 	 * setup PCI resources and interrupt.
 	 */



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