Date: Wed, 14 Mar 2012 14:13:49 -0400 From: John Baldwin <jhb@freebsd.org> To: TAKAHASHI Yoshihiro <nyan@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r232744 - in head/sys: conf i386/i386 i386/include Message-ID: <201203141413.50018.jhb@freebsd.org> In-Reply-To: <20120312.210411.242248466057936089.nyan@FreeBSD.org> References: <201203091942.q29Jgmj1022231@svn.freebsd.org> <20120312.210411.242248466057936089.nyan@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, March 12, 2012 8:04:11 am TAKAHASHI Yoshihiro wrote: > In article <201203091942.q29Jgmj1022231@svn.freebsd.org> > John Baldwin <jhb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203141413.50018.jhb>