From owner-freebsd-hardware@FreeBSD.ORG Fri Oct 27 23:50:54 2006 Return-Path: X-Original-To: hardware@freebsd.org Delivered-To: freebsd-hardware@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D69A16A40F for ; Fri, 27 Oct 2006 23:50:54 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp106.rog.mail.re2.yahoo.com (smtp106.rog.mail.re2.yahoo.com [68.142.225.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 0460A43D45 for ; Fri, 27 Oct 2006 23:50:51 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 64722 invoked from network); 27 Oct 2006 23:50:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=qPqSlXgEXC5m9K29YL1ONDxzcuVggcb4gwQsiBFzEZvf3Nryc4h6xE8mApRydohFizS6maqphP9TXjKXvLZF8BNRYaVwsFOAs9ydGgcJKDTWS4VH+2nrbrPGBO1IyaMN1w7gSZDGWjuLM+KM2viViOp85sjokkzjG+/X/sx+Apw= ; Received: from unknown (HELO ?172.16.0.200?) (mikej@rogers.com@74.111.253.239 with plain) by smtp106.rog.mail.re2.yahoo.com with SMTP; 27 Oct 2006 23:50:51 -0000 Message-ID: <45429B67.4020500@rogers.com> Date: Fri, 27 Oct 2006 19:51:03 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: GIANT-FREE ciss X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2006 23:50:54 -0000 Are there any plans/work to make a giant-less ciss driver? Its a fairly popular driver that is used on some high end systems, and many systems now are running in SMP mode. Its a shame that they have to endure the performance penalty of the GIANT lock.