Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb add a list of done/todo items to the shared ethe...



details:   https://anonhg.NetBSD.org/src/rev/9dee344dd370
branches:  trunk
changeset: 458630:9dee344dd370
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Aug 04 09:10:48 2019 +0000

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

diffstat:

 sys/dev/usb/TODO |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r 2af6e254e31e -r 9dee344dd370 sys/dev/usb/TODO
--- a/sys/dev/usb/TODO  Sun Aug 04 09:03:46 2019 +0000
+++ b/sys/dev/usb/TODO  Sun Aug 04 09:10:48 2019 +0000
@@ -63,6 +63,20 @@
 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.
 



Home | Main Index | Thread Index | Old Index