From owner-cvs-doc@FreeBSD.ORG Fri Sep 1 14:41:41 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 E6CE916A4DE; Fri, 1 Sep 2006 14:41:41 +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 5B94A43D4C; Fri, 1 Sep 2006 14:41:40 +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 k81EfYfU060822; Fri, 1 Sep 2006 08:41:39 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44F84699.7030301@samsco.org> Date: Fri, 01 Sep 2006 08:41:29 -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: Joel Dahl References: <200609010917.k819HchG077559@repoman.freebsd.org> In-Reply-To: <200609010917.k819HchG077559@repoman.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 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 14:41:42 -0000 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. Scott