From owner-svn-src-head@FreeBSD.ORG Wed Mar 14 18:45:21 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56B521065674; Wed, 14 Mar 2012 18:45:21 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2C8FF8FC18; Wed, 14 Mar 2012 18:45:21 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id D5CC746B0C; Wed, 14 Mar 2012 14:45:20 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 0F375B995; Wed, 14 Mar 2012 14:45:20 -0400 (EDT) From: John Baldwin To: TAKAHASHI Yoshihiro Date: Wed, 14 Mar 2012 14:13:49 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201203091942.q29Jgmj1022231@svn.freebsd.org> <20120312.210411.242248466057936089.nyan@FreeBSD.org> In-Reply-To: <20120312.210411.242248466057936089.nyan@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201203141413.50018.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 14 Mar 2012 14:45:20 -0400 (EDT) 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 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 14 Mar 2012 18:45:21 -0000 On Monday, March 12, 2012 8:04:11 am TAKAHASHI Yoshihiro wrote: > In article <201203091942.q29Jgmj1022231@svn.freebsd.org> > John Baldwin 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