From owner-svn-src-head@FreeBSD.ORG Sat Jan 16 15:36:21 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 870E31065672; Sat, 16 Jan 2010 15:36:21 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 99FB88FC0A; Sat, 16 Jan 2010 15:36:20 +0000 (UTC) Received: by fxm27 with SMTP id 27so999483fxm.3 for ; Sat, 16 Jan 2010 07:36:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=U6JrlyKUxo5NBAl3Vd3tpmf8NdxOF6/xhY9J8kdhQa8=; b=e6kbeqzIRrH6efdZOh03GygI8iDrOtd0avd+z6iKP17IBqJeB7NCbwVA1NKKVkhlWj bWC/d2M4iwofSA7dP+of+zmQ0J/5bsS+Q8ipEZ1PDemUfRMGTLO+bxJBhKHC9YkeBvZl dZjClCMrJiiqRhB6M5CqrCkdWj6hD7sGi13xI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=YmgqpUmu66CaxyezQ2TxIUrAPwv/uzZzjUvA7zQm4cDYYrjqR9QW2qSAzU6zNlaqxe wX3VkZtkAbeVK5WK17jc0mJXwHR91MWnK2zBuo+c+57qlAjIRtIsQgtheLJ9NpLuV2pe XUX9xjRApPalq9QU7RlujUMtPKvhWOF8A7eF4= MIME-Version: 1.0 Sender: asmrookie@gmail.com Received: by 10.223.4.84 with SMTP id 20mr4280916faq.97.1263656176611; Sat, 16 Jan 2010 07:36:16 -0800 (PST) In-Reply-To: <20100116.220840.91363215.nyan@FreeBSD.org> References: <201001161224.o0GCOCOI094360@svn.freebsd.org> <20100116.220840.91363215.nyan@FreeBSD.org> Date: Sat, 16 Jan 2010 16:36:16 +0100 X-Google-Sender-Auth: 80989bc2bb756f33 Message-ID: <3bbf2fe11001160736h185d8916ma0ba074f6a6a6dca@mail.gmail.com> From: Attilio Rao To: TAKAHASHI Yoshihiro Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r202441 - head/sys/conf 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: Sat, 16 Jan 2010 15:36:21 -0000 2010/1/16 TAKAHASHI Yoshihiro : > In article <201001161224.o0GCOCOI094360@svn.freebsd.org> > Attilio Rao writes: > >> Log: >> =C2=A0 Unbreak the build for pc98. Specify the newly introduced, for ia3= 2, >> =C2=A0 DEV_ATPIC also for pc98. > > This is not enough to real fix since DEV_ATPIC is never defined on > pc98. =C2=A0I attached my incomplete patch. =C2=A0Even with this change, = it's > error if the apic device (and SMP option) is not defined in a kernel > config file. > > BTW, the same problem exists on i386. Thanks for reporting this. This further patch should fix the problem for i386 and possibly pc98 (linked with your patch): http://www.freebsd.org/~attilio/atpic.diff Thanks, Attilio --=20 Peace can only be achieved by understanding - A. Einstein