[bwn] print out a very obvious notice that GPLv2 code is compiled in if it is.
This commit is contained in:
parent
f629a23855
commit
0a27537893
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user