Module Name:    src
Committed By:   mrg
Date:           Fri Aug  9 02:56:51 UTC 2019

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

Log Message:
update ethernet driver notes: mark udav as done, and every thing
except umb(4) as patch available, with urndis probably working
(need to test the latest change before being commited.)

still need testers for:  aue, cue, kue, mue, upl and url.
no umb patch yet.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 src/sys/dev/usb/TODO:1.49
--- src/sys/dev/usb/TODO:1.48	Wed Aug  7 07:08:02 2019
+++ src/sys/dev/usb/TODO	Fri Aug  9 02:56:51 2019
@@ -59,24 +59,21 @@ Stylistic changes:
 	use usb_ and usbd_ consistently
 	rearrange the contents and names of some files (Nick)
 
-Change what's done at watchdog timeout inb if_{a,c,k}ue.c; what we have
-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_aue - patch available
 	if_axe - done
 	if_axen - done
 	if_cdce - done
-	if_cue
-	if_kue
-	if_mue
+	if_cue - patch available
+	if_kue - patch available
+	if_mue - patch available
 	if_smsc - done
-	if_udav
+	if_udav - done
 	if_umb - maybe too special?
-	if_upl
+	if_upl - patch available
 	if_ure - done
-	if_url
-	if_urndis
+	if_url - patch available
+	if_urndis - patch available, probably works
 
 Get rid of hcpriv.
 

Reply via email to