aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-07-28 18:08:36 +0000
committerEd Maste <emaste@FreeBSD.org>2021-07-28 18:09:32 +0000
commit29e9b487c1d427409a8bf1f893bc71a57c76f4b0 (patch)
tree97b6bc7eb732a4a85eba1b083f0e6b809cc6e9ff /sys/dev/vnic
parent7844e5a4fc0a925a53a7e1969d12a84d1baa970f (diff)
Diffstat (limited to 'sys/dev/vnic')
-rw-r--r--sys/dev/vnic/nic_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vnic/nic_main.c b/sys/dev/vnic/nic_main.c
index 1bc07b0291ea..08559442dbc7 100644
--- a/sys/dev/vnic/nic_main.c
+++ b/sys/dev/vnic/nic_main.c
@@ -35,6 +35,7 @@
* A number of features supported by the hardware are not yet implemented in
* this driver:
*
+ * - PR223573 multicast rx filter
* - PR223575 non-promiscuous mode (driver currently forces promisc)
*/