summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/bwn/if_bwn.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c
index 34ac608..069f0cb 100644
--- a/sys/dev/bwn/if_bwn.c
+++ b/sys/dev/bwn/if_bwn.c
@@ -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.
*/
OpenPOWER on IntegriCloud