From owner-freebsd-current@FreeBSD.ORG Sat May 31 04:37:11 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A940106564A for ; Sat, 31 May 2008 04:37:11 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 5F62B8FC0A for ; Sat, 31 May 2008 04:37:11 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so87814ywe.13 for ; Fri, 30 May 2008 21:37:10 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8YcgxmvJFEXXbxVzecY0xmWa+C7HEtg4cQS13kPcYi8=; b=nr7wT04p5127g7Ah2ZfHG2HkglAeDrXZmUm3EwvLyI2C3x5NgngeLwIC0K49jdnFXCj+OQatl2MAPfIPiUwnHQhiJErPAJzZMmiQr+ACGSkKcFCXi4UUm1ev6e/KFpX27/JNVCt6EVioYtBelte0P5EBtFzVap76bygB4KzICZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SX6TWedVO+FBS1ZLSxYn4igh++GlGS02qRVzPRKsdVzYWzp7RZlUG7y8bEe14x5QDXECclcJnqjBUEIiNdLtgdTMuZprY+1GByyAAOOAzcKsR9AgV4c1eP7qP2nabooy1wOPwhOPxs8F3fXRskSPjEZcO79EqeTtt1jCiyWPqk4= Received: by 10.150.11.6 with SMTP id 6mr11119060ybk.9.1212206985634; Fri, 30 May 2008 21:09:45 -0700 (PDT) Received: by 10.151.51.5 with HTTP; Fri, 30 May 2008 21:09:45 -0700 (PDT) Message-ID: Date: Fri, 30 May 2008 21:09:45 -0700 From: "Freddie Cash" To: current@freebsd.org In-Reply-To: <200805302339.33935.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805302339.33935.jhb@freebsd.org> Cc: Subject: Re: tx(4) MPSAFE patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 04:37:11 -0000 On 5/30/08, John Baldwin wrote: > I have a patch to make tx(4) MPSAFE. I do not have the hardware to test this > however. Unlike many of the previous patches, though, this driver appears to > be for hardware that is not entirely ancient, so there is hopefully a decent > chance someone can test this. > > http://www.FreeBSD.org/~jhb/patches/tx.patch I've got this hardware at work, although the specific chipset we have doesn't attach in FreeBSD 7.0. I'll see if I can test this next week. -- Freddie Cash fjwcash@gmail.com