Module Name:    src
Committed By:   mrg
Date:           Sun Aug  4 09:10:48 UTC 2019

Modified Files:
        src/sys/dev/usb: TODO

Log Message:
add a list of done/todo items to the shared ethernet driver code.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/usb/TODO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/TODO
diff -u src/sys/dev/usb/TODO:1.46 src/sys/dev/usb/TODO:1.47
--- src/sys/dev/usb/TODO:1.46	Sat Jun 29 07:47:41 2019
+++ src/sys/dev/usb/TODO	Sun Aug  4 09:10:48 2019
@@ -63,6 +63,20 @@ Change what's done at watchdog timeout i
 now doesn't work because it's done in an interrupt context.
 
 Factor out the common code from the Ethernet drivers and reuse that.
+	if_aue
+	if_axe - done
+	if_axen - done
+	if_cdce - done
+	if_cue
+	if_kue
+	if_mue
+	if_smsc 
+	if_udav
+	if_umb - maybe too special?
+	if_upl
+	if_ure - done
+	if_url
+	if_urndis  
 
 Get rid of hcpriv.
 

Reply via email to