From owner-freebsd-hardware Sat Jun 26 7:15:55 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id 70FF914D5E; Sat, 26 Jun 1999 07:15:47 -0700 (PDT) (envelope-from hibma@skylink.it) Received: from heidi.plazza.it (va-165.skylink.it [194.185.55.165]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id QAA28271; Sat, 26 Jun 1999 16:15:07 +0200 Received: from localhost (localhost.plazza.it [127.0.0.1]) by heidi.plazza.it (8.8.8/8.8.5) with SMTP id QAA01231; Sat, 26 Jun 1999 16:11:29 +0200 (CEST) Date: Sat, 26 Jun 1999 16:11:28 +0200 (CEST) From: Nick Hibma X-Sender: n_hibma@heidi.plazza.it Reply-To: Nick Hibma To: FreeBSD CURRENT Mailing list , FreeBSD Hardware Mailing list Subject: USB project status Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Project status of the USB project: Currently under development: Rewrite of uhub driver to take full advantage of the newbus architecture. It compiles but has not been tested yet. Rewrite of umass driver to take full advantage of CAM and its 'actions', using callbacks for USB transfers (msmith's idea). This will reduce the time required to boot. (see http://www.etla.net/~n_hibma/usb/usb.pl#UMASSDriver) Support for 3Com modem model 5605 (Voice Faxmodem Pro) and for 3Com ISDN TA (provided by http://www.3com.com/) (Communications Class, Abstract Control Model (AT commandset)) (see http://www.etla.net/~n_hibma/usb/usb.pl#UCDCDriver) Support for the Y-E data floppy disk drives (drive provided by http://www.yedata.co.jp/) (Mass Storage Class, UFI/CBI Subclass) (see http://www.etla.net/~n_hibma/usb/usb.pl#UMASSDriver) Support for the Imation Superdisk LS-120 drives (Mass Storage Class, 8070i/CBI (IDE/ATAPI ?) Subclass) (see http://www.etla.net/~n_hibma/usb/usb.pl#UMASSDriver) Support for 3.2-STABLE users. To be developed: Support for Digi 2/4/8 port serial adapter AcelePort (might be provided by Digi) (proprietary interface) Bulk transfers on OHCI controllers All the while: More work on UHCI and OHCI to make transfers and transfer cancelling more reliable usbdi.h interface needs to be looked at and made consistent Header file needs rearranging, but also the set of functions in usbdi.c is incomplete. Further away: Support for scanners derived from SCSI scanners (HP) Support for isochroneous transfers on USB bus (needed for audio and video support) Support for audio devices Support for video devices Support for joysticks, gamepads and the likes Cheers, Nick Hibma To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message