The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=92d1463e02b1d0c8abf26f430a8a52dec468863c

commit 92d1463e02b1d0c8abf26f430a8a52dec468863c
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2021-03-25 18:43:55 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2021-03-25 18:44:30 +0000

    pf: remove obsolete reference to ndis(4) in a comment
---
 sys/netpfil/pf/pf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
index 71635a061225..50bf4b3871c5 100644
--- a/sys/netpfil/pf/pf.c
+++ b/sys/netpfil/pf/pf.c
@@ -5797,7 +5797,7 @@ bad:
 
 /*
  * FreeBSD supports cksum offloads for the following drivers.
- *  em(4), fxp(4), lge(4), ndis(4), nge(4), re(4), ti(4), txp(4), xl(4)
+ *  em(4), fxp(4), lge(4), nge(4), re(4), ti(4), txp(4), xl(4)
  *
  * CSUM_DATA_VALID | CSUM_PSEUDO_HDR :
  *  network driver performed cksum including pseudo header, need to verify
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to