From owner-svn-src-head@FreeBSD.ORG Sat Jan 17 23:19:09 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72E46BC5 for ; Sat, 17 Jan 2015 23:19:09 +0000 (UTC) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C7EC7DC for ; Sat, 17 Jan 2015 23:19:09 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id kx10so567729pab.11 for ; Sat, 17 Jan 2015 15:19:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:message-id:references:to; bh=ZFEJrFd+nBHj1+JVmLxobnwPnOvuAZG7zw5gcB5J5H4=; b=ZPuWcq6P94+ma2vsf/8aPP5sn7vRZSlWVL/GCbvIMb3RgmOyREQmtmbS2b09NurXhW 4drbhf8jDy8fkoZac2wTd0XgO+S22EJWlQ/fUSzLtg1RNZ1cfVGFEgnzXKmv5BraPH9I AG2x98qpEy07AHirXBBgEDZdNEb0333VWtblb9Tv2nTE4mBSoZF1dhBEG26DIiItLqTS RkIirAW8INx2tYkmshEC1PsFQlXGixDRCn+Nz2LZTHa26dAhKTDA1mNIp+OvFnPzahel X621FPKidxPjh0/piKsPd5Hrqz0h26QP9mdSxd434VSFKhYGgRyTHSbyXDjP9B6mpF0m kyZQ== X-Gm-Message-State: ALoCoQnqiCt2HIFAG9RnQqGBrH3FLJnaJuZH01LUzSDYiRcXap8a8B/Ri/0o3xb4dLybSLipDXmh X-Received: by 10.70.40.139 with SMTP id x11mr33629844pdk.124.1421536748673; Sat, 17 Jan 2015 15:19:08 -0800 (PST) Received: from lglt-rottaway.corp.netflix.com ([69.53.236.236]) by mx.google.com with ESMTPSA id t4sm7625946pdh.9.2015.01.17.15.19.07 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 17 Jan 2015 15:19:08 -0800 (PST) Sender: Warner Losh Subject: Re: svn commit: r277285 - head/sys/x86/isa Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: multipart/signed; boundary="Apple-Mail=_94445F0B-8A34-409C-BB21-F57F790919FC"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5b3 From: Warner Losh In-Reply-To: <9BA78F3A-C96C-4B51-A6CA-67B15665F511@FreeBSD.org> Date: Sat, 17 Jan 2015 16:19:05 -0700 Message-Id: <717DFAD4-3B25-4ED8-A154-E7F91B61C959@bsdimp.com> References: <201501170218.t0H2I0AW038857@svn.freebsd.org> <9BA78F3A-C96C-4B51-A6CA-67B15665F511@FreeBSD.org> To: "Bjoern A. Zeeb" X-Mailer: Apple Mail (2.1993) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers , Warner Losh X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 17 Jan 2015 23:19:09 -0000 --Apple-Mail=_94445F0B-8A34-409C-BB21-F57F790919FC Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Jan 17, 2015, at 6:31 AM, Bjoern A. Zeeb wrote: >=20 >=20 >> On 17 Jan 2015, at 02:18 , Warner Losh wrote: >>=20 >> Author: imp >> Date: Sat Jan 17 02:17:59 2015 >> New Revision: 277285 >> URL: https://svnweb.freebsd.org/changeset/base/277285 >>=20 >> Log: >> Need to include opt_mca.h to test for DEV_MCA. >>=20 >> Modified: >> head/sys/x86/isa/atpic.c >=20 >=20 > i386 LINT kernels: >=20 > /scratch/tmp/bz/head.svn/sys/x86/isa/atpic.c:376:6: error: use of = undeclared identifier 'MCA_system' > /scratch/tmp/bz/head.svn/sys/x86/isa/atpic.c:440:6: error: use of = undeclared identifier =E2=80=98MCA_system' I don=E2=80=99t get that far. After =E2=80=98make LINT=E2=80=99 in i386, = I get OFED unknown option=E2=80=A6 Warner >>=20 >> Modified: head/sys/x86/isa/atpic.c >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/sys/x86/isa/atpic.c Sat Jan 17 02:17:57 2015 = (r277284) >> +++ head/sys/x86/isa/atpic.c Sat Jan 17 02:17:59 2015 = (r277285) >> @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); >>=20 >> #include "opt_auto_eoi.h" >> #include "opt_isa.h" >> +#include "opt_mca.h" >>=20 >> #include >> #include >>=20 >=20 > =E2=80=94 > Bjoern A. Zeeb Charles Haddon = Spurgeon: > "Friendship is one of the sweetest joys of life. Many might have = failed > beneath the bitterness of their trial had they not found a friend." >=20 --Apple-Mail=_94445F0B-8A34-409C-BB21-F57F790919FC Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJUuu3pAAoJEGwc0Sh9sBEA0g4QAMQLhdXaHBcWpQSoCnNejRKM XVgIxL1ljO9Jq/LOMgMMwAovcNl+dTRy2fIZijJB6Z2Bwy0wGK7KbpYYQpVGysRD U8tXepPO1oGzp6JsAcwrl+z4KEw3IMBR+g48pf1RZUKZIKMjWkl+H6fb01LcviOU kOERM27JDDOAftRC21YSLj3U84AcfMpEE9XDTWvoz1HUK0SeNJTX7Hf/2jAOkeUH sFWFejCNxs7S8hJM1KT3Lpwj/wfTYBMysW+wGvPUBbB3jPoSwTO9COlODcDsCLlf DF0FEXjfYmbHcM+KUVmpVp/MLztC31hXf/vSnxOq0d5nnL6uw1glPHVqbgx2Kk9s RTrukTJGZ/F/8GWr/PGe1AxXHNLf2S4VLL8JwR11U5gTbvZmeVo2/O1noXlB5M5/ Iopjje4hhy+E10NYZARXxNkpxB21aadxNapH2YfoUnZywUSGFswZNUa0/wFJ/W/u vJr8EWvKjkZQJUjjjzDd6bLWophQXxrNm26xvttr5j4LF5Otnr56SqdWrDs/X6dj IGsphtlauu2/4UPQAaVJnkJthSYE/a3T9qDLbLbbwik/5AI14tzTYEfrtiW3PALf oa3ukbAeMg9GFeT42AFGSKX6z7+TEKaZppXxukUYQsJjFOx4BM4thxU08NcxhDGB qEQQ5nBuUO0Ey7qe+5+9 =zzwg -----END PGP SIGNATURE----- --Apple-Mail=_94445F0B-8A34-409C-BB21-F57F790919FC--