svn commit: r251164 - in stable/9/sys/dev: advansys aha ahb buslogic dpt

John Baldwin jhb at freebsd.org
Fri May 31 13:27:45 UTC 2013


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


More information about the svn-src-all mailing list