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

This commit is contained in:
Adrian Chadd 2016-05-17 20:21:39 +00:00
parent f629a23855
commit 0a27537893

View File

@ -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.
*/