Date: Mon, 11 Aug 2014 12:27:48 -0400 From: John Baldwin <jhb@freebsd.org> To: Roger Pau MonnXX <royger@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r269675 - head/sys/x86/isa Message-ID: <201408111227.48940.jhb@freebsd.org> In-Reply-To: <53e3b0c2.25ff.29ca9019@svn.freebsd.org> References: <53e3b0c2.25ff.29ca9019@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, August 07, 2014 1:00:50 pm Roger Pau MonnXX wrote: > Author: royger > Date: Thu Aug 7 17:00:50 2014 > New Revision: 269675 > URL: http://svnweb.freebsd.org/changeset/base/269675 >=20 > Log: > atpic: make sure atpic_init is called after IO APIC initialization > =20 > After r269510 the IO APIC and ATPIC initialization is done at the same > order, which means atpic_init can be called before the IO APIC has > been initalized. In that case the ATPIC will take over the interrupt > sources, preventing the IO APIC from registering them. > =20 > Reported by: David Wolfskill <david@catwhisker.org> > Tested by: David Wolfskill <david@catwhisker.org>, > Trond Endrest=C3=B8l <Trond.Endrestol@fagskolen.gjovik.no> > Sponsored by: Citrix Systems R&D I should have caught this earlier, I almost suggested looking at all the=20 SI_SUB_INTR inits to ensure everything was correct. Thanks for tracking it= =20 down! =2D-=20 John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408111227.48940.jhb>