From owner-svn-src-all@FreeBSD.ORG Tue Jun 9 13:49:43 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14466106566C; Tue, 9 Jun 2009 13:49:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id D77078FC14; Tue, 9 Jun 2009 13:49:42 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 8EFA946B49; Tue, 9 Jun 2009 09:49:42 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 877C58A06C; Tue, 9 Jun 2009 09:49:41 -0400 (EDT) From: John Baldwin To: Bruce Simpson Date: Tue, 9 Jun 2009 09:46:45 -0400 User-Agent: KMail/1.9.7 References: <200905130255.n4D2tMQZ040010@svn.freebsd.org> <200906081050.41020.jhb@freebsd.org> <4A2E3C26.9040903@incunabulum.net> In-Reply-To: <4A2E3C26.9040903@incunabulum.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906090946.46103.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 09 Jun 2009 09:49:41 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: svn-src-stable-7@freebsd.org, svn-src-stable@freebsd.org, Alexander Motin , src-committers@freebsd.org, Bruce Simpson , svn-src-all@freebsd.org Subject: Re: svn commit: r192033 - stable/7/sys/dev/ata X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 13:49:43 -0000 On Tuesday 09 June 2009 6:40:38 am Bruce Simpson wrote: > John, > > John Baldwin wrote: > > Were you ever able to test http://www.FreeBSD.org/~jhb/patches/ata_ali.patch? > > > > > > Fraid not, thanks for the reminder... I have been sidetracked... > > Unfortunately that patch doesn't seem to be there now, and I didn't have > a copy downloaded. > I can try to make time now that MLDv2 is checked in it will be easier, > although I would have to test HEAD from a USB key. Ok, I've uploaded the patch, I must have just sent it inline before. > As far as I know the regression / panic still happens in 7.2 -- I nearly > did an 'installkernel' on that box w/o thinking... Yes. The same patch will apply to 7-stable though it will have to be applied to ata-chipset.c instead. -- John Baldwin