From owner-svn-src-head@FreeBSD.ORG Thu Oct 2 19:35:28 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B347E30; Thu, 2 Oct 2014 19:35:28 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9E99751; Thu, 2 Oct 2014 19:35:27 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 818C2B9D5; Thu, 2 Oct 2014 15:35:26 -0400 (EDT) From: John Baldwin To: Rui Paulo Subject: Re: svn commit: r272442 - head/sys/modules/ncr Date: Thu, 2 Oct 2014 15:07:23 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <201410021845.s92Ij1ZW037196@svn.freebsd.org> In-Reply-To: <201410021845.s92Ij1ZW037196@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201410021507.23770.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 02 Oct 2014 15:35:26 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 02 Oct 2014 19:35:28 -0000 On Thursday, October 02, 2014 2:45:01 pm Rui Paulo wrote: > Author: rpaulo > Date: Thu Oct 2 18:45:00 2014 > New Revision: 272442 > URL: https://svnweb.freebsd.org/changeset/base/272442 > > Log: > Remove the extra CFLAGS now that the driver has been fixed by jhb. Oops, sorry I missed that. Thanks for fixing it. -- John Baldwin