From owner-cvs-doc@FreeBSD.ORG Fri Sep 1 16:05:13 2006 Return-Path: X-Original-To: cvs-doc@freebsd.org Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7294F16A4DF; Fri, 1 Sep 2006 16:05:13 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD0B43D45; Fri, 1 Sep 2006 16:05:12 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k81G55mY061157; Fri, 1 Sep 2006 10:05:10 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44F85A2C.7010107@samsco.org> Date: Fri, 01 Sep 2006 10:05:00 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200609010917.k819HchG077559@repoman.freebsd.org> <44F84699.7030301@samsco.org> <200609011107.06707.jhb@freebsd.org> In-Reply-To: <200609011107.06707.jhb@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org, Joel Dahl Subject: Re: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 16:05:13 -0000 John Baldwin wrote: > On Friday 01 September 2006 10:41, Scott Long wrote: > >>Joel Dahl wrote: >> >> >>>joel 2006-09-01 09:17:38 UTC >>> >>> FreeBSD doc repository >>> >>> Modified files: >>> en/projects/busdma index.sgml >>> Log: >>> - Add a bunch of missing USB network drivers: aue(4), axe(4), cdce(4), >>> cue(4), kue(4), rue(4) and udav(4). Mark everything as unknown for > > now. > >>> - Fix minor nits. >>> >>> Revision Changes Path >>> 1.147 +87 -10 www/en/projects/busdma/index.sgml >> >>The DMA capability of a USB peripheral is a function of the USB stack >>and controller, not the peripheral driver. Unlike a PCI card, a USB >>periph does not have access to host memory. All of the real magic seems >>to happen in places like usbd_setup_xfer(), which again is a function of >>the stack, not the periph driver. These drivers don't belong on this >>list at all, and I'd argue that no USB periph drivers do. > > > The only reason they might is that this list has become a list not just of > bus-dma conformance, but locking as well (i.e. a general driver > feature/requirement list), so while the DMA-related entries should probably > be N/A for the USB devices, the locking fields are still relevant. We could > move the list of drivers to a separate driver-features list page if you would > prefer. > Yeah, I forgot about the co-opted use. No need to create a new list. Scott