From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 29 23:11:14 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 144C037B401 for ; Tue, 29 Jul 2003 23:11:14 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E6C43F3F for ; Tue, 29 Jul 2003 23:11:09 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h6U6B5FL014560; Wed, 30 Jul 2003 00:11:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 30 Jul 2003 00:10:13 -0600 (MDT) Message-Id: <20030730.001013.53573754.imp@bsdimp.com> To: jrhoden@unimelb.edu.au From: "M. Warner Losh" In-Reply-To: <200307301041.16162.jrhoden@unimelb.edu.au> References: <200307301041.16162.jrhoden@unimelb.edu.au> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: usb (ucom) driver code comments..? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 06:11:14 -0000 In message: <200307301041.16162.jrhoden@unimelb.edu.au> JacobRhoden writes: : I am trying to get a device working which uses ucom, and the ucom code has no : comments whatsoever, I am able to work bits out, I was wondering if there was : any sort of documentation whatsoever on this area? Use the source luke. However, you'll need to look closely at sys/kern/tty* as well. Looking at something like umodem that implements a ucom plug in might be useful too. You might check out the handbook too, but I think that the usb docs there don't specifically cover usb. Warner