svn commit: r232744 - in head/sys: conf i386/i386 i386/include

John Baldwin jhb at freebsd.org
Wed Mar 14 18:45:21 UTC 2012


On Monday, March 12, 2012 8:04:11 am TAKAHASHI Yoshihiro wrote:
> In article <201203091942.q29Jgmj1022231 at svn.freebsd.org>
> John Baldwin <jhb at freebsd.org> writes:
> 
> > Author: jhb
> > Date: Fri Mar  9 19:42:48 2012
> > New Revision: 232744
> > URL: http://svn.freebsd.org/changeset/base/232744
> > 
> > Log:
> >   Allow a native i386 kernel to be built with 'nodevice atpic'.  Just as 
on
> >   amd64, if 'device isa' is present quiesce the 8259A's during boot and
> >   resume from suspend.
> 
> This change broke a kernel without the SMP and atpic.  The attached
> patch fixes the problem and includes changes for pc98.
> 
> Please review it.

Oof, this is certainly correct!  Please sort opt_apic.h before opt_atalk.h in 
the includes.

-- 
John Baldwin


More information about the svn-src-all mailing list