From d6331b4ef40a10866c970f891b5f9632af84c551 Mon Sep 17 00:00:00 2001 From: augustss Date: Sat, 7 Aug 1999 15:05:46 +0000 Subject: [PATCH] Some new items. --- sys/dev/usb/TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/dev/usb/TODO b/sys/dev/usb/TODO index 90a937c7cadf..5844b30aa944 100644 --- a/sys/dev/usb/TODO +++ b/sys/dev/usb/TODO @@ -2,8 +2,6 @@ Some things that need to be done in no particular order: Implement request timeout and abort in ohci.c. -Implement request abort in uhci.c. - Implement isochronous transfer mode. Implement audio driver. @@ -13,3 +11,7 @@ Do bandwidth accounting. Use lock manager locks. Implement a modem driver for the Abstract Control Model. + +Use the pool allocator for TDs et al. + +Merge soft_td and td in uhci.c.