From 103e304a840ccda600eddbd8b572c8046e11377d Mon Sep 17 00:00:00 2001 From: augustss Date: Sat, 28 Aug 1999 10:03:38 +0000 Subject: [PATCH] Add to the growing list. --- sys/dev/usb/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/usb/TODO b/sys/dev/usb/TODO index 7c5458c7eb55..45d1d002890d 100644 --- a/sys/dev/usb/TODO +++ b/sys/dev/usb/TODO @@ -1,6 +1,8 @@ Some things that need to be done in no particular order: -------------------------------------------------------- +Add lots of bus_dmamap_sync(). + Implement isochronous transfer mode. Implement audio driver.