git: 92d1463e02b1 - main - pf: remove obsolete reference to ndis(4) in a comment

Ed Maste emaste at FreeBSD.org
Thu Mar 25 18:45:01 UTC 2021


The branch main has been updated by emaste:

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

commit 92d1463e02b1d0c8abf26f430a8a52dec468863c
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-03-25 18:43:55 +0000
Commit:     Ed Maste <emaste at 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


More information about the dev-commits-src-main mailing list