From owner-freebsd-current@FreeBSD.ORG Fri Feb 20 06:14:37 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E964B1065670 for ; Fri, 20 Feb 2009 06:14:37 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 2464F8FC12 for ; Fri, 20 Feb 2009 06:14:36 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fk-out-0910.google.com with SMTP id f40so1059988fka.11 for ; Thu, 19 Feb 2009 22:14:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QX3eJXWNxpbMlgvnJbyRodHsOXToLeHag8CGr2e/kVc=; b=e3ks+PdClx6LurBKUJGSfauHlAI5E6tE92v9BRuEAD1i922sIXphRlG+Rrl7u8IbiQ Dpv8j0JNVn8E8q/ktJCicklFrkSsgzA2RjRVHX7Mvw3qZpmokyx0IfWzSWEHXs6nDyQF 4/4dKW1DUrbvx8BSCNGYrAH0nzPuOd1IfUs6E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=q3TjeYvES5QIIfdwPYINoRl7wAk9JsTHKT/uKYd9Z4hcbQNh4ZuWV4vWAA0fAkWbqL u1k5Ab2C2I501ETECQ8nIfk6/SiJcHAlqIoUFXaMBMYj8qOk+gZQXsuiX96KmChXCyCO Thy0c85tGws3KEHalXRQrsrV0oyFMBfQtFp6w= MIME-Version: 1.0 Received: by 10.180.246.2 with SMTP id t2mr153355bkh.161.1235110475873; Thu, 19 Feb 2009 22:14:35 -0800 (PST) In-Reply-To: <20090219220249.GA35945@jem.dhs.org> References: <20090219220249.GA35945@jem.dhs.org> Date: Fri, 20 Feb 2009 09:14:35 +0300 Message-ID: From: pluknet To: Ed Maste Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: attilio@freebsd.org, freebsd-current@freebsd.org Subject: Re: svn commit: r188743 - head/sys/dev/aac 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: Fri, 20 Feb 2009 06:14:38 -0000 2009/2/20 Ed Maste : >> Author: emaste >> Date: Wed Feb 18 01:36:20 2009 >> New Revision: 188743 >> URL: http://svn.freebsd.org/changeset/base/188743 >> >> Log: >> Use outbound message register 0 instead of mailbox 7 in >> aac_{rx,rkt}_get_fwstatus, as done in Adaptec's vendor driver as well as >> the Linux drivers. >> >> Submitted by: jkim, from Adaptec's driver > > This change to the aac(4) driver comes from Adaptec's vendor driver, > but it might break older controllers (Dell PERC 3, Adaptec 2200, etc.) > and/or controllers running with older firmware. > Hi. Can you describe a little more what is the purpose of this change? -- wbr, pluknet