From owner-svn-src-head@FreeBSD.ORG Thu Jul 7 16:26:11 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DABA81065672; Thu, 7 Jul 2011 16:26:11 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id ABA808FC1D; Thu, 7 Jul 2011 16:26:11 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LNZ0041C1NMGA00@smtpauth3.wiscmail.wisc.edu>; Thu, 07 Jul 2011 11:26:10 -0500 (CDT) Received: from comporellon.tachypleus.net (adsl-75-50-91-37.dsl.mdsnwi.sbcglobal.net [75.50.91.37]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LNZ00G3U1NK9V30@smtpauth3.wiscmail.wisc.edu>; Thu, 07 Jul 2011 11:26:09 -0500 (CDT) Date: Thu, 07 Jul 2011 11:26:08 -0500 From: Nathan Whitehorn In-reply-to: <20110707160736.GE88226@alchemy.franken.de> To: Marius Strobl Message-id: <4E15DE20.2040000@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=75.50.91.37 X-Spam-PmxInfo: Server=avs-14, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.7.7.161514, SenderIP=75.50.91.37 References: <201106281616.p5SGGhbx056614@svn.freebsd.org> <4E15C3FF.5030703@freebsd.org> <20110707160736.GE88226@alchemy.franken.de> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110704 Thunderbird/5.0 X-Mailman-Approved-At: Fri, 08 Jul 2011 05:43:56 +0000 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r223648 - head/sys/dev/gem X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 16:26:12 -0000 On 07/07/11 11:07, Marius Strobl wrote: > On Thu, Jul 07, 2011 at 09:34:39AM -0500, Nathan Whitehorn wrote: >> This breaks one of my gem devices (chip=0x0021106b) when the controller >> is initialized from FreeBSD (netbooting works fine, and the controller >> stays working after that), with "cannot disable RX MAC" or "cannot >> disable RX MAC or hash filter" messages. > Are you positive that it's exactly this revision which breaks things? > Actually there was a report from Justin Hibbits that r222135 causing > a GMAC to no longer work with similar symptoms, which still is unsolved > AFAICT. If it's really r223648 which is causing problems in your case > please try to figure out which part is causing that as none of the > changes exactly stands out as disruptive, probably best by reverting > gem_reset_rx() and gem_setladrf() one by one. > You're right. r223648 just added the printf(), r222135 is where it began not working. -Nathan