Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb update ethernet driver notes: mark udav as done, ...



details:   https://anonhg.NetBSD.org/src/rev/d75f712cd7e1
branches:  trunk
changeset: 458753:d75f712cd7e1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Aug 09 02:56:51 2019 +0000

description:
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.

diffstat:

 sys/dev/usb/TODO |  19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diffs (36 lines):

diff -r 79dc24619ef2 -r d75f712cd7e1 sys/dev/usb/TODO
--- a/sys/dev/usb/TODO  Fri Aug 09 02:52:59 2019 +0000
+++ b/sys/dev/usb/TODO  Fri Aug 09 02:56:51 2019 +0000
@@ -59,24 +59,21 @@
        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.
 



Home | Main Index | Thread Index | Old Index