[rtems-libbsd commit] ffec: Fix comment

Sebastian Huber sebh at rtems.org
Thu Oct 26 06:44:41 UTC 2017


Module:    rtems-libbsd
Branch:    master
Commit:    936b597a5726a4b56024b0230644553eb2ca03b6
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=936b597a5726a4b56024b0230644553eb2ca03b6

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct 26 08:43:53 2017 +0200

ffec: Fix comment

Update #3090.

---

 freebsd/sys/dev/ffec/if_ffec.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/freebsd/sys/dev/ffec/if_ffec.c b/freebsd/sys/dev/ffec/if_ffec.c
index 6f505ac..7660e2c 100644
--- a/freebsd/sys/dev/ffec/if_ffec.c
+++ b/freebsd/sys/dev/ffec/if_ffec.c
@@ -1589,10 +1589,10 @@ ffec_add_sysctls(struct ffec_softc *sc)
  *
  * The following sysctls regulate IC behaviour (for TX/RX separately):
  *
- * dev.tsec.<unit>.int_coal.rx_time
- * dev.tsec.<unit>.int_coal.rx_count
- * dev.tsec.<unit>.int_coal.tx_time
- * dev.tsec.<unit>.int_coal.tx_count
+ * dev.ffec.<unit>.int_coal.rx_time
+ * dev.ffec.<unit>.int_coal.rx_count
+ * dev.ffec.<unit>.int_coal.tx_time
+ * dev.ffec.<unit>.int_coal.tx_count
  *
  * Values:
  *




More information about the vc mailing list