Date: Sun, 18 Jan 2015 01:34:19 +0000 From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Warner Losh <imp@bsdimp.com> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers <src-committers@freebsd.org>, Warner Losh <imp@FreeBSD.org> Subject: Re: svn commit: r277285 - head/sys/x86/isa Message-ID: <A84C78E4-A1E2-422F-A0A9-3D50F3CD92A7@FreeBSD.org> In-Reply-To: <717DFAD4-3B25-4ED8-A154-E7F91B61C959@bsdimp.com> References: <201501170218.t0H2I0AW038857@svn.freebsd.org> <9BA78F3A-C96C-4B51-A6CA-67B15665F511@FreeBSD.org> <717DFAD4-3B25-4ED8-A154-E7F91B61C959@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 17 Jan 2015, at 23:19 , Warner Losh <imp@bsdimp.com> wrote: >=20 >=20 >> On Jan 17, 2015, at 6:31 AM, Bjoern A. Zeeb <bz@FreeBSD.org> wrote: >>=20 >>=20 >>> On 17 Jan 2015, at 02:18 , Warner Losh <imp@FreeBSD.org> 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' >=20 >=20 > 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 Yeah blame r277302 on that ;-) I put it back for now and let hps know but you could also go back to = 277301 and try to fix yours ;-) >=20 > Warner >=20 >>>=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 <sys/param.h> >>> #include <sys/systm.h> >>>=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 >=20 =E2=80=94=20 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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A84C78E4-A1E2-422F-A0A9-3D50F3CD92A7>