Date: Thu, 27 Sep 2001 12:19:39 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/isa intr_machdep.c Message-ID: <XFMail.010927121939.jhb@FreeBSD.org> In-Reply-To: <200109271903.f8RJ3rM89013@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27-Sep-01 John Baldwin wrote: > 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. > > Revision Changes Path > 1.60 +3 -1 src/sys/i386/isa/intr_machdep.c This should fix the icu_setup panics. -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ 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?XFMail.010927121939.jhb>