svn commit: r335942 - head/sys/dev/usb/net

Ed Maste emaste at FreeBSD.org
Wed Jul 4 13:38:03 UTC 2018


Author: emaste
Date: Wed Jul  4 13:38:02 2018
New Revision: 335942
URL: https://svnweb.freebsd.org/changeset/base/335942

Log:
  muge(4): remove DTB MAC addr from TODO list after r335925
  
  Also replace numbered list with - bulleted so the list entries do not
  need to be renumbered as tasks are completed.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/dev/usb/net/if_muge.c

Modified: head/sys/dev/usb/net/if_muge.c
==============================================================================
--- head/sys/dev/usb/net/if_muge.c	Wed Jul  4 13:34:43 2018	(r335941)
+++ head/sys/dev/usb/net/if_muge.c	Wed Jul  4 13:38:02 2018	(r335942)
@@ -54,16 +54,14 @@ __FBSDID("$FreeBSD$");
  * A number of features supported by the lan78xx are not yet implemented in
  * this driver:
  *
- * 1. RX/TX checksum offloading: Nothing has been implemented yet for
- *    TX checksumming. RX checksumming works with ICMP messages, but is broken
- *    for TCP/UDP packets.
- * 2. Direct address translation filtering: Implemented but untested.
- * 3. VLAN tag removal.
- * 4. Reading MAC address from the device tree: Specific to the RPi 3B+.
- *    Currently, the driver assigns a random MAC address itself.
- * 5. Support for USB interrupt endpoints.
- * 6. Latency Tolerance Messaging (LTM) support.
- * 7. TCP LSO support.
+ * - RX/TX checksum offloading: Nothing has been implemented yet for
+ *   TX checksumming. RX checksumming works with ICMP messages, but is broken
+ *   for TCP/UDP packets.
+ * - Direct address translation filtering: Implemented but untested.
+ * - VLAN tag removal.
+ * - Support for USB interrupt endpoints.
+ * - Latency Tolerance Messaging (LTM) support.
+ * - TCP LSO support.
  *
  */
 


More information about the svn-src-head mailing list