From owner-freebsd-current@FreeBSD.ORG Wed Dec 5 21:10:07 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66687E06 for ; Wed, 5 Dec 2012 21:10:07 +0000 (UTC) (envelope-from jim.harris@gmail.com) Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by mx1.freebsd.org (Postfix) with ESMTP id E76E68FC13 for ; Wed, 5 Dec 2012 21:10:06 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id 12so3313290wgh.31 for ; Wed, 05 Dec 2012 13:10:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dNPdEdmbwxphZjQTY/2x5Pk/OxQAtSgZ/0bRhK9fniw=; b=Lgra+EIq3ltm45fy8/vjYtfPS8JRiD7rVzSuG9iik4BLv/wegB4XhcsF1tOqYzWcOU 7NSbQoXZD9KfMxdCshuaaDniV9gQjmyhZ7UFL/qaPrkxrXZ0VkWn2SFgVrgWDVkMkMUP LnCkGiaaeBMIzz+6xuvIoBOSjMC/F7vHa43HHSQ7vY1kQ+wb7LpayQIdwfC17z5IXbiL B42KpGaW2Tkh9QZdq+dM/08+rQSO2dbQJw7LMn3O1PrkX/RSK86JIiOR0QouOU1+RJhH hTvG8pl4G7aXrBUmAYsW6/IP0RWEdV0YCLaB8lbrhzVuacQAEIJzuy09mvfyKfheee7D 0JQg== MIME-Version: 1.0 Received: by 10.216.145.153 with SMTP id p25mr5986244wej.198.1354741800184; Wed, 05 Dec 2012 13:10:00 -0800 (PST) Received: by 10.217.57.4 with HTTP; Wed, 5 Dec 2012 13:10:00 -0800 (PST) In-Reply-To: References: Date: Wed, 5 Dec 2012 14:10:00 -0700 Message-ID: Subject: Re: Call for testers, users with scsi cards From: Jim Harris To: Jeff Roberson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 05 Dec 2012 21:10:07 -0000 On Wed, Dec 5, 2012 at 1:56 PM, Jeff Roberson wrote: > Thanks Jim. That was silly of me. I have decided to move this work to a > branch and keep expanding on it. I'll solicit more testing once the branch > is closer to the ultimate goal. > > Thanks, > Jeff > > Sounds good. FYI - that same change (returning after invoking the callback) fixes the isci panic as well. Your patch also uncovered a different issue in the isci driver that I just fixed in r243904. It will likely cause a merge conflict next time you rebase your physbio branch. Thanks, -Jim