From owner-freebsd-stable@FreeBSD.ORG Sun Mar 29 14:23:19 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE4A106566B; Sun, 29 Mar 2009 14:23:19 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id D05CD8FC1A; Sun, 29 Mar 2009 14:23:18 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.local ([192.168.254.200]) (authenticated bits=0) by pooker.samsco.org (8.14.2/8.14.2) with ESMTP id n2TEMg27070727; Sun, 29 Mar 2009 08:22:43 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <49CF8432.5090201@samsco.org> Date: Sun, 29 Mar 2009 08:22:42 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 MIME-Version: 1.0 To: Danny Braniss References: <49CCDA41.4060101@samsco.org> <49CCF95F.1050307@samsco.org> <49CEB652.8060003@samsco.org> <49CF1A94.6040703@samsco.org> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=3.8 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: freebsd-scsi@freebsd.org, freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: amr driver broken since March 12 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2009 14:23:19 -0000 Danny Braniss wrote: >> Danny Braniss wrote: >>>> Danny Braniss wrote: >>>>> it seems March 12 was a bit off :-) >>>>> it took some time, but I managed to close the gap: >>>>> 189100 ok >>>>> 189150 fails >>>>> I will continue tomorrow, but this should be helpful. >>>>> >>>>> >>>> 189150 is in the middle of a big string of related commits. Try >>>> updating to the following change numbers and retesting: >>>> >>>> 189088 >>>> 189107 >>>> 189161 >>>> >>>> If the last one does not work, try editing /sys/dev/amr/amr.c to change >>>> >>>> #define AMR_ENABLE_CAM 1 >>>> >>>> to >>>> >>>> #define AMR_ENABLE_CAM 0 >>>> >>>> Scott >>> 189161 works, also for the iir >>> now what? >>> >> Next set to try: >> >> 189219 > broken >> 189229 > broken Ok, so 189161 works, 189219 doesn't, correct? If so, did you also make the change to amr.c yet? Scott