From owner-cvs-doc@FreeBSD.ORG Fri Sep 1 09:44:27 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 5917516A4DE; Fri, 1 Sep 2006 09:44:27 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av8-1-sn3.vrr.skanova.net (av8-1-sn3.vrr.skanova.net [81.228.9.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD8443D46; Fri, 1 Sep 2006 09:44:26 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id AAF9D3839D; Fri, 1 Sep 2006 11:44:25 +0200 (CEST) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 887C1382BD; Fri, 1 Sep 2006 11:44:25 +0200 (CEST) Received: from dude.automatvapen.se (81-235-160-204-no21.tbcn.telia.com [81.235.160.204]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 6618137E43; Fri, 1 Sep 2006 11:44:25 +0200 (CEST) From: Joel Dahl To: Robert Watson In-Reply-To: <20060901103724.P4921@fledge.watson.org> References: <200609010917.k819HchG077559@repoman.freebsd.org> <20060901103724.P4921@fledge.watson.org> Content-Type: text/plain Date: Fri, 01 Sep 2006 11:44:25 +0200 Message-Id: <1157103865.675.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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 09:44:27 -0000 On Fri, 2006-09-01 at 10:38 +0100, Robert Watson wrote: > On Fri, 1 Sep 2006, 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. > > FYI, all current USB ethernet drivers are not MPSAFE due to a lack of locking > in the USB framework itself. There's active work going on with respect to > USB, mpsafety, etc, in P4, but I'm not following it closely so can't report on > the details. I know, I'm currently testing Hans Petter's new USB system. I didn't want to mark anything as Done/Not Done without talking with the right people first though. -- Joel