From 515a5d0239f30c6505e0a5ae45340ce2624d9e75 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 4 Jul 2018 13:38:02 +0000 Subject: [PATCH] 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 --- sys/dev/usb/net/if_muge.c | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/sys/dev/usb/net/if_muge.c b/sys/dev/usb/net/if_muge.c index 4dbe467bf213..c1bd15e5c3fa 100644 --- a/sys/dev/usb/net/if_muge.c +++ b/sys/dev/usb/net/if_muge.c @@ -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. * */