From owner-freebsd-arch@FreeBSD.ORG Mon Jun 30 10:10:31 2008 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B57A106564A for ; Mon, 30 Jun 2008 10:10:31 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD958FC25 for ; Mon, 30 Jun 2008 10:10:30 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1352074wfg.7 for ; Mon, 30 Jun 2008 03:10:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=IE9H0mnXHAuLgzbfdAYyi10hFrKOMsKZ0szKskxNkzo=; b=s6JXOYrHok8KIP7wf8pD5h7sJqS3WLwjeZXOoRgGosKhaRkJC7QRnVWtrxsIJU0+eZ LxBTLDOFYtKt1XnkQTnJ8j8HKxyFabpgWJ533z7w60CwSZOYDnzbZMDK8ONMfRSiMYih ehl0yf1IPlLqAJosdkwhEpXkQclPMNzgUEni4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fAAuKbPs5dzExvViFYQ/QaekpxslvhMIEyRoW96IlcY+cGZFEGt7xjtplNBDFx4H9p r1HnX4cCNnOFpXW7+glVEfof6kw5yRhdsPF0ktwO4CcAroI6FgUES83WSN6VIaLKD5pz 6OfSI/xD0U/k0e+ojFt2QugoKDm938TdeeK0I= Received: by 10.142.72.4 with SMTP id u4mr1774371wfa.269.1214819001986; Mon, 30 Jun 2008 02:43:21 -0700 (PDT) Received: by 10.143.172.8 with HTTP; Mon, 30 Jun 2008 02:43:21 -0700 (PDT) Message-ID: <70e8236f0806300243k69399808mf54ccb5796d395c0@mail.gmail.com> Date: Mon, 30 Jun 2008 10:43:21 +0100 From: "Joao Barros" To: "Robert Watson" In-Reply-To: <20080630091033.P3968@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080524111715.T64552@fledge.watson.org> <20080629180126.F90836@fledge.watson.org> <20080630091033.P3968@fledge.watson.org> Cc: arch@freebsd.org, current@freebsd.org Subject: Re: HEAD UP: non-MPSAFE network drivers to be disabled (was: 8.0 network stack MPsafety goals (fwd)) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 10:10:31 -0000 On Mon, Jun 30, 2008 at 9:27 AM, Robert Watson wrote: > The following USB drivers will remain enabled due to on-going USB work that > should eliminate IFF_NEEDSGIANT: Hi Robert, Is this on-going USB work just on the driver level or on the USB stack as well? I assume both need to be touched for MP safety. Who is doing this work? Joao Barros