From owner-svn-src-stable@FreeBSD.ORG Fri May 31 13:27:44 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E0729943; Fri, 31 May 2013 13:27:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id BC95519E; Fri, 31 May 2013 13:27:44 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 1C1D2B943; Fri, 31 May 2013 09:27:44 -0400 (EDT) From: John Baldwin To: Glen Barber Subject: Re: svn commit: r251164 - in stable/9/sys/dev: advansys aha ahb buslogic dpt Date: Fri, 31 May 2013 08:44:35 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201305302154.r4ULsmZJ074053@svn.freebsd.org> <20130531015533.GD1619@glenbarber.us> In-Reply-To: <20130531015533.GD1619@glenbarber.us> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201305310844.35667.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 31 May 2013 09:27:44 -0400 (EDT) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Scott Long , svn-src-stable-9@freebsd.org X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2013 13:27:45 -0000 On Thursday, May 30, 2013 9:55:33 pm Glen Barber wrote: > On Thu, May 30, 2013 at 09:54:48PM +0000, Scott Long wrote: > > Author: scottl > > Date: Thu May 30 21:54:48 2013 > > New Revision: 251164 > > URL: http://svnweb.freebsd.org/changeset/base/251164 > > > > Log: > > MFC 241492, 241588, 241589, 241590, 241592, 241593, 241603, 241605 > > > > Modernize and lock the aha, ahb, adv, adw, bt, and dpt drivers. > > > > I think this breaks stable/9. > > /src/sys/dev/aha/ahareg.h:300: error: field 'timer' has incomplete type > /src/sys/dev/aha/aha_mca.c: In function 'aha_mca_attach': > /src/sys/dev/aha/aha_mca.c:194: error: 'aha' undeclared (first use in > this function) > /src/sys/dev/aha/aha_mca.c:194: error: (Each undeclared identifier is > reported only once > /src/sys/dev/aha/aha_mca.c:194: error: for each function it appears in.) > *** Error code 1 > > Stop in /obj/i386.i386/src/sys/LINT. Probably needs 214611 merged. I will test it once I finish an svn up of my tree and commit a different MFC I had running a universe last night (unless someone beats me to it). -- John Baldwin