From owner-cvs-all@FreeBSD.ORG Mon Aug 21 11:49:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F6B616A4E2; Mon, 21 Aug 2006 11:49:50 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av9-1-sn3.vrr.skanova.net (av9-1-sn3.vrr.skanova.net [81.228.9.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB5E43D53; Mon, 21 Aug 2006 11:49:50 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av9-1-sn3.vrr.skanova.net (Postfix, from userid 502) id D337538320; Mon, 21 Aug 2006 13:49:48 +0200 (CEST) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av9-1-sn3.vrr.skanova.net (Postfix) with ESMTP id A42E338316; Mon, 21 Aug 2006 13:49:48 +0200 (CEST) Received: from dude.automatvapen.se (81-235-162-147-no21.tbcn.telia.com [81.235.162.147]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 8290E37E6C; Mon, 21 Aug 2006 13:49:47 +0200 (CEST) From: Joel Dahl To: Maxime Henrion In-Reply-To: <20060821113456.GC66496@elvis.mu.org> References: <200608211124.k7LBOC1e076436@repoman.freebsd.org> <20060821113456.GC66496@elvis.mu.org> Content-Type: text/plain Date: Mon, 21 Aug 2006 13:49:48 +0200 Message-Id: <1156160988.670.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: alc@FreeBSD.org, 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 11:49:50 -0000 On Mon, 2006-08-21 at 13:34 +0200, Maxime Henrion wrote: > Joel Dahl wrote: > > joel 2006-08-21 11:24:11 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en/projects/busdma index.sgml > > Log: > > Add bce, bfe, ixgb, mxgb, nfe, stge and vge. Mark everything as > > unknown for now. > > I took a look at the ixgb(4) driver some time ago and fixed some > brokenness that I could spot WRT busdma. As far as I can (could) > tell, ixgb(4) should be correctly busdma-ified now, but unfortunately > I couldn't ever test this. These NICs are very rare, and the few > people who are using those that I could find were using them on > x86. Ok. I'm no expert, but it looks like ixgb is locked and has INTR_MPSAFE enabled (alc did some work on this, see rev 1.7 of ixgb.c). Should I mark busdma, INTR_MPSAFE and SMPng locked as done? -- Joel