Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2001 08:18:05 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/i386/isa intr_machdep.c
Message-ID:  <20010928080117.V49178-100000@delplex.bde.org>
In-Reply-To: <200109271903.f8RJ3rM89013@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> jhb         2001/09/27 12:03:52 PDT
>
>   Modified files:
>     sys/i386/isa         intr_machdep.c
>   Log:
>   Disable the check in icu_setup() to see if a handler was already used as
>   the current interrupt thread routines will guarantee the condition this is
>   checking for at a higher level but inthand_add() and inthand_remove() as
>   they currently exist don't satisfy this condition.  (Which does need to be
>   fixed but which will take a bit more work.)  This fixes shared interrupts.

This also "fixes" reassignment of the clock interrupt after failure of the
APIC_IO i8254 test.  Urgh.  Does this mean that this case leaves 2 useless
threads for clk0 instead of only 1?  My system passes the test, but it

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010928080117.V49178-100000>